changeset 21:e5345741eb43 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/fastq_paired_unpaired commit d8fe60a05a3b6695630f52c92bb51ec00f827a01-dirty
author peterjc
date Mon, 05 Jun 2017 12:17:51 -0400
parents 8d551eb01776
children ea2a29e47749
files tools/fastq_paired_unpaired/fastq_paired_unpaired.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml	Mon Jun 05 12:08:17 2017 -0400
+++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml	Mon Jun 05 12:17:51 2017 -0400
@@ -17,7 +17,7 @@
 $output_singles
     </command>
     <inputs>
-        <param name="input_fastq" type="data" format="foobar" label="FASTQ file to divide into paired and unpaired reads"/>
+        <param name="input_fastq" type="data" format="fastq" label="FASTQ file to divide into paired and unpaired reads"/>
         <conditional name="output_choice_cond">
             <param name="output_choice" type="select" label="How to output paired reads?">
                 <option value="separate">Separate (two FASTQ files, for the forward and reverse reads, in matching order).</option>