comparison grinder.xml @ 10:c9fee6113b0d

Updated to Grinder version 0.4.3
author fangly
date Tue, 17 Jan 2012 20:15:09 -0500
parents 577e77853e8b
children
comparison
equal deleted inserted replaced
9:577e77853e8b 10:c9fee6113b0d
1 <tool id="grinder" name="Grinder" version="0.4.0"> 1 <tool id="grinder" name="Grinder" version="0.4.3">
2 2
3 <description>versatile omic shotgun 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>
58 #if str($homopolymer_dist): 58 #if str($homopolymer_dist):
59 -homopolymer_dist $homopolymer_dist 59 -homopolymer_dist $homopolymer_dist
60 #end if 60 #end if
61 #if str($chimera_perc): 61 #if str($chimera_perc):
62 -chimera_perc $chimera_perc 62 -chimera_perc $chimera_perc
63 #end if
64 #if str($chimera_dist):
65 -chimera_dist $chimera_dist
66 #end if
67 #if str($chimera_kmer):
68 -chimera_kmer $chimera_kmer
63 #end if 69 #end if
64 #if str($abundance_file) != "None": 70 #if str($abundance_file) != "None":
65 -abundance_file $abundance_file 71 -abundance_file $abundance_file
66 #end if 72 #end if
67 #if str($abundance_model): 73 #if str($abundance_model):
172 Balzer: N(n, 0.03494 + n * 0.06856), Balzer et al. 2010." /> 178 Balzer: N(n, 0.03494 + n * 0.06856), Balzer et al. 2010." />
173 179
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 180 <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
175 contain the ID of all the reference sequences forming the chimeric template. A typical value is 10%." /> 181 contain the ID of all the reference sequences forming the chimeric template. A typical value is 10%." />
176 182
183 <param name="chimera_dist" type="text" value="314 38 1" optional="true" label="Multimera distribution" help="Specify the distribution of chimeras: bimeras, trimeras, quadrameras and multimeras of higher order. The default is the average values from Quince et al. 2011: '314 38 1', which corresponds to 89% of bimeras, 11% of trimeras and 0.3% of quadrameras. Note that this option only takes effect when you request the generation of chimeras with the chimera percentage option." />
184
185 <param name="chimera_kmer" type="text" value="10" optional="true" label="k-mer based chimeras" help="Activate a method to form chimeras by picking breakpoints at places where k-mers are shared between sequences. The value to provide to this option represents k, the length of the k-mers (in bp). The longer the kmer, the more similar the sequences have to be to be eligible to form chimeras. The more frequent a k-mer is in the pool of reference sequences (taking into account their relative abundance), the more often this k-mer will be chosen. For example, CHSIM (Edgar et al. 2011) uses a k-mer length of 10 bp. If you do not want to use k-mer information to form chimeras, use 0, which will result in the reference sequences and breakpoints to be taken randomly. Note that this option only takes effect when you request the generation of chimeras with the chimera percentage option." />
186
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." /> 187 <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." />
178 188
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: 189 <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:
180 190
181 uniform distribution: uniform 191 uniform distribution: uniform