changeset 22:ea2a29e47749 draft

planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/fastq_paired_unpaired commit 79bbb921cb5aa953f0323accd6c8c293c6e486cf-dirty
author peterjc
date Tue, 06 Jun 2017 10:20:15 -0400
parents e5345741eb43
children 84e08689d35d
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:17:51 2017 -0400
+++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml	Tue Jun 06 10:20:15 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>