From 30231f996585b597c2a0541cb3aaca6cdbe2ca06 Mon Sep 17 00:00:00 2001 From: Katherine Do <87382604+katherine-d21@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:01:26 -0600 Subject: [PATCH] Update WF5_Data_Interpretation_Worklow_tests.yml --- .../WF5_Data_Interpretation_Worklow_tests.yml | 67 ++++++++++++++++--- 1 file changed, 56 insertions(+), 11 deletions(-) diff --git a/workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/WF5_Data_Interpretation_Worklow_tests.yml b/workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/WF5_Data_Interpretation_Worklow_tests.yml index 80e8087e1..fc0590ecf 100644 --- a/workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/WF5_Data_Interpretation_Worklow_tests.yml +++ b/workflows/proteomics/clinicalmp/clinicalmp-data-interpretation/WF5_Data_Interpretation_Worklow_tests.yml @@ -22,26 +22,71 @@ filetype: tabular outputs: MICROBIAL_TAXONOMY_TREE: - path: test-data/MICROBIAL_TAXONOMY_TREE.d3_hierarchy + asserts: + - that: has_text + text: "id name root children kids data" MICROBIAL_EC_PROTEINS_TREE: - path: test-data/MICROBIAL_EC_PROTEINS_TREE.d3_hierarchy + asserts: + - that: has_text + text: "id name children kids data" Microbial_EC_Terms_Output: - path: test-data/Microbial_EC_Terms_Output.tabular + asserts: + - that: has_text + text: "Peptide Total Protein Count EC Number" Microbial_GO_Terms_Output: - path: test-data/Microbial_GO_Terms_Output.tabular + asserts: + - that: has_text + text: "Peptide Total Protein Count GO Term" Microbial_InterPro_Outputs: - path: test-data/Microbial_InterPro_Outputs.tabular + asserts: + - that: has_text + text: "Peptide Total Protein Count InterPro Code" Unipept_peptinfo_tsv: - path: test-data/Unipept_peptinfo_tsv.tabular + asserts: + - that: has_text + text: "peptide total_protein_count ec_numbers" Human_Proteins: - path: test-data/Human_Proteins.tabular + asserts: + - that: has_text + text: "Protein IDs Majority protein IDs Peptide counts (all)" Microbial_Proteins: - path: test-data/Microbial_Proteins.tabular + asserts: + - that: has_text + text: "Protein IDs Majority protein IDs Peptide counts (all)" MICROBIAL_PROTEINS_VOLCANO_PLOT: path: test-data/MICROBIAL_PROTEINS_VOLCANO_PLOT.pdf + asserts: + - that: has_text + text: + "CreationDate + /ModDate + /Title + /Producer + /Creator" MICROBIAL_PROTEINS_COMPARISON: - path: test-data/MICROBIAL_PROTEINS_COMPARISON.pdf + asserts: + - that: has_text + text: + "CreationDate + /ModDate + /Title + /Producer + /Creator" HUMAN_PROTEINS_VOLCANO_PLOT: - path: test-data/HUMAN_PROTEINS_VOLCANO_PLOT.pdf + asserts: + - that: has_text + text: + "CreationDate + /ModDate + /Title + /Producer + /Creator" HUMAN_PROTEINS_COMPARISON: - path: test-data/HUMAN_PROTEINS_COMPARISON.pdf + asserts: + - that: has_text + text: + "CreationDate + /ModDate + /Title + /Producer + /Creator"