0
|
1 <tool id="trams" name="TRAMS">
|
|
2 <description>Tool for Rapid Annotation of Microbial SNPs</description>
|
|
3 <command interpreter="python">trams.py $input1 $input2 $ref_format $annot $overl $sum</command>
|
|
4 <inputs>
|
|
5 <param name="input1" type="data" format="tabular" label="SNP table" />
|
|
6 <param name="input2" type="data" format="txt" label="Reference genome" help="Reference genome file, should be genbank or embl file." />
|
|
7 <param name="ref_format" type="select">
|
|
8 <label>Reference file type</label>
|
|
9 <option value="gb">Genbank</option>
|
|
10 <option value="embl">EMBL</option>
|
|
11 </param>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data name="annot" format="tabular" label="${tool.name} on ${on_string}: SNP annotation file" />
|
|
15 <data name="overl" format="tabular" label="${tool.name} on ${on_string}: Overlap file" />
|
|
16 <data name="sum" format="txt" label="${tool.name} on ${on_string}: Summary file" />
|
|
17 </outputs>
|
|
18 <help>
|
|
19
|
|
20 This tool annotates SNPs from a SNP table and a genbank file.
|
|
21
|
|
22 </help>
|
|
23 </tool>
|