Glossary¶
- cycle¶
- A repeating sequence of tasks. Each cycle correspond to a spectrometer .raw file.
See also
cycle in Cylc glossary.
- FIA-MS¶
- FIE-MS¶
- FIA-HRMS¶
- Flow Injection Analysis - High Resolution Mass Spectrometry.A technique based on the injection of a sample into a flow of solvent, which is then directly analyzed by a mass spectrometer.
See also
Flow injection analysis on Wikipedia.
- flowgram¶
Elution profile in FIA-MS, by analogy with the ‘chromatogram’ in LC-MS. There is no column chromatography in FIA-MS
- task¶
- An atomic activity of the workflow, for example transforming a .raw file into a .mzML one.A workflow is defined by setting the commands run by tasks, and setting the logical dependencies bewteen tasks.
See also
task in Cylc glossary.
- workflow run¶
- run directory¶
- run¶
- A work copy of the workflow source files, located in
~/cylc-run/workflow name/run name. Workflow runs can be configured individually.In a production setting, each run of the workflow would correspond to a single batch of the bioreactor.See also
run directory in Cylc glossary.
- workflow source¶
- source directory¶
- A directory containing a
cylc.flowfile defining a workflow. The directory is used as a reference when installing a new workflow run.See also
source directory in Cylc glossary.