comparison neptune.xml @ 1:e2725e0b0113 draft default tip

planemo upload
author nml
date Thu, 04 May 2017 16:10:52 -0400
parents 9121e9f3f285
children
comparison
equal deleted inserted replaced
0:9121e9f3f285 1:e2725e0b0113
1 <tool id="neptune" name="Neptune: Signature Discovery" version="1.2.5.1"> 1 <tool id="neptune" name="Neptune: Signature Discovery" version="1.2.5.2">
2 <description>Neptune identifies genomic signatures using an exact k-mer matching strategy while accommodating k-mer mismatches.</description> 2 <description>identifies discriminatory sequences between two groups of sequences</description>
3 3
4 <requirements> 4 <requirements>
5 <requirement type="package" version="1.2.5">neptune</requirement> 5 <requirement type="package" version="1.2.5">neptune</requirement>
6 </requirements> 6 </requirements>
7 7
61 </param> 61 </param>
62 <when value="basic"> 62 <when value="basic">
63 </when> 63 </when>
64 <when value="advanced"> 64 <when value="advanced">
65 <param name="kmer" type="integer" label="k" help="The size of the k-mers. This value is automatically calculated if left blank." optional="true"/> 65 <param name="kmer" type="integer" label="k" help="The size of the k-mers. This value is automatically calculated if left blank." optional="true"/>
66 <param name="size" type="integer" label="Size" help="The minimum size of reported signatures. The default size is 4k." optional="true"/> 66 <param name="size" type="integer" label="Size" help=" The minimum size of all reported candidate signatures. Identified candidate signatures shorter than this value will be discard. The default size is 4k." optional="true"/>
67 <param name="rate" type="float" label="Rate" help="The probability of a mutation or error at an arbitrary position. The default value is 0.01." optional="true" value="0.01"/> 67 <param name="rate" type="float" label="Rate" help="The probability of a mutation or error at an arbitrary position. The default value is 0.01." optional="true" value="0.01"/>
68 <param name="exhits" type="integer" label="Minimum Exclusion" help="The minimum number of inclusion targets that must contain a k-mer observed in the reference to begin or continue building candidate signatures. This will be calculated if not specified." optional="true" value="1"/> 68 <param name="exhits" type="integer" label="Maximum Exclusion" help="The maximum allowable number of exclusion targets that may contain a k-mer observed in the reference before terminating the construction of a candidate signature." optional="true" value="1"/>
69 </when> 69 </when>
70 </conditional> 70 </conditional>
71 </inputs> 71 </inputs>
72 72
73 <outputs> 73 <outputs>