Mercurial > repos > jjohnson > fgbio_fastq_to_bam
diff fgbio_fastq_to_bam.xml @ 2:6137ff37bea1 draft default tip
"planemo upload commit 77a5370a0978b5332bb3a9f063588a52a468ea08"
author | jjohnson |
---|---|
date | Thu, 19 Aug 2021 15:11:08 +0000 |
parents | 4635a93ebd91 |
children |
line wrap: on
line diff
--- a/fgbio_fastq_to_bam.xml Wed Feb 24 13:01:53 2021 +0000 +++ b/fgbio_fastq_to_bam.xml Thu Aug 19 15:11:08 2021 +0000 @@ -6,16 +6,11 @@ <expand macro="requirements" /> <version_command>fgbio --version</version_command> <command detect_errors="exit_code"><![CDATA[ + @LINK_FASTQ_INPUTS@ fgbio FastqToBam - --input - #for $input in $inputs - '$input' - #end for + @FASTQ_INPUTS@ --sample='$sample' --library='$library' - #if $read_structures: - --read-structures $read_structures - #end if --sort='$sort' --output '$output' ## optional bam header content @@ -51,13 +46,12 @@ #end if ]]></command> <inputs> - <param name="inputs" type="data" format="fastq" multiple="true" label="Fastq files corresponding to each sequencing read"/> + <expand macro="fastq_inputs"/> <param argument="--sample" type="text" value="" label="The name of the sequenced sample"> + <validator type="empty_field"/> </param> <param argument="--library" type="text" value="" label="The name/ID of the sequenced library"> - </param> - <param argument="--read-structures" type="text" value="" optional="true" label="Read structures, one for each of the FASTQ"> - <expand macro="read_structures_validator" /> + <validator type="empty_field"/> </param> <param argument="--sort" type="boolean" truevalue="true" falsevalue="false" checked="false" label="Sort bam by queryname" help="If true, queryname sort the BAM file, otherwise preserve input order."/>