mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 00:42:59 +08:00
19 lines
583 B
Python
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
|
|
|
|
*********************************************************************************
|
|
"""
|