Skip to content

Commit

Permalink
Merge pull request galaxyproject#294 from workflow4metabolomics/w4m-gcms
Browse files Browse the repository at this point in the history
Add metabomics-gcms-with-metams
  • Loading branch information
mvdbeek authored Nov 24, 2023
2 parents cc6f30f + 499781c commit 29beede
Show file tree
Hide file tree
Showing 6 changed files with 620 additions and 0 deletions.
12 changes: 12 additions & 0 deletions workflows/metabomics/gcms-metams/.dockstore.yml
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__GCMS-with-metaMS.ga
testParameterFiles:
- /Mass-spectrometry__GCMS-with-metaMS-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/
7 changes: 7 additions & 0 deletions workflows/metabomics/gcms-metams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.1] - 2023-11-22

First release
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
- doc: Test outline for Mass-spectrometry__GCMS-with-metaMS.ga
job:
sampleMetadata:
class: File
location: https://zenodo.org/record/3631074/files/sampleMetadata.tsv
filetype: tabular
Mass-spectrometry Dataset Collection:
class: Collection
collection_type: list
elements:
- class: File
identifier: alg11.mzData
location: https://zenodo.org/record/3631074/files/alg11.mzData
filetype: mzdata
- class: File
identifier: alg2.mzData
location: https://zenodo.org/record/3631074/files/alg2.mzData
filetype: mzdata
- class: File
identifier: alg3.mzData
location: https://zenodo.org/record/3631074/files/alg3.mzData
filetype: mzdata
- class: File
identifier: alg7.mzData
location: https://zenodo.org/record/3631074/files/alg7.mzData
filetype: mzdata
- class: File
identifier: alg8.mzData
location: https://zenodo.org/record/3631074/files/alg8.mzData
filetype: mzdata
- class: File
identifier: alg9.mzData
location: https://zenodo.org/record/3631074/files/alg9.mzData
filetype: mzdata
outputs:
metaMS.runGC dataMatrix:
path: test-data/metaMS.runGC_dataMatrix.tabular
lines_diff: 10
Multivariate variableMetadata:
asserts:
- that: has_n_lines
n: 42
- that: has_text
text: "Unknown 1\tUnknown\t0.0046\t19.499\t-0.17"
- that: has_text
text: "Unknown 41\tUnknown\t0.0039\t14.857\t-0.08"
Multivariate sampleMetadata:
asserts:
- that: has_n_lines
n: 7
- that: has_text
text: "alg11\tFWS_100perNaCl\t-6.2"
- that: has_text
text: "alg8\tFWS_5percNaCL\t-0.6"
Loading

0 comments on commit 29beede

Please sign in to comment.