forked from galaxyproject/iwc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request galaxyproject#292 from workflow4metabolomics/w4m_lcms
Add metabomics-lcms-preprocessing WF
- Loading branch information
Showing
7 changed files
with
5,238 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 1.2 | ||
workflows: | ||
- name: main | ||
subclass: Galaxy | ||
publish: true | ||
primaryDescriptorPath: /Mass_spectrometry__LC-MS_preprocessing_with_XCMS.ga | ||
testParameterFiles: | ||
- /Mass_spectrometry__LC-MS_preprocessing_with_XCMS-tests.yml | ||
authors: | ||
- name: workflow4metabolomics | ||
image: https://raw.githubusercontent.com/workflow4metabolomics/workflow4metabolomics/master/images/logo/logo_w4m-0.1-black-orange.png | ||
url: https://workflow4metabolomics.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0] - 2023-11-22 | ||
|
||
First release | ||
|
64 changes: 64 additions & 0 deletions
64
.../metabomics/lcms-preprocessing/Mass_spectrometry__LC-MS_preprocessing_with_XCMS-tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
- doc: Test outline for Mass_spectrometry__LC-MS_preprocessing_with_XCMS | ||
job: | ||
SampleMetadata: | ||
class: File | ||
identifier: sampleMetadata.tsv | ||
location: https://zenodo.org/records/10130758/files/sampleMetadata_12samp_completed.tsv | ||
filetype: tabular | ||
Mass-spectrometry Dataset Collection: | ||
class: Collection | ||
collection_type: list | ||
elements: | ||
- class: File | ||
identifier: Blanc05.mzML | ||
location: https://zenodo.org/record/10130758/files/Blanc05.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: Blanc10.mzML | ||
location: https://zenodo.org/record/10130758/files/Blanc10.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: Blanc16.mzML | ||
location: https://zenodo.org/record/10130758/files/Blanc16.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_048.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_048.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_090.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_090.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_123.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_123.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_157.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_157.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_173.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_173.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: HU_neg_192.mzML | ||
location: https://zenodo.org/record/10130758/files/HU_neg_192.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: QC1_002.mzML | ||
location: https://zenodo.org/record/10130758/files/QC1_002.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: QC1_008.mzML | ||
location: https://zenodo.org/record/10130758/files/QC1_008.mzML | ||
filetype: mzml | ||
- class: File | ||
identifier: QC1_014.mzML | ||
location: https://zenodo.org/record/10130758/files/QC1_014.mzML | ||
filetype: mzml | ||
outputs: | ||
xcms fillChromPeaks dataMatrix: | ||
file: test-data/xset.merged.groupChromPeaks.adjustRtime.groupChromPeaks.fillpeaks.dataMatrix.tsv | ||
CAMERA.annotate variableMetadata: | ||
file: test-data/xset.merged.groupChromPeaks.adjustRtime.groupChromPeaks.fillChromPeaks.annotate.variableMetadata.tsv |
Oops, something went wrong.