changeset 20:8d551eb01776 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/fastq_paired_unpaired commit 191123e580f2b5cc2f52861b5c82c134c6044d4d-dirty
author peterjc
date Mon, 05 Jun 2017 12:08:17 -0400
parents 7ac0bb3403c6
children e5345741eb43
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	Thu May 11 12:45:20 2017 -0400
+++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml	Mon Jun 05 12:08:17 2017 -0400
@@ -17,7 +17,7 @@
 $output_singles
     </command>
     <inputs>
-        <param name="input_fastq" type="data" format="fastq" label="FASTQ file to divide into paired and unpaired reads"/>
+        <param name="input_fastq" type="data" format="foobar" 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>