-
Notifications
You must be signed in to change notification settings - Fork 899
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
Some workflow test updates #2045
Changes from 5 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
- doc: Test Analysis of molecular dynamics simulations workflow | ||
job: | ||
protein_pdb: | ||
class: File | ||
location: https://zenodo.org/record/2537734/files/cbh1test.pdb | ||
filetype: pdb | ||
protein_mdsimulation_dcd: | ||
class: File | ||
location: https://zenodo.org/record/2537734/files/cbh1test.dcd | ||
filetype: dcd | ||
outputs: | ||
rmsf_tabular_output: | ||
asserts: | ||
has_n_columns: | ||
n: 2 | ||
has_line_matching: | ||
expression: 1\s+0.29.* | ||
pca_tabular_output: | ||
asserts: | ||
has_n_columns: | ||
n: 4 | ||
has_line_matching: | ||
expression: 1\s+0.047.*\s+0.0374.*\s+0.0436.* | ||
rmsd_tabular_output: | ||
asserts: | ||
has_n_columns: | ||
n: 2 | ||
has_line_matching: | ||
expression: 2\s+0.21* |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
- doc: Test GROMACS Training workflow | ||
job: {} | ||
outputs: | ||
gro_output: | ||
asserts: | ||
has_text: | ||
text: "LYSOZYME in water" | ||
xtc_output: | ||
asserts: | ||
has_size: | ||
value: 2337500 | ||
delta: 30000 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
--- | ||
silva: | ||
'SILVA Reference': | ||
class: File | ||
location: https://zenodo.org/record/815875/files/silva.v4.fasta | ||
location: https://zenodo.org/api/files/0e062e89-e6ce-463b-a8cb-0151e5aabc69/silva.v4.fasta | ||
filetype: fasta | ||
anguil_soil_sample: | ||
'Anguil Soil Sample': | ||
class: File | ||
location: https://zenodo.org/record/815875/files/SRR651839_anguil.fasta | ||
location: https://zenodo.org/api/files/0e062e89-e6ce-463b-a8cb-0151e5aabc69/SRR651839_anguil.fasta | ||
filetype: fasta | ||
pampa_soil_sample: | ||
'Pampa Soil Sample': | ||
class: File | ||
location: https://zenodo.org/record/815875/files/SRR531818_pampa.fasta | ||
trainset_alignment: | ||
location: https://zenodo.org/api/files/0e062e89-e6ce-463b-a8cb-0151e5aabc69/SRR531818_pampa.fasta | ||
'Trainset PDS alignment': | ||
class: File | ||
location: https://zenodo.org/record/815875/files/trainset16_022016.pds.fasta | ||
trainset_taxonomy: | ||
location: https://zenodo.org/api/files/0e062e89-e6ce-463b-a8cb-0151e5aabc69/trainset16_022016.pds.fasta | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @cat-bro do you know which URL type is the recommended one? You changed it here to be a UID like. But below you are using I'm wondering if one more stable than the other? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @bgruening I don't know which URL is recommended. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you want to redo the changes to this file then? Otherwise 👍 from me! Thanks. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. done :--) |
||
'Trainset PDS taxonomy': | ||
class: File | ||
location: https://zenodo.org/record/815875/files/trainset16_022016.pds.tax | ||
location: https://zenodo.org/api/files/0e062e89-e6ce-463b-a8cb-0151e5aabc69/trainset16_022016.pds.tax | ||
filetype: mothur.seq.taxonomy |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
mothur_make_shared_shared: | ||
asserts: | ||
has_text: | ||
text: "0.03 anguil 4015 250 145 167 181 122" | ||
text: "0.03 anguil" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
- doc: Test ID Plus Quant SIL Training workflow | ||
job: | ||
'mzML file': | ||
class: File | ||
location: https://zenodo.org/record/1051552/files/HEK_SILAC-K6R6_ST905_part.mzml | ||
filetype: mzml | ||
'fasta file': | ||
class: File | ||
location: https://zenodo.org/record/892005/files/Human_database_including_decoys_%28cRAP_added%29.fasta | ||
filetype: fasta | ||
outputs: | ||
protein_quant: | ||
asserts: | ||
has_text_matching: | ||
expression: '"sp|P61604|CH10_HUMAN"\s+1\s+0.99' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍