Mercurial > repos > iuc > sra_tools
diff fastq_dump.xml @ 8:5acb0fcd82b0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 39ca11da7daeb3fa030fcb28e8987f8d7f24aec3
| author | iuc |
|---|---|
| date | Mon, 03 Jul 2017 06:29:59 -0400 |
| parents | 52a8ae1be0d5 |
| children | 4190f26dd5e6 |
line wrap: on
line diff
--- a/fastq_dump.xml Wed May 10 10:45:27 2017 -0400 +++ b/fastq_dump.xml Mon Jul 03 06:29:59 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="fastq_dump" name="Extract reads in Fastq/a" version="@VERSION@.2"> +<tool id="fastq_dump" name="Extract reads in Fastq/a" version="@VERSION@.3"> <description>format from NCBI SRA</description> <macros> <import>sra_macros.xml</import> @@ -49,6 +49,7 @@ --split-files #end if --defline-seq '@\$sn[_\$rn]/\$ri' + --defline-qual '+' $adv.split #if str( $adv.alignments ) == "aligned":
