Skip to content

Commit

Permalink
fix tests for new multiQC
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Sep 25, 2024
1 parent 6902cef commit e43a906
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
outputs:
MultiQC_STARsolo:
asserts:
- that: "has_text_matching"
expression: ">subsample</th><td class=\"data-coloured mqc-generalstats-star-uniquely_mapped_percent \"><div class=\"wrapper\"><span class=\"bar\""
- that: "has_text_matching"
expression: "></span><span class=\"val\">3[0-9].[0-9]%</span></div></td><td class=\"data-coloured mqc-generalstats-star-uniquely_mapped \"><div class=\"wrapper\"><span class=\"bar\""
has_text_matching:
expression: "<td class=\"data-coloured mqc_generalstats_star_uniquely_mapped_percent_1 \"><div class=\"wrapper\"><span class=\"bar\"></span><span class=\"val\">33.[0-9]<span class=\"mqc_small_space\"></span>%</span></div></td>"
Seurat input for gene expression (filtered):
attributes: { collection_type: list:list }
element_tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@
outputs:
'MultiQC on input dataset(s): Webpage':
asserts:
- that: "has_text_matching"
expression: ">subsample</th><td class=\"data-coloured mqc-generalstats-star-uniquely_mapped_percent \"><div class=\"wrapper\"><span class=\"bar\""
- that: "has_text_matching"
expression: "></span><span class=\"val\">3[0-9].[0-9]%</span></div></td><td class=\"data-coloured mqc-generalstats-star-uniquely_mapped \"><div class=\"wrapper\"><span class=\"bar\""
has_text_matching:
expression: "<td class=\"data-coloured mqc_generalstats_star_uniquely_mapped_percent_1 \"><div class=\"wrapper\"><span class=\"bar\"></span><span class=\"val\">33.[0-9]<span class=\"mqc_small_space\"></span>%</span></div></td>"
Seurat input for gene expression (filtered):
attributes: { collection_type: list:list }
element_tests:
Expand Down

0 comments on commit e43a906

Please sign in to comment.