Skip to content

Commit

Permalink
Explicitly set tmp dir for fasterq-dump (#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek authored Mar 14, 2024
1 parent bc6ba57 commit cb858cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/sra-tools/fasterq_dump.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<description>format from NCBI SRA</description>
<macros>
<import>macros.xml</import>
<token name="VERSION_SUFFIX">1</token>
</macros>
<expand macro="edam_ontology"/>
<expand macro="bio_tools"/>
Expand All @@ -13,7 +14,9 @@
@CONFIGURE_RETRY@
@SET_ACCESSIONS@
while [ \$SRA_PREFETCH_ATTEMPT -le \$SRA_PREFETCH_RETRIES ] ; do
fasterq-dump "\$acc" -e \${GALAXY_SLOTS:-1}
fasterq-dump "\$acc"
-e \${GALAXY_SLOTS:-1}
-t \${TMPDIR}
--seq-defline '$adv.seq_defline'
--qual-defline '+'
$adv.split
Expand Down

0 comments on commit cb858cb

Please sign in to comment.