felicity-lims/felicity/apps/analysis/__init__.py
2023-04-07 17:52:19 +02:00

19 lines
583 B
Python

""" Process Flow Schematic
*********************************************************************************
AnalysisRequest
Sampe 1
Profile: U+Es
Sample 2
Profile: FBS
Sample 3
Anaysis: MP's
1. Create an AnalysisRequest
2. Choose Sampe Types: from sample types auto create samples
3. For each sample attach profile or selected analysis individually
4. Publish samples and not analyses
5. Close the request once all samples are published
*********************************************************************************
"""