From c25bf3f09e0d5e91fdb37a140157a2678fa6317e Mon Sep 17 00:00:00 2001 From: Subina Mehta Date: Wed, 20 Nov 2024 15:07:21 -0500 Subject: [PATCH] Update iwc-clinicalmp-database-generation-tests.yml --- .../iwc-clinicalmp-database-generation-tests.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/workflows/proteomics/clinicalmp/clinicalmp-database-generation/iwc-clinicalmp-database-generation-tests.yml b/workflows/proteomics/clinicalmp/clinicalmp-database-generation/iwc-clinicalmp-database-generation-tests.yml index 5c6a7efb2..08cfa6f03 100644 --- a/workflows/proteomics/clinicalmp/clinicalmp-database-generation/iwc-clinicalmp-database-generation-tests.yml +++ b/workflows/proteomics/clinicalmp/clinicalmp-database-generation/iwc-clinicalmp-database-generation-tests.yml @@ -32,20 +32,18 @@ Human UniProt Microbial Proteins cRAP for MetaNovo: asserts: has_text: - text: ">sp|" - not_empty: true + text: ">sp" Metanovo Compact database: asserts: has_text: - text: ">tr|" - not_empty: true + text: ">tr" CSV database: asserts: has_text: - text: "index" + text: " index" Human UniProt Microbial Proteins (from MetaNovo) cRAP: asserts: - has_text: - text: ">sp|" - not_empty: true + has_text: + text: ">sp" +