Skip to content

Commit

Permalink
avoid --split-e in fastq-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 25, 2020
1 parent c3c7802 commit 3d74114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wort/blueprints/compute/tasks.py
Expand Up @@ -38,7 +38,7 @@ def compute(sra_id):
with NamedTemporaryFile("w+b") as f:
try:
shell(
"fastq-dump --disable-multithreading --fasta 0 --skip-technical --readids --read-filter pass --dumpbase --clip --split-e -Z {sra_id} | "
"fastq-dump --disable-multithreading --fasta 0 --skip-technical --readids --read-filter pass --dumpbase --clip -Z {sra_id} | "
"sourmash compute -k 21,31,51 "
" --scaled 1000 "
" --track-abundance "
Expand Down

0 comments on commit 3d74114

Please sign in to comment.