Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ms_run[]-name #217

Open
wants to merge 2 commits into
base: 2_1-Metabolomics
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,22 @@ MTD sample[1]-custom[2] [,,Extraction reason, liver biopsy]
|=========================================================================


[[ms_run1-n-name]]
==== ms_run[1-n]-name

[cols=",",]
|=====================================================================================================================================================================================================================================================================================================================================================
|*Description* |Name or identifier of the MS run. This may be different from the file name of the MS run. In cases where no specific ms_run name exists, the base name of the file referenced in ms_run-location *MUST* be used.
|*Type* |String
|*Mandatory* |True
|*Example* a|
....
MTD ms_run[1]-name 2024_23_10_A12
MTD ms_run[1]-location file:///C:/path/to/my/file.mzML
....
|=====================================================================================================================================================================================================================================================================================================================================================


[[ms_run1-n-location]]
==== ms_run[1-n]-location
Expand Down