changeset 27:6efe73e1f06d draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit 7c282211dbff8125b5aeef6e0172d5eb2f3a2ddb-dirty
author mingchen0919
date Mon, 16 Oct 2017 23:32:45 -0400
parents fb8f1d1ceeae
children 3764ba86f0da
files bdss_client_sra.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bdss_client_sra.xml	Sun Oct 15 23:03:44 2017 -0400
+++ b/bdss_client_sra.xml	Mon Oct 16 23:32:45 2017 -0400
@@ -39,9 +39,11 @@
         <param type="text" name="sra_ids_se" area="true" size="5x25" label="SRR/DRR/ERR accessions of single end SRA"
                help="A list of SRR/DRR/ERR accessions separated by comma or space. e.g. SRR039885"/>
         <param type="text" name="sra_ids_pe" area="true" size="5x25" label="SRR/DRR/ERR accessions of paired end SRA"
-               help="A list of SRR/DRR/ERR accessions separated by comma or space. e.g. ERR1679739"/>
-        <param type="boolean" name="format" truevalue="fastq" falsevalue="fasta" checked="true"
-               label="output files in fastq (Yes) or fasta (No)?"/>
+               help="A list of SRR/DRR/ERR accessions separated by comma or space. e.g. ERR1748507"/>
+        <param type="select" name="format" label="Output format">
+            <option value="fastq" selected="true">fastq</option>
+            <option value="fasta">fasta</option>
+        </param>
         <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false"
                label="Display analysis code in report?"/>
     </inputs>