Mercurial > repos > peterjc > fastq_paired_unpaired
changeset 9:422724644e24 draft
"Update all the pico_galaxy tools on main Tool Shed"
author | peterjc |
---|---|
date | Fri, 16 Apr 2021 22:47:43 +0000 |
parents | 8cbc866b72ce |
children | 4851620acfda |
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 Fri Apr 16 22:36:15 2021 +0000 +++ b/tools/fastq_paired_unpaired/fastq_paired_unpaired.xml Fri Apr 16 22:47:43 2021 +0000 @@ -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>