Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
n: 6
Kraken2 sequence assignation:
asserts:
has_text:
- that: has_text
text: "contig00001"
has_text:
text: "contig00359"
- that: has_text
text: "contig00359"
Kraken2 tabular report:
asserts:
has_text:
Expand All @@ -56,9 +56,9 @@
element_tests:
E-coli3_S194.fasta:
asserts:
has_text:
- that: has_text
text: ">contig00001_1"
has_text:
- that: has_text
text: ">contig00358_1"
Tooldistillator summarize control:
asserts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
outputs:
fastp_report_json:
asserts:
has_text:
- that: has_text
text: "fastp_version"
has_text:
- that: has_text
text: "read2_before_filtering"
kraken_report_tabular:
asserts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
elements:
genome_results:
asserts:
has_text:
- that: has_text
text: "Spike3bBarcode10"
has_text:
- that: has_text
text: "586,300,787 bp"
coverage_across_reference:
asserts:
Expand All @@ -45,15 +45,15 @@
value: 51
duplication_rate_histogram:
asserts:
has_text:
- that: has_text
text: "#Duplication rate"
has_text:
- that: has_text
text: "17.0"
homopolymer_indels:
asserts:
has_text:
- that: has_text
text: "#Type of indel"
has_text:
- that: has_text
text: "polyN"
insert_size_across_reference:
asserts:
Expand All @@ -65,9 +65,9 @@
value: 0
mapped_reads_clipping_profile:
asserts:
has_text:
- that: has_text
text: "#Read position (bp)"
has_text:
- that: has_text
text: "38.123"
mapped_reads_gc-content_distribution:
asserts:
Expand Down Expand Up @@ -95,9 +95,9 @@
elements:
genome_results:
asserts:
has_text:
- that: has_text
text: "Spike3bBarcode12"
has_text:
- that: has_text
text: "586,300,787 bp"
coverage_across_reference:
asserts:
Expand All @@ -119,15 +119,15 @@
value: 51
duplication_rate_histogram:
asserts:
has_text:
- that: has_text
text: "#Duplication rate"
has_text:
- that: has_text
text: "8.0"
homopolymer_indels:
asserts:
has_text:
- that: has_text
text: "#Type of indel"
has_text:
- that: has_text
text: "polyN"
insert_size_across_reference:
asserts:
Expand All @@ -139,9 +139,9 @@
value: 0
mapped_reads_clipping_profile:
asserts:
has_text:
- that: has_text
text: "#Read position (bp)"
has_text:
- that: has_text
text: "0.03930972"
mapped_reads_gc-content_distribution:
asserts:
Expand All @@ -167,9 +167,9 @@
value: 4
MultiQC HTML Report:
asserts:
has_text:
- that: has_text
text: "Spike3bBarcode10"
has_text:
- that: has_text
text: "Spike3bBarcode12"
Reads without Host or Contamination:
element_tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
outputs:
MultiQC HTML report:
asserts:
has_text:
- that: has_text
text: "Filtered Reads"
has_text:
- that: has_text
text: "pair"
fastp JSON report:
element_tests:
pair:
asserts:
has_text:
- that: has_text
text: "paired end (301 cycles + 301 cycles)"
has_text:
- that: has_text
text: "300000"
has_text:
- that: has_text
text: "295680"
has_text:
- that: has_text
text: "59230948"
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
element_tests:
SRR11578257:
asserts:
has_line:
- that: has_line
line: "##fileformat=VCFv4.0"
has_line:
- that: has_line
line: "#CHROM POS ID REF ALT QUAL FILTER INFO"
has_text_matching:
- that: has_text_matching
expression: "NC_045512.2\t174\t.\tG\tC\t[0-9]*\tPASS"
has_text_matching:
- that: has_text_matching
expression: "NC_045512.2\t20209\t.\tAGTAGAAATT\tA\t[0-9]*\tPASS\tDP=[0-9]*;AF=0.9[0-9]*;SB=24;DP4=[0-9]*,[0-9]*,[0-9]*,[0-9]*;INDEL;HRUN=1;EFF=CODON_CHANGE_PLUS_CODON_DELETION\\(MODERATE||agtagaaattta/ata|SRNL6649I|7096|ORF1ab|protein_coding|CODING|GU280_gp01|2|A\\),CODON_CHANGE_PLUS_CODON_DELETION\\(MODERATE||agtagaaattta/ata|SRNL197I|345|ORF1ab|protein_coding|CODING|YP_009725310.1|1|A|WARNING_TRANSCRIPT_NO_START_CODON\\)"
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@

SnpEff variants:
asserts:
has_text:
- that: has_text
text: "##fileformat=VCFv4.2"
has_text:
- that: has_text
text: "##contig=<ID=chr1,length=2000>"
has_n_lines:
- that: has_n_lines
n: 71

SnpEff eff reports:
asserts:
has_text:
- that: has_text
text: "<td valign=top> <b> Number of variants processed <br> (i.e. after filter and non-variants) </b> </td>"
has_text:
- that: has_text
text: "<td> 2 </td>"

Annotated Variants:
Expand Down
Loading