# HG changeset patch # User iuc # Date 1694421443 0 # Node ID 4317d3cb6cbaa36e8a8f8a3aa1f9b1ebc318dad4 # Parent 6ea73833cf67d8a7f30bbbccbe5ed1d9627ff9ee planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 173bdd37f6353cd869526d193e8d06038ae12787 diff -r 6ea73833cf67 -r 4317d3cb6cba fasterq_dump.xml --- a/fasterq_dump.xml Fri Jun 23 21:32:08 2023 +0000 +++ b/fasterq_dump.xml Mon Sep 11 08:37:23 2023 +0000 @@ -14,7 +14,7 @@ @SET_ACCESSIONS@ while [ \$SRA_PREFETCH_ATTEMPT -le \$SRA_PREFETCH_RETRIES ] ; do fasterq-dump "\$acc" -e \${GALAXY_SLOTS:-1} - --seq-defline '@\$sn/\$ri' + --seq-defline '$adv.seq_defline' --qual-defline '+' $adv.split #if str( $adv.minlen ) != "": @@ -71,6 +71,7 @@
+ diff -r 6ea73833cf67 -r 4317d3cb6cba fastq_dump.xml --- a/fastq_dump.xml Fri Jun 23 21:32:08 2023 +0000 +++ b/fastq_dump.xml Mon Sep 11 08:37:23 2023 +0000 @@ -22,7 +22,7 @@ fastq-dump --accession "\$acc" --split-files #end if - --defline-seq '@\$sn[_\$rn]/\$ri' + --defline-seq '$adv.defline_seq' --defline-qual '+' $adv.split @@ -91,6 +91,7 @@
+ diff -r 6ea73833cf67 -r 4317d3cb6cba macros.xml --- a/macros.xml Fri Jun 23 21:32:08 2023 +0000 +++ b/macros.xml Mon Sep 11 08:37:23 2023 +0000 @@ -1,6 +1,6 @@ 3.0.5 - 0 + 1 22.01 @@ -123,6 +123,33 @@ + + + A string of characters and/or variables. The variables can be one of: + $ac: accession, $si: spot id, $sn: spot name, $sg: spot group (barcode), $sl: spot length in bases, $ri: read number, $rn: read name, $rl: read length in bases. + '[]' could be used for an optional output: if all vars in [] yield empty values whole group is not printed. Empty value is empty string or for numeric variables. + Ex: @$sn[_$rn]/$ri '_$rn' is omitted if name is empty" + + + + + + + + + + + + + + + + + + ^.* + + + 10.1093/nar/gkq1019