# HG changeset patch # User iuc # Date 1698217806 0 # Node ID fb723c531be52d77ef921139a5a502817e2ce17d # Parent 734abc7ac21d096469179c134413806bf50d9bad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit ac10fe34f1b2d5e8109dcaaf42b7870bee57827b diff -r 734abc7ac21d -r fb723c531be5 fastq_dump.xml --- a/fastq_dump.xml Thu Sep 14 07:38:02 2023 +0000 +++ b/fastq_dump.xml Wed Oct 25 07:10:06 2023 +0000 @@ -12,7 +12,7 @@ @SET_ACCESSIONS@ #if $input.input_select == "sra_file": - fastq-dump --log-level fatal --accession '${input.file.name}' + fastq-dump --log-level fatal --accession "\$acc" #else: ## Do not use prefetch if region is specified, to avoid downloading ## the complete sra file. @@ -20,8 +20,8 @@ prefetch -X 200000000 "\$acc" && #end if fastq-dump --accession "\$acc" - --split-files #end if + --split-files --defline-seq '$adv.defline_seq' --defline-qual '+' @@ -269,6 +269,21 @@ + + + + + +
+ +
+ + + + + + +
- 3.0.5 - 3 + 3.0.8 + 0 22.01 @@ -15,8 +15,8 @@ sra-tools - pigz - samtools + pigz + samtools