Mercurial > repos > richard-burhans > rdeval
diff rdeval.xml @ 4:7bf95986aaa4 draft
planemo upload for repository https://github.com/vgl-hub/rdeval commit 0d51c740073961b52774f611929f062b06de80da
author | richard-burhans |
---|---|
date | Wed, 23 Apr 2025 19:31:12 +0000 |
parents | 700ce3b8068f |
children | 7cfeba6facd1 |
line wrap: on
line diff
--- a/rdeval.xml Tue Feb 18 17:24:35 2025 +0000 +++ b/rdeval.xml Wed Apr 23 19:31:12 2025 +0000 @@ -60,7 +60,7 @@ > '$stats_outfile' ]]></command> <inputs> - <param argument="--input-reads" type="data" format="bam,cram,fasta,fasta.gz,fastq,fastq.gz" multiple="true" label="Input dataset" help="FASTA/FASTQ, BAM, or CRAM files."/> + <param argument="--input-reads" type="data" format="bam,cram,fasta,fasta.gz,fastq,fastq.gz" multiple="true" label="Input dataset" help="BAM, CRAM, FASTA, FASTQ, or RD files"/> <param name="expected_gsize" type="integer" label="Expected Genome Size" optional="true" help="Integer (e.g., 3000000000 for human)."/> <section name="input_filter" title="Filter input reads" expanded="false"> <conditional name="file_filter"> @@ -183,9 +183,13 @@ </test> <test expect_num_outputs="2"> <param name="input_reads" value="test2.bam" ftype="bam"/> - <param name="type_selector" value="combined_reads"/> + <section name="output_options"> + <conditional name="output_type"> + <param name="type_selector" value="combined_reads"/> + <param name="format_selector" value="fastq.gz"/> + </conditional> + </section> <output name="stats_outfile" file="output2.tabular" ftype="tabular"/> - <param name="format_selector" value="fastq.gz"/> <output name="reads_outfile" file="output2.fastq.gz" ftype="fastq.gz"/> </test> </tests>