Mercurial > repos > matthias > dada2_plotqualityprofile
comparison dada2_plotQualityProfile.xml @ 7:ec0479593908 draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/topic/dada2/tools/dada2 commit 7831a1e3225240028b30ae02808bdff9babaf368-dirty
author | matthias |
---|---|
date | Mon, 27 May 2019 05:33:57 -0400 |
parents | 863ebf0d28d5 |
children | 7970dfbedde3 |
comparison
equal
deleted
inserted
replaced
6:4ce5b0fa84f5 | 7:ec0479593908 |
---|---|
73 <option value="single">single - non batch</option> | 73 <option value="single">single - non batch</option> |
74 <option value="paired_batch">paired - batch</option> | 74 <option value="paired_batch">paired - batch</option> |
75 <option value="single_batch">single - batch</option> | 75 <option value="single_batch">single - batch</option> |
76 </param> | 76 </param> |
77 <when value="paired"> | 77 <when value="paired"> |
78 <param argument="fl" type="data_collection" collection_type="list:paired" format="fastqsanger,fastqsanger.gz" label="Short read data"/> | 78 <param argument="fl" type="data_collection" collection_type="list:paired" format="fastq,fastq.gz" label="Short read data"/> |
79 </when> | 79 </when> |
80 <when value="single"> | 80 <when value="single"> |
81 <param argument="fl" type="data" multiple="true" format="fastqsanger,fastqsanger.gz" label="Short read data"/> | 81 <param argument="fl" type="data" multiple="true" format="fastq,fastq.gz" label="Short read data"/> |
82 </when> | 82 </when> |
83 <when value="paired_batch"> | 83 <when value="paired_batch"> |
84 <param argument="fl" type="data_collection" collection_type="paired" format="fastqsanger,fastqsanger.gz" label="Short read data"/> | 84 <param argument="fl" type="data_collection" collection_type="paired" format="fastq,fastq.gz" label="Short read data"/> |
85 </when> | 85 </when> |
86 <when value="single_batch"> | 86 <when value="single_batch"> |
87 <param argument="fl" type="data" format="fastqsanger,fastqsanger.gz" label="Short read data"/> | 87 <param argument="fl" type="data" format="fastq,fastq.gz" label="Short read data"/> |
88 </when> | 88 </when> |
89 </conditional> | 89 </conditional> |
90 <param argument="aggregate" type="boolean" label="Aggregate data" checked="True" truevalue="TRUE" falsevalue="FALSE" help="Create a single plot for all data sets (default) or a separate plot for each data set"/> | 90 <param argument="aggregate" type="boolean" label="Aggregate data" checked="True" truevalue="TRUE" falsevalue="FALSE" help="Create a single plot for all data sets (default) or a separate plot for each data set"/> |
91 <param argument="n" type="integer" value="500000" label="sample number" help="number of records to sample from the fastq file"/> | 91 <param argument="n" type="integer" value="500000" label="sample number" help="number of records to sample from the fastq file"/> |
92 </inputs> | 92 </inputs> |