Skip to content

Commit

Permalink
Fix test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
clsiguret committed Sep 27, 2024
1 parent 5560926 commit 62a3cf9
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@
filetype: fastqsanger.gz
outputs:
shovill_contigs_graph:
assert:
asserts:
has_text:
text: "KC:i"
shovill_logfile:
assert:
asserts:
has_text:
text: "[shovill] Done."
shovill_contigs_fasta:
assert:
asserts:
has_text:
text: ">contig00001"
quast_report_tabular:
assert:
asserts:
has_n_columns:
n: 2
has_text:
text: "shovill_contigs_fasta"
quast_log:
assert:
asserts:
has_text:
text: "Thank you for using QUAST!"
refseqmasher_report_tabular:
assert:
asserts:
has_text:
text: "Enterococcus faecalis"
has_n_columns:
n: 21
bandage_contig_graph_stats:
assert:
asserts:
has_text:
text: "Total length orphaned nodes (bp):"
has_n_columns:
n: 2
tooldistillator_summarize:
assert:
asserts:
has_text:
text: "\"Assembly\": \"shovill_contigs_fasta\""
has_text:
Expand Down

0 comments on commit 62a3cf9

Please sign in to comment.