forked from galaxyproject/iwc
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update WF5_Data_Interpretation_Worklow_tests.yml
- Loading branch information
1 parent
fd7f87e
commit d453786
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
34 changes: 17 additions & 17 deletions
34
...omics/clinicalmp/clinicalmp-data-interpretation/WF5_Data_Interpretation_Worklow_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 |
---|---|---|
@@ -1,67 +1,67 @@ | ||
- doc: Test outline for WF5_Data_Interpretation_Worklow | ||
job: | ||
Quantified_Peptides: | ||
Quantified Peptides: | ||
class: File | ||
path: test-data/Quantified_Peptides.tabular | ||
filetype: tabular | ||
MaxQuant_Protein_Groups: | ||
MaxQuant Protein Groups: | ||
class: File | ||
path: test-data/MaxQuant_Protein_Groups.tabular | ||
filetype: tabular | ||
MaxQuant_Evidence: | ||
MaxQuant Evidence: | ||
class: File | ||
path: test-data/MaxQuant_Evidence.tabular | ||
filetype: tabular | ||
Annotation.tabular: | ||
Annotation: | ||
class: File | ||
path: test-data/Annotation.tabular | ||
filetype: tabular | ||
Comparison_Matrix.tabular: | ||
Comparison Matrix: | ||
class: File | ||
path: test-data/Comparison_Matrix.tabular | ||
filetype: tabular | ||
outputs: | ||
Human_Proteins: | ||
Human Proteins: | ||
path: test-data/Human_Proteins.tabular | ||
Microbial_Proteins: | ||
Microbial Proteins: | ||
path: test-data/Microbial_Proteins.tabular | ||
MICROBIAL_TAXONOMY_TREE: | ||
Microbial Taxonomy Tree: | ||
asserts: | ||
- that: has_text | ||
text: "id" | ||
MICROBIAL_EC_PROTEINS_TREE: | ||
Microbial EC Proteins Tree: | ||
asserts: | ||
- that: has_text | ||
text: "id" | ||
Microbial_EC_Terms_Output: | ||
Microbial EC Terms Output: | ||
asserts: | ||
has_n_columns: | ||
n: 5 | ||
Microbial_GO_Terms_Output: | ||
Microbial GO Terms Output: | ||
asserts: | ||
- that: has_text | ||
text: "GO:" | ||
Microbial_InterPro_Outputs: | ||
Microbial InterPro Outputs: | ||
asserts: | ||
has_n_columns: | ||
n: 6 | ||
Unipept_peptinfo_tsv: | ||
Unipept peptinfo: | ||
asserts: | ||
- that: has_text | ||
text: "peptide total_protein_count ec_numbers" | ||
MICROBIAL_PROTEINS_VOLCANO_PLOT: | ||
Microbial Proteins Volcano Plot: | ||
asserts: | ||
- that: has_text | ||
text: "PDF" | ||
MICROBIAL_PROTEINS_COMPARISON: | ||
Microbial Proteins Comparison Plot: | ||
asserts: | ||
- that: has_text | ||
text: "PDF" | ||
HUMAN_PROTEINS_VOLCANO_PLOT: | ||
Human Proteins Volcano Plot: | ||
asserts: | ||
- that: has_text | ||
text: "PDF" | ||
HUMAN_PROTEINS_COMPARISON: | ||
Human Proteins Comparison Plot: | ||
asserts: | ||
- that: has_text | ||
text: "PDF" |