Skip to content

Commit

Permalink
fixed missing contaminant bugs and changed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Aug 15, 2024
1 parent 8b3d69d commit 7dc9798
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
job:
Scaffolded assembly (fasta):
class: File
location: https://zenodo.org/records/10067431/files/Scaffolded_assembly.fasta?download=1
location: https://zenodo.org/records/13326708/files/Scaffolded_assembly.fasta?download=1
filetype: fasta
Database for Kraken2: viral2019-03
Database for Kraken2: k2_pluspf_20210517
outputs:
full contaminant + mito scaffold list:
file: test-data/full contaminant + mito scaffold list.txt
compare: diff
sort: true
mito_scaff_names:
asserts:
has_text:
text: "SCAFFOLD_82"
final decontaminated assembly:
decompress: true
asserts:
not_has_text:
text: "_1100"
text: "scaffold_115"
contaminants_table:
asserts:
has_text:
text: "SCAFFOLD_101"
Loading

0 comments on commit 7dc9798

Please sign in to comment.