Skip to content

Commit

Permalink
Update WF5_Data_Interpretation_Worklow_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine-d21 authored Nov 22, 2024
1 parent fd7f87e commit d453786
Showing 1 changed file with 17 additions and 17 deletions.
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"

0 comments on commit d453786

Please sign in to comment.