comparison cravat_annotate_mutations-18ce5c6169ef/cravat_annotate.xml @ 7:1b6e23f3cb06 draft

Uploaded
author in_silico
date Wed, 19 Jul 2017 14:49:54 -0400
parents
children
comparison
equal deleted inserted replaced
6:6f4223b8a428 7:1b6e23f3cb06
1 <tool id="cravat_query" name="CRAVAT Query" version="1.0.0">
2 <description>Queries CRAVAT for cancer annotation</description>
3 <command interpreter="python">cravat_annotate.py $input $output</command>
4 <inputs>
5 <param format="tabular" name="input" type="data" label="Source file"/>
6 </inputs>
7 <outputs>
8 <data format="tabular" name="output" />
9 </outputs>
10
11 <tests>
12 <test>
13 <param name="input" value="input_call.txt"/>
14 <output name="output" file="Galaxy23-[CRAVAT_Query_on_data_22].tabular"/>
15 </test>
16 </tests>
17
18 <help>
19 This tool queries CRAVAT for cancer annotation.
20 </help>
21
22 </tool>
23