changeset 14:61ab2acf0205 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastq_dump commit affb362adeb095389646b0c51738d24c2de3838d-dirty
author mingchen0919
date Wed, 27 Sep 2017 17:00:42 -0400
parents 66bc1016ec2a
children 627c487d22e3
files fastq_dump_pe.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fastq_dump_pe.xml	Wed Sep 27 16:54:07 2017 -0400
+++ b/fastq_dump_pe.xml	Wed Sep 27 17:00:42 2017 -0400
@@ -24,7 +24,6 @@
                 -i '$sra_accession'
                 -e $echo
                 -f $format
-                -p $split_files
 
                 -r $report
                 -s $sink_message
@@ -37,7 +36,7 @@
                help="A list of SRR/DRR/ERR accessions separated by comma or space. e.g. SRR6077558,ERR343809"/>
         <param type="boolean" name="format" truevalue="fastq" falsevalue="fasta" checked="false"
                label="output files in fastq (true) or fasta (false)?"/>
-        <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false"
+        <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="true"
                label="Display analysis code in report?"/>
     </inputs>
     <outputs>