Mercurial > repos > in_silico > cravat_annotate_mutations
comparison cravat_annotate/cravat_annotate.xml @ 16:efb15a586f5e draft
Uploaded
author | in_silico |
---|---|
date | Tue, 12 Jun 2018 12:05:48 -0400 |
parents | 152227fa7851 |
children |
comparison
equal
deleted
inserted
replaced
15:a46b42bda5d7 | 16:efb15a586f5e |
---|---|
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 | |
5 <inputs> | |
6 <param format="tabular" name="input" type="data" label="Source file"/> | |
7 </inputs> | |
8 | |
9 <outputs> | |
10 <data format="tabular" name="output" /> | |
11 </outputs> | |
12 | |
13 <tests> | |
14 <test> | |
15 <param name="input" value="input_call.txt"/> | |
16 <output name="output" file="Galaxy23-[CRAVAT_Query_on_data_22].tabular"/> | |
17 </test> | |
18 </tests> | |
19 | |
20 <help> | |
21 This tool queries CRAVAT for cancer annotation. | |
22 </help> | |
23 | |
24 </tool> | |
25 |