Mercurial > repos > fangly > grinder
comparison grinder.xml @ 8:43def9fa33b9
Grinder 0.4.0
| author | fangly |
|---|---|
| date | Thu, 03 Nov 2011 23:44:09 -0400 |
| parents | bac7e652a9aa |
| children | 577e77853e8b |
comparison
equal
deleted
inserted
replaced
| 7:bac7e652a9aa | 8:43def9fa33b9 |
|---|---|
| 1 <tool id="grinder" name="Grinder" version="0.3.9"> | 1 <tool id="grinder" name="Grinder" version="0.4.0"> |
| 2 | 2 |
| 3 <description>genomic, metagenomic and amplicon read simulator</description> | 3 <description>versatile omic shotgun and amplicon read simulator</description> |
| 4 | 4 |
| 5 <requirements> | 5 <requirements> |
| 6 <requirement type="binary">grinder</requirement> | 6 <requirement type="binary">grinder</requirement> |
| 7 </requirements> | 7 </requirements> |
| 8 | 8 |
| 108 <param name="specify" type="select" label="Specify"> | 108 <param name="specify" type="select" label="Specify"> |
| 109 <option value="builtin">Built-in file</option> | 109 <option value="builtin">Built-in file</option> |
| 110 <option value="uploaded">Uploaded file</option> | 110 <option value="uploaded">Uploaded file</option> |
| 111 </param> | 111 </param> |
| 112 <when value="builtin"> | 112 <when value="builtin"> |
| 113 <param name="value" type="select" label="Reference sequences" help="Galaxy built-in FASTA file"> | 113 <param name="value" type="select" label="Reference sequences (genomes, genes, transcripts, proteins)" help="Galaxy built-in FASTA file"> |
| 114 <options from_data_table="all_fasta" /> | 114 <options from_data_table="all_fasta" /> |
| 115 </param> | 115 </param> |
| 116 </when> | 116 </when> |
| 117 <when value="uploaded"> | 117 <when value="uploaded"> |
| 118 <param name="value" type="data" format="fasta" label="Reference sequences" help="FASTA file that contains the input reference sequences" /> | 118 <param name="value" type="data" format="fasta" label="Reference sequences" help="FASTA file that contains the input reference sequences" /> |
| 119 </when> | 119 </when> |
| 120 </conditional> | 120 </conditional> |
| 121 | 121 |
| 122 <param name="total_reads" type="text" value="100" optional="true" label="Number of reads" help="Number of shotgun or amplicon reads to generate for each library. Do not specify this if you specify the fold coverage." /> | 122 <param name="total_reads" type="text" value="100" optional="true" label="Number of reads" help="Number of shotgun or amplicon reads to generate for each library. Do not specify this if you specify the fold coverage." /> |
| 123 | 123 |
| 124 <param name="coverage_fold" type="text" optional="true" label="Coverage fold" help="Generate the number of reads needed to achieve the specified fold coverage of the input reference sequences for each library (the output FASTA length divided by the input FASTA length). Do not specify this if you specify the number of reads directly" /> | 124 <param name="coverage_fold" type="text" optional="true" label="Coverage fold" help="Desired fold coverage of the input reference sequences (the output FASTA length divided by the input FASTA length). Do not specify this if you specify the number of reads directly." /> |
| 125 | 125 |
| 126 <param name="read_dist" type="text" value="100" optional="true" label="Sequence length distribution" help="Desired sequence length distribution specified as: | 126 <param name="read_dist" type="text" value="100" optional="true" label="Sequence length distribution" help="Desired sequence length distribution specified as: |
| 127 average length, distribution ('uniform' or 'normal') and standard deviation | 127 average length, distribution ('uniform' or 'normal') and standard deviation |
| 128 Only the first element is required. | 128 Only the first element is required. |
| 129 Examples: | 129 Examples: |
| 130 1/ All sequences exactly 250 bp long: 250 | 130 1/ All reads exactly 101 bp long (Illumina GA 2x): 101 |
| 131 2/ Uniform distribution around 100+-10 bp: 100 uniform 10 | 131 2/ Uniform read distribution around 100+-10 bp: 100 uniform 10 |
| 132 3/ Read normally distributed with an average of 800 and a standard deviation | 132 3/ Reads normally distributed with an average of 800 and a standard deviation |
| 133 of 100 bp: 800 normal 100" /> | 133 of 100 bp (Sanger reads): 800 normal 100 |
| 134 | 134 4/ Reads normally distributed with an average of 450 and a standard deviation |
| 135 <param name="insert_dist" type="text" value="0" optional="true" label="Insert size distribution" help="Create shotgun paired end reads (mate pairs) spanning the given insert length (the reads are interior to the insert): | 135 of 50 bp (454 GS-FLX Ti): 450 normal 50 |
| 136 Reference sequences smaller than the specified read length are not used." /> | |
| 137 | |
| 138 <param name="insert_dist" type="text" value="0" optional="true" label="Insert size distribution" help="Create paired-end or mate-pair reads spanning the given insert length. Important: the insert is defined in the biological sense, i.e. its length includes the length of both reads and of the stretch of DNA between them: | |
| 136 0 : off, | 139 0 : off, |
| 137 or: insert size distribution in bp, in the same format as the read length | 140 or: insert size distribution in bp, in the same format as the read length |
| 138 distribution (a typical value is 2,500 bp) | 141 distribution (a typical value is 2,500 bp) |
| 139 Two distinct reads are generated whether or not the mate pair overlaps." /> | 142 Two distinct reads are generated whether or not the mate pair overlaps." /> |
| 140 | 143 |
| 142 | 145 |
| 143 <param name="exclude_chars" type="text" optional="true" label="Characters to exclude" help="Do not create reads containing any of the specified characters (case insensitive), e.g. 'N-' to prevent reads with gaps (-) or ambiguities (N)." /> | 146 <param name="exclude_chars" type="text" optional="true" label="Characters to exclude" help="Do not create reads containing any of the specified characters (case insensitive), e.g. 'N-' to prevent reads with gaps (-) or ambiguities (N)." /> |
| 144 | 147 |
| 145 <param name="delete_chars" type="text" optional="true" label="Characters to delete" help="Remove the specified characters from the reference sequences (case insensitive), e.g. 'N-' to remove gaps (-) and ambiguities (N)." /> | 148 <param name="delete_chars" type="text" optional="true" label="Characters to delete" help="Remove the specified characters from the reference sequences (case insensitive), e.g. 'N-' to remove gaps (-) and ambiguities (N)." /> |
| 146 | 149 |
| 147 <param name="forward_reverse" type="data" format="fasta" optional="true" label="Amplicon primers" help="Use amplicon sequencing using the given forward and reverse PCR primer sequences (in a FASTA file, in this order). The second sequence in the FASTA file (the reverse primer) is optional. The sequences should use the IUPAC convention for degenerate residues). Example: AAACTYAAAKGAATTGRCGG and ACGGGCGGTGTGTRC for the 926F and 1392R primers respectively (primers that target the v6 to v9 region of the 16S rRNA gene). Genome sequences that do not match the specified primers are excluded. It is recommended to use the unidirectional and no genome length bias options to generate amplicon reads." /> | 150 <param name="forward_reverse" type="data" format="fasta" optional="true" label="Amplicon primers" help="Use DNA amplicon sequencing using a forward and reverse PCR primer sequence provided in a FASTA file. The primer sequences should use the IUPAC convention for degenerate residues and the reference sequences that that do not match the specified primers are excluded. If your reference sequences are full genomes, it is recommended to turn the copy number bias option on and the length bias option off reads. To sequence from the forward strand, set the sequencing direction option to 1 and put the forward primer first and reverse primer second in the FASTA file. To sequence from the reverse strand, invert the primers in the FASTA file and use -1 for the sequencing direction option. The second primer sequence in the FASTA file is always optional. Example: AAACTYAAAKGAATTGRCGG and ACGGGCGGTGTGTRC for the 926F and 1392R primers that target the V6 to V9 region of the 16S rRNA gene." /> |
| 148 | 151 |
| 149 <param name="unidirectional" type="select" display="radio" value="0" label="Sequencing direction" help="Produce reads just from one strand, by opposition to the reference strand and its reverse complement."> | 152 <param name="unidirectional" type="select" display="radio" value="0" label="Sequencing direction" help="Instead of producing reads bidirectionally, from the reference strand and its reverse complement, proceed unidirectionally, from one strand only (forward or reverse). Values: 0 (off, i.e. bidirectional), 1 (forward), -1 (reverse). Use the value 1 for strand specific transcriptomic or proteomic datasets."> |
| 150 <option value="0">both strands</option> | 153 <option value="0">both strands</option> |
| 151 <option value="1">forward strand only</option> | 154 <option value="1">forward strand only</option> |
| 152 <option value="-1">reverse strand only</option> | 155 <option value="-1">reverse strand only</option> |
| 153 </param> | 156 </param> |
| 154 | 157 |
| 155 <param name="length_bias" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Length bias" help="In shotgun libraries, sample species proportionally to their genome length: at the same relative abundance, larger genomes contribute more reads than smaller genomes." /> | 158 <param name="length_bias" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Length bias" help="In shotgun libraries, sample reference sequences proportionally to their length. For example, in simulated microbial datasets, this means that at the same relative abundance, larger genomes contribute more reads than smaller genomes. 0 = no, 1 = yes." /> |
| 156 | 159 |
| 157 <param name="copy_bias" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Copy number bias" help="In amplicon libraries, sample species proportionally to the number of copies of the target gene: at equal relative abundance, genomes that have multiple copies of the target gene contribute more amplicon reads than genomes that have a single copy. Note: you should use full genomes in the reference file to make use of this option." /> | 160 <param name="copy_bias" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Copy number bias" help="In amplicon libraries where full genomes are used as input, sample species proportionally to the number of copies of the target gene: at equal relative abundance, genomes that have multiple copies of the target gene contribute more amplicon reads than genomes that have a single copy. 0 = no, 1 = yes." /> |
| 158 | 161 |
| 159 <param name="mutation_dist" type="text" value="0" optional="true" label="Mutation distribution" help="Introduce sequencing errors in the reads, under the form of mutations (substitutions, insertions and deletions) using a specified frequency distribution: | 162 <param name="mutation_dist" type="text" value="0" optional="true" label="Mutation distribution" help="Introduce sequencing errors in the reads, under the form of mutations (substitutions, insertions and deletions) at positions that follow a specified distribution (with replacement): model (uniform, linear, poly4), model parameters. For example, for a uniform 0.1% error rate, use: uniform 0.1. To simulate Sanger errors, use a linear model where the errror rate is 1% at the 5' end of reads and 2% at the 3' end: linear 1 2. To model Illumina errors using the 4th degree polynome 3e-3 + 3.3e-8 * i^4 (Korbel et al 2009), use: poly4 3e-3 3.3e-8. Use the mutation ratio option to alter how many of these mutations are substitutions |
| 160 average probability (%), | 163 or indels." /> |
| 161 model (uniform, linear), | 164 |
| 162 value at 3' end (not applicable for uniform model). | 165 <param name="mutation_ratio" type="text" value="80 20" optional="true" label="Mutation ratio" help="Indicate the percentage of substitutions and the number of indels (insertions and deletions). For example, use '80 20' (4 substitutions for each indel) for Sanger reads. Note that this parameter has no effect unless you specify the mutation distribution option." /> |
| 163 For example, for Sanger-type errors, use: | 166 |
| 164 1.5 linear 2." /> | 167 <param name="homopolymer_dist" type="text" value="0" optional="true" label="Homopolymer distribution" help="Introduce sequencing errors in the reads under the form of homopolymeric stretches (e.g. AAA, CCCCC) using a specified model where the homopolymer length |
| 165 | 168 follows a normal distribution N(mean, standard deviation) that is function of |
| 166 <param name="mutation_ratio" type="text" value="80 20" optional="true" label="Mutation ratio" help="Indicate the percentage of substitutions and indels (insertions and deletions). For example, use 80 20 (4 substitutions for each indel) for Sanger reads. Note that this parameter has no effect unless you specify the mutation distribution option." /> | 169 the homopolymer length n. |
| 167 | |
| 168 <param name="homopolymer_dist" type="text" value="0" optional="true" label="Homopolymer distribution" help="Introduce sequencing errors in the reads under the form of homopolymeric stretches (e.g. AAA, CCCCC) using a specified model (n: homopolymer length). | |
| 169 Margulies: N(n, 0.15 * n), Margulies et al. 2005. | 170 Margulies: N(n, 0.15 * n), Margulies et al. 2005. |
| 170 Richter: N(n, 0.15 * sqrt(n)), Richter et al. 2008. | 171 Richter: N(n, 0.15 * sqrt(n)), Richter et al. 2008. |
| 171 Balzer: N(n, 0.03494 + n * 0.06856), Balzer et al. 2010." /> | 172 Balzer: N(n, 0.03494 + n * 0.06856), Balzer et al. 2010." /> |
| 172 | 173 |
| 173 <param name="chimera_perc" type="text" value="0" optional="true" label="Percentage of chimeras" help="Specify the percent of reads in amplicon libraries that should be chimeric sequences. A typical value is 10%." /> | 174 <param name="chimera_perc" type="text" value="0" optional="true" label="Percentage of chimeras" help="Specify the percent of reads in amplicon libraries that should be chimeric sequences. The 'reference' field in the description of chimeric reads will |
| 174 | 175 contain the ID of all the reference sequences forming the chimeric template. A typical value is 10%." /> |
| 175 <param name="abundance_file" type="data" format="tabular" optional="true" label="Abundance file" help="Specify the relative abundance of the genomes manually in an input file. Each line of the file should contain a sequence name and its relative abundance (%), e.g. 'seqABC 82.1' or 'seqABC 82.1 10.2' if you are specifying 2 different communities." /> | 176 |
| 176 | 177 <param name="abundance_file" type="data" format="tabular" optional="true" label="Abundance file" help="Specify the relative abundance of the reference sequencse manually in an input file. Each line of the file should contain a sequence name and its relative abundance (%), e.g. 'seqABC 82.1' or 'seqABC 82.1 10.2' if you are specifying two different libraries." /> |
| 177 <param name="abundance_model" type="text" value="uniform 1" optional="true" label="Rank abundance model" help="Relative abundance model for the input genomes: | 178 |
| 178 uniform, linear, powerlaw, logarithmic or exponential. | 179 <param name="abundance_model" type="text" value="uniform 1" optional="true" label="Rank abundance model" help="Relative abundance model for the input reference sequences: uniform, linear, powerlaw, logarithmic or exponential. The uniform and linear models do not require a parameter, but the other models take a parameter in the range [0, infinity). If this parameter is not specified, then it is randomly chosen. Examples: |
| 179 Examples: | 180 |
| 180 1/ uniform distribution: uniform, | 181 uniform distribution: uniform |
| 181 2/ powerlaw distribution with parameter 0.1: powerlaw 0.1." /> | 182 powerlaw distribution with parameter 0.1: powerlaw 0.1 |
| 182 | 183 exponential distribution with automatically chosen parameter: exponential" /> |
| 183 <param name="num_libraries" type="text" value="1" optional="true" label="Number of libraries" help="Number of independent libraries to create. Specify how diverse and similar they should be using the options diversity, shared percent; and permuted percent. Assign them different MID tags with the multiplex mids option. Note that in Galaxy, the maximum number of libraries is 10." /> | 184 |
| 184 | 185 <param name="num_libraries" type="text" value="1" optional="true" label="Number of libraries" help="Number of independent libraries to create. Specify how diverse and similar they should be using the diversity, shared percent and permuted percent options. Assign them different MID tags with the multiplex mids option. Note that in Galaxy, the maximum number of libraries is 10." /> |
| 185 <param name="multiplex_ids" type="data" format="fasta" optional="true" label="Specify MID tags file" help="Specify an optional FASTA file that contains sequence identifiers (a.k.a MIDs or barcodes) to add to the sequences (one per library)."/> | 186 |
| 187 <param name="multiplex_ids" type="data" format="fasta" optional="true" label="Specify MID tags file" help="Specify an optional FASTA file that contains sequence identifiers (a.k.a MIDs or barcodes) to add to the sequences (one sequence per library)."/> | |
| 186 | 188 |
| 187 <!-- When Galaxy bug #661 is resolved, then we can really have optional parameters of type "integer" or "float" --> | 189 <!-- When Galaxy bug #661 is resolved, then we can really have optional parameters of type "integer" or "float" --> |
| 188 <!-- URL: https://bitbucket.org/galaxy/galaxy-central/issue/661/optional-arguments-problems#comment-655611 --> | 190 <!-- URL: https://bitbucket.org/galaxy/galaxy-central/issue/661/optional-arguments-problems#comment-655611 --> |
| 189 <!-- Affected params: diversity (int), shared_perc (float), permuted_perc (float), random_seed (int), num_libraries (int), chimera_perc (float) --> | 191 <!-- Affected params: diversity (int), shared_perc (float), permuted_perc (float), random_seed (int), num_libraries (int), chimera_perc (float) --> |
| 190 <param name="diversity" type="text" optional="true" label="Diversity (richness)" help="Richness, or number of genomes to include in the shotgun libraries. Use 0 for the maximum diversity possible, i.e. all the genomes from the input file when a single independent library is requested." /> | 192 <param name="diversity" type="text" optional="true" label="Diversity (richness)" help="Richness, or number of reference sequences to include in the shotgun libraries. Use 0 for the maximum diversity possible (based on the number of reference sequences |
| 191 | 193 available). Provide one value to make all libraries have the same diversity, or one diversity value per library otherwise." /> |
| 192 <param name="shared_perc" type="text" value="0" optional="true" label="Percent shared" help="For multiple libraries, percent of genomes they should have in common." /> | 194 |
| 193 | 195 <param name="shared_perc" type="text" value="0" optional="true" label="Percent shared" help="For multiple libraries, percent of reference sequences they should have in common (relative to the diversity of the least diverse library)." /> |
| 194 <param name="permuted_perc" type="text" value="0" optional="true" label="Percent permuted" help="For multiple libraries, percent of the most-abundant genomes to permute in rank-abundance." /> | 196 |
| 197 <param name="permuted_perc" type="text" value="0" optional="true" label="Percent permuted" help="For multiple libraries, percent of the most-abundant reference sequences to permute in rank-abundance." /> | |
| 195 | 198 |
| 196 <param name="random_seed" type="text" optional="true" label="Random seed" help="Seed number to use for the pseudo-random number generator." /> | 199 <param name="random_seed" type="text" optional="true" label="Random seed" help="Seed number to use for the pseudo-random number generator." /> |
| 197 | 200 |
| 198 <param name="desc_track" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Read tracking" help="Track read information (reference sequence, position, errors, ...) by writing it in the FASTA read description." /> | 201 <param name="desc_track" type="boolean" truevalue="1" falsevalue="0" checked="true" label="Read tracking" help="Track read information (reference sequence, position, errors, ...) by writing it in the FASTA read description." /> |
| 199 | 202 |
| 215 | 218 |
| 216 Note that the arguments specified in the profile should not be specified again on the command line." /> | 219 Note that the arguments specified in the profile should not be specified again on the command line." /> |
| 217 | 220 |
| 218 </inputs> | 221 </inputs> |
| 219 | 222 |
| 220 <!-- | |
| 221 <outputs> | |
| 222 <data format="tabular" name="ranks" from_work_dir="grinder-ranks.txt" label="${tool.name} ranks from ${on_string}" /> | |
| 223 <conditional/> | |
| 224 <data format="fasta" name="fasta" from_work_dir="grinder-reads.fa" label="${tool.name} reads from ${on_string}" /> | |
| 225 <data format="qual" name="qual" from_work_dir="grinder-reads.qual" label="${tool.name} read quals from ${on_string}" > | |
| 226 <filter>(str(qual_levels))</filter> | |
| 227 </data> | |
| 228 </outputs> | |
| 229 --> | |
| 230 | 223 |
| 231 <outputs> | 224 <outputs> |
| 232 | 225 |
| 233 <!-- single library output --> | 226 <!-- single library output --> |
| 234 <data format="tabular" name="ranks" from_work_dir="grinder-ranks.txt" label="${tool.name} ranks from ${on_string}"> | 227 <data format="tabular" name="ranks" from_work_dir="grinder-ranks.txt" label="${tool.name} ranks from ${on_string}"> |
| 238 <filter>int(str(num_libraries)) == 1 and fastq_output == 0</filter> | 231 <filter>int(str(num_libraries)) == 1 and fastq_output == 0</filter> |
| 239 </data> | 232 </data> |
| 240 <data format="qual" name="qual" from_work_dir="grinder-reads.qual" label="${tool.name} quals from ${on_string}"> | 233 <data format="qual" name="qual" from_work_dir="grinder-reads.qual" label="${tool.name} quals from ${on_string}"> |
| 241 <filter>int(str(num_libraries)) == 1 and str(qual_levels) and fastq_output == 0</filter> | 234 <filter>int(str(num_libraries)) == 1 and str(qual_levels) and fastq_output == 0</filter> |
| 242 </data> | 235 </data> |
| 243 <data format="fastq" name="fastq" from_work_dir="grinder-reads.fastq" label="${tool.name} reads from ${on_string}"> | 236 <data format="fastqsanger" name="fastq" from_work_dir="grinder-reads.fastq" label="${tool.name} reads from ${on_string}"> |
| 244 <filter>int(str(num_libraries)) == 1 and fastq_output == 1</filter> | 237 <filter>int(str(num_libraries)) == 1 and fastq_output == 1</filter> |
| 245 </data> | 238 </data> |
| 246 | 239 |
| 247 <!-- When Galaxy bug #670 is resolved, then we won't have to harcode the number of output datasets --> | 240 <!-- When Galaxy bug #670 is resolved, then we won't have to harcode the number of output datasets --> |
| 248 <!-- URL: https://bitbucket.org/galaxy/galaxy-central/issue/670/better-support-for-multiple-outputs --> | 241 <!-- URL: https://bitbucket.org/galaxy/galaxy-central/issue/670/better-support-for-multiple-outputs --> |
| 255 <filter>int(str(num_libraries)) >= 2 and fastq_output == 0</filter> | 248 <filter>int(str(num_libraries)) >= 2 and fastq_output == 0</filter> |
| 256 </data> | 249 </data> |
| 257 <data format="qual" name="qual1" from_work_dir="grinder-1-reads.qual" label="${tool.name} lib 1 quals from ${on_string}"> | 250 <data format="qual" name="qual1" from_work_dir="grinder-1-reads.qual" label="${tool.name} lib 1 quals from ${on_string}"> |
| 258 <filter>int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0</filter> | 251 <filter>int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0</filter> |
| 259 </data> | 252 </data> |
| 260 <data format="fastq" name="fastq1" from_work_dir="grinder-1-reads.fastq" label="${tool.name} lib 1 reads from ${on_string}"> | 253 <data format="fastqsanger" name="fastq1" from_work_dir="grinder-1-reads.fastq" label="${tool.name} lib 1 reads from ${on_string}"> |
| 261 <filter>int(str(num_libraries)) >= 2 and fastq_output == 1</filter> | 254 <filter>int(str(num_libraries)) >= 2 and fastq_output == 1</filter> |
| 262 </data> | 255 </data> |
| 263 | 256 |
| 264 <!-- multiple libraries: library 2 --> | 257 <!-- multiple libraries: library 2 --> |
| 265 <data format="tabular" name="ranks2" from_work_dir="grinder-2-ranks.txt" label="${tool.name} lib 2 ranks from ${on_string}"> | 258 <data format="tabular" name="ranks2" from_work_dir="grinder-2-ranks.txt" label="${tool.name} lib 2 ranks from ${on_string}"> |
| 269 <filter>int(str(num_libraries)) >= 2 and fastq_output == 0</filter> | 262 <filter>int(str(num_libraries)) >= 2 and fastq_output == 0</filter> |
| 270 </data> | 263 </data> |
| 271 <data format="qual" name="qual2" from_work_dir="grinder-2-reads.qual" label="${tool.name} lib 2 quals from ${on_string}"> | 264 <data format="qual" name="qual2" from_work_dir="grinder-2-reads.qual" label="${tool.name} lib 2 quals from ${on_string}"> |
| 272 <filter>int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0</filter> | 265 <filter>int(str(num_libraries)) >= 2 and str(qual_levels) and fastq_output == 0</filter> |
| 273 </data> | 266 </data> |
| 274 <data format="fastq" name="fastq2" from_work_dir="grinder-2-reads.fastq" label="${tool.name} lib 2 reads from ${on_string}"> | 267 <data format="fastqsanger" name="fastq2" from_work_dir="grinder-2-reads.fastq" label="${tool.name} lib 2 reads from ${on_string}"> |
| 275 <filter>int(str(num_libraries)) >= 2 and fastq_output == 1</filter> | 268 <filter>int(str(num_libraries)) >= 2 and fastq_output == 1</filter> |
| 276 </data> | 269 </data> |
| 277 | 270 |
| 278 <!-- multiple libraries: library 3 --> | 271 <!-- multiple libraries: library 3 --> |
| 279 <data format="tabular" name="ranks3" from_work_dir="grinder-3-ranks.txt" label="${tool.name} lib 3 ranks from ${on_string}"> | 272 <data format="tabular" name="ranks3" from_work_dir="grinder-3-ranks.txt" label="${tool.name} lib 3 ranks from ${on_string}"> |
| 283 <filter>int(str(num_libraries)) >= 3 and fastq_output == 0</filter> | 276 <filter>int(str(num_libraries)) >= 3 and fastq_output == 0</filter> |
| 284 </data> | 277 </data> |
| 285 <data format="qual" name="qual3" from_work_dir="grinder-3-reads.qual" label="${tool.name} lib 3 quals from ${on_string}"> | 278 <data format="qual" name="qual3" from_work_dir="grinder-3-reads.qual" label="${tool.name} lib 3 quals from ${on_string}"> |
| 286 <filter>int(str(num_libraries)) >= 3 and str(qual_levels) and fastq_output == 0</filter> | 279 <filter>int(str(num_libraries)) >= 3 and str(qual_levels) and fastq_output == 0</filter> |
| 287 </data> | 280 </data> |
| 288 <data format="fastq" name="fastq3" from_work_dir="grinder-3-reads.fastq" label="${tool.name} lib 3 reads from ${on_string}"> | 281 <data format="fastqsanger" name="fastq3" from_work_dir="grinder-3-reads.fastq" label="${tool.name} lib 3 reads from ${on_string}"> |
| 289 <filter>int(str(num_libraries)) >= 3 and fastq_output == 1</filter> | 282 <filter>int(str(num_libraries)) >= 3 and fastq_output == 1</filter> |
| 290 </data> | 283 </data> |
| 291 | 284 |
| 292 <!-- multiple libraries: library 4 --> | 285 <!-- multiple libraries: library 4 --> |
| 293 <data format="tabular" name="ranks4" from_work_dir="grinder-4-ranks.txt" label="${tool.name} lib 4 ranks from ${on_string}"> | 286 <data format="tabular" name="ranks4" from_work_dir="grinder-4-ranks.txt" label="${tool.name} lib 4 ranks from ${on_string}"> |
| 297 <filter>int(str(num_libraries)) >= 4 and fastq_output == 0</filter> | 290 <filter>int(str(num_libraries)) >= 4 and fastq_output == 0</filter> |
| 298 </data> | 291 </data> |
| 299 <data format="qual" name="qual4" from_work_dir="grinder-4-reads.qual" label="${tool.name} lib 4 quals from ${on_string}"> | 292 <data format="qual" name="qual4" from_work_dir="grinder-4-reads.qual" label="${tool.name} lib 4 quals from ${on_string}"> |
| 300 <filter>int(str(num_libraries)) >= 4 and str(qual_levels) and fastq_output == 0</filter> | 293 <filter>int(str(num_libraries)) >= 4 and str(qual_levels) and fastq_output == 0</filter> |
| 301 </data> | 294 </data> |
| 302 <data format="fastq" name="fastq4" from_work_dir="grinder-4-reads.fastq" label="${tool.name} lib 4 reads from ${on_string}"> | 295 <data format="fastqsanger" name="fastq4" from_work_dir="grinder-4-reads.fastq" label="${tool.name} lib 4 reads from ${on_string}"> |
| 303 <filter>int(str(num_libraries)) >= 4 and fastq_output == 1</filter> | 296 <filter>int(str(num_libraries)) >= 4 and fastq_output == 1</filter> |
| 304 </data> | 297 </data> |
| 305 | 298 |
| 306 <!-- multiple libraries: library 5 --> | 299 <!-- multiple libraries: library 5 --> |
| 307 <data format="tabular" name="ranks5" from_work_dir="grinder-5-ranks.txt" label="${tool.name} lib 5 ranks from ${on_string}"> | 300 <data format="tabular" name="ranks5" from_work_dir="grinder-5-ranks.txt" label="${tool.name} lib 5 ranks from ${on_string}"> |
| 311 <filter>int(str(num_libraries)) >= 5 and fastq_output == 0</filter> | 304 <filter>int(str(num_libraries)) >= 5 and fastq_output == 0</filter> |
| 312 </data> | 305 </data> |
| 313 <data format="qual" name="qual5" from_work_dir="grinder-5-reads.qual" label="${tool.name} lib 5 quals from ${on_string}"> | 306 <data format="qual" name="qual5" from_work_dir="grinder-5-reads.qual" label="${tool.name} lib 5 quals from ${on_string}"> |
| 314 <filter>int(str(num_libraries)) >= 5 and str(qual_levels) and fastq_output == 0</filter> | 307 <filter>int(str(num_libraries)) >= 5 and str(qual_levels) and fastq_output == 0</filter> |
| 315 </data> | 308 </data> |
| 316 <data format="fastq" name="fastq5" from_work_dir="grinder-5-reads.fastq" label="${tool.name} lib 5 reads from ${on_string}"> | 309 <data format="fastqsanger" name="fastq5" from_work_dir="grinder-5-reads.fastq" label="${tool.name} lib 5 reads from ${on_string}"> |
| 317 <filter>int(str(num_libraries)) >= 5 and fastq_output == 1</filter> | 310 <filter>int(str(num_libraries)) >= 5 and fastq_output == 1</filter> |
| 318 </data> | 311 </data> |
| 319 | 312 |
| 320 <!-- multiple libraries: library 6 --> | 313 <!-- multiple libraries: library 6 --> |
| 321 <data format="tabular" name="ranks6" from_work_dir="grinder-6-ranks.txt" label="${tool.name} lib 6 ranks from ${on_string}"> | 314 <data format="tabular" name="ranks6" from_work_dir="grinder-6-ranks.txt" label="${tool.name} lib 6 ranks from ${on_string}"> |
| 325 <filter>int(str(num_libraries)) >= 6 and fastq_output == 0</filter> | 318 <filter>int(str(num_libraries)) >= 6 and fastq_output == 0</filter> |
| 326 </data> | 319 </data> |
| 327 <data format="qual" name="qual6" from_work_dir="grinder-6-reads.qual" label="${tool.name} lib 6 quals from ${on_string}"> | 320 <data format="qual" name="qual6" from_work_dir="grinder-6-reads.qual" label="${tool.name} lib 6 quals from ${on_string}"> |
| 328 <filter>int(str(num_libraries)) >= 6 and str(qual_levels) and fastq_output == 0</filter> | 321 <filter>int(str(num_libraries)) >= 6 and str(qual_levels) and fastq_output == 0</filter> |
| 329 </data> | 322 </data> |
| 330 <data format="fastq" name="fastq6" from_work_dir="grinder-6-reads.fastq" label="${tool.name} lib 6 reads from ${on_string}"> | 323 <data format="fastqsanger" name="fastq6" from_work_dir="grinder-6-reads.fastq" label="${tool.name} lib 6 reads from ${on_string}"> |
| 331 <filter>int(str(num_libraries)) >= 6 and fastq_output == 1</filter> | 324 <filter>int(str(num_libraries)) >= 6 and fastq_output == 1</filter> |
| 332 </data> | 325 </data> |
| 333 | 326 |
| 334 <!-- multiple libraries: library 7 --> | 327 <!-- multiple libraries: library 7 --> |
| 335 <data format="tabular" name="ranks7" from_work_dir="grinder-7-ranks.txt" label="${tool.name} lib 7 ranks from ${on_string}"> | 328 <data format="tabular" name="ranks7" from_work_dir="grinder-7-ranks.txt" label="${tool.name} lib 7 ranks from ${on_string}"> |
| 339 <filter>int(str(num_libraries)) >= 7 and fastq_output == 0</filter> | 332 <filter>int(str(num_libraries)) >= 7 and fastq_output == 0</filter> |
| 340 </data> | 333 </data> |
| 341 <data format="qual" name="qual7" from_work_dir="grinder-7-reads.qual" label="${tool.name} lib 7 quals from ${on_string}"> | 334 <data format="qual" name="qual7" from_work_dir="grinder-7-reads.qual" label="${tool.name} lib 7 quals from ${on_string}"> |
| 342 <filter>int(str(num_libraries)) >= 7 and str(qual_levels) and fastq_output == 0</filter> | 335 <filter>int(str(num_libraries)) >= 7 and str(qual_levels) and fastq_output == 0</filter> |
| 343 </data> | 336 </data> |
| 344 <data format="fastq" name="fastq7" from_work_dir="grinder-7-reads.fastq" label="${tool.name} lib 7 reads from ${on_string}"> | 337 <data format="fastqsanger" name="fastq7" from_work_dir="grinder-7-reads.fastq" label="${tool.name} lib 7 reads from ${on_string}"> |
| 345 <filter>int(str(num_libraries)) >= 7 and fastq_output == 1</filter> | 338 <filter>int(str(num_libraries)) >= 7 and fastq_output == 1</filter> |
| 346 </data> | 339 </data> |
| 347 | 340 |
| 348 <!-- multiple libraries: library 8 --> | 341 <!-- multiple libraries: library 8 --> |
| 349 <data format="tabular" name="ranks8" from_work_dir="grinder-8-ranks.txt" label="${tool.name} lib 8 ranks from ${on_string}"> | 342 <data format="tabular" name="ranks8" from_work_dir="grinder-8-ranks.txt" label="${tool.name} lib 8 ranks from ${on_string}"> |
| 353 <filter>int(str(num_libraries)) >= 8 and fastq_output == 0</filter> | 346 <filter>int(str(num_libraries)) >= 8 and fastq_output == 0</filter> |
| 354 </data> | 347 </data> |
| 355 <data format="qual" name="qual8" from_work_dir="grinder-8-reads.qual" label="${tool.name} lib 8 quals from ${on_string}"> | 348 <data format="qual" name="qual8" from_work_dir="grinder-8-reads.qual" label="${tool.name} lib 8 quals from ${on_string}"> |
| 356 <filter>int(str(num_libraries)) >= 8 and str(qual_levels) and fastq_output == 0</filter> | 349 <filter>int(str(num_libraries)) >= 8 and str(qual_levels) and fastq_output == 0</filter> |
| 357 </data> | 350 </data> |
| 358 <data format="fastq" name="fastq8" from_work_dir="grinder-8-reads.fastq" label="${tool.name} lib 8 reads from ${on_string}"> | 351 <data format="fastqsanger" name="fastq8" from_work_dir="grinder-8-reads.fastq" label="${tool.name} lib 8 reads from ${on_string}"> |
| 359 <filter>int(str(num_libraries)) >= 8 and fastq_output == 1</filter> | 352 <filter>int(str(num_libraries)) >= 8 and fastq_output == 1</filter> |
| 360 </data> | 353 </data> |
| 361 | 354 |
| 362 <!-- multiple libraries: library 9 --> | 355 <!-- multiple libraries: library 9 --> |
| 363 <data format="tabular" name="ranks9" from_work_dir="grinder-9-ranks.txt" label="${tool.name} lib 9 ranks from ${on_string}"> | 356 <data format="tabular" name="ranks9" from_work_dir="grinder-9-ranks.txt" label="${tool.name} lib 9 ranks from ${on_string}"> |
| 367 <filter>int(str(num_libraries)) >= 9 and fastq_output == 0</filter> | 360 <filter>int(str(num_libraries)) >= 9 and fastq_output == 0</filter> |
| 368 </data> | 361 </data> |
| 369 <data format="qual" name="qual9" from_work_dir="grinder-9-reads.qual" label="${tool.name} lib 9 quals from ${on_string}"> | 362 <data format="qual" name="qual9" from_work_dir="grinder-9-reads.qual" label="${tool.name} lib 9 quals from ${on_string}"> |
| 370 <filter>int(str(num_libraries)) >= 9 and str(qual_levels) and fastq_output == 0</filter> | 363 <filter>int(str(num_libraries)) >= 9 and str(qual_levels) and fastq_output == 0</filter> |
| 371 </data> | 364 </data> |
| 372 <data format="fastq" name="fastq9" from_work_dir="grinder-9-reads.fastq" label="${tool.name} lib 9 reads from ${on_string}"> | 365 <data format="fastqsanger" name="fastq9" from_work_dir="grinder-9-reads.fastq" label="${tool.name} lib 9 reads from ${on_string}"> |
| 373 <filter>int(str(num_libraries)) >= 9 and fastq_output == 1</filter> | 366 <filter>int(str(num_libraries)) >= 9 and fastq_output == 1</filter> |
| 374 </data> | 367 </data> |
| 375 | 368 |
| 376 <!-- multiple libraries: library 10 --> | 369 <!-- multiple libraries: library 10 --> |
| 377 <data format="tabular" name="ranks10" from_work_dir="grinder-10-ranks.txt" label="${tool.name} lib 10 ranks from ${on_string}"> | 370 <data format="tabular" name="ranks10" from_work_dir="grinder-10-ranks.txt" label="${tool.name} lib 10 ranks from ${on_string}"> |
| 381 <filter>int(str(num_libraries)) >= 10 and fastq_output == 0</filter> | 374 <filter>int(str(num_libraries)) >= 10 and fastq_output == 0</filter> |
| 382 </data> | 375 </data> |
| 383 <data format="qual" name="qual10" from_work_dir="grinder-10-reads.qual" label="${tool.name} lib 10 quals from ${on_string}"> | 376 <data format="qual" name="qual10" from_work_dir="grinder-10-reads.qual" label="${tool.name} lib 10 quals from ${on_string}"> |
| 384 <filter>int(str(num_libraries)) >= 10 and str(qual_levels) and fastq_output == 0</filter> | 377 <filter>int(str(num_libraries)) >= 10 and str(qual_levels) and fastq_output == 0</filter> |
| 385 </data> | 378 </data> |
| 386 <data format="fastq" name="fastq10" from_work_dir="grinder-10-reads.fastq" label="${tool.name} lib 10 reads from ${on_string}"> | 379 <data format="fastqsanger" name="fastq10" from_work_dir="grinder-10-reads.fastq" label="${tool.name} lib 10 reads from ${on_string}"> |
| 387 <filter>int(str(num_libraries)) >= 10 and fastq_output == 1</filter> | 380 <filter>int(str(num_libraries)) >= 10 and fastq_output == 1</filter> |
| 388 </data> | 381 </data> |
| 389 | 382 |
| 390 </outputs> | 383 </outputs> |
| 391 | 384 |
