changeset 13:9d3586701985 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastqc_report
author mingchen0919
date Mon, 16 Oct 2017 21:33:31 -0400
parents 3d317469c69c
children 2efa46ce2c4c
files fastqc_report.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fastqc_report.xml	Tue Aug 15 15:49:26 2017 -0400
+++ b/fastqc_report.xml	Mon Oct 16 21:33:31 2017 -0400
@@ -1,4 +1,4 @@
-<tool id="fastqc_report" name="Fastqc report" version="1.0.0">
+<tool id="fastqc_report" name="Fastqc report" version="1.0.1">
     <description>
         Implements FastQC analysis and display results in R Markdown html.
     </description>
@@ -45,7 +45,7 @@
         ]]>
     </command>
     <inputs>
-        <param format="fastq,fastq.gz,fastq.bz2,bam,sam" multiple="true" name="reads" type="data" label="Short reads data from history" />
+        <param format="fastq,fastq.gz,fastq.bz2,bam,sam" name="reads" type="data" label="Short reads data from history" />
         <param type="boolean" name="echo" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Display analysis code in report?" />
     </inputs>
     <outputs>