Skip to content

Commit

Permalink
fix test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Sep 25, 2024
1 parent cbb709d commit 5d18e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,13 @@
Number of expected cells: 500
outputs:
MultiQC_STARsolo:
class: File
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\""
Seurat input for gene expression (filtered):
class: Collection
collection_type: list:list
attributes: { collection_type: list:list }
element_tests:
subsample:
elements:
Expand All @@ -79,8 +77,7 @@
has_line:
line: "FBgn0250732 gfzf"
CITE-seq-Count report:
class: Collection
collection_type: list
attributes: { collection_type: list }
element_tests:
subsample:
asserts:
Expand All @@ -93,8 +90,7 @@
- that: "has_line"
line: "Percentage unmapped: 1"
Seurat input for CMO (UMI):
class: Collection
collection_type: list:list
attributes: { collection_type: list:list }
element_tests:
subsample:
elements:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
filetype: tabular
outputs:
'MultiQC on input dataset(s): Webpage':
class: File
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\""
Seurat input for gene expression (filtered):
class: Collection
collection_type: list:list
attributes: { collection_type: list:list }
element_tests:
subsample:
elements:
Expand Down

0 comments on commit 5d18e26

Please sign in to comment.