comparison cravat_submit.xml @ 1:6e90e7ad5e09 draft

Uploaded
author rsajulga
date Tue, 10 Apr 2018 15:54:25 -0400
parents
children 7f319af8c5b3
comparison
equal deleted inserted replaced
0:7ebdd4ac13a2 1:6e90e7ad5e09
1 <tool id="cravat_submit" name="CRAVAT Submit, Check, and Retrieve" version="0.1.0">
2 <description>Submits, checks for, and retrieves data for cancer annotation</description>
3 <command interpreter="python">cravat_submit.py $input $dropdown $GRCh $psm $output1 $output2 $output3 $output4</command>
4
5
6 <inputs>
7
8 <param format="tabular" name="input" type="data" label="Source file"> </param>
9 <param format="tabular" name="dropdown" type="select" label="Analysis Program">
10 <option value="">None</option>
11 <option value="VEST">VEST</option>
12 <option value="CHASM">CHASM</option>
13 <option value="VEST;CHASM">VEST and CHASM</option>
14 </param>
15 <param format="tabular" name="GRCh" type="select" label="Genome Reference Consortium Human Build (GRCh)">
16 <option value="GRCh38">GRCh38/hg38</option>
17 <option value="GRCh37">GRCh37/hg19</option>
18 </param>
19 <param format="tabular" name="psm" type="data" optional="true" label="Peptide Spectrum Match Report (Optional)"> </param>
20
21
22 </inputs>
23
24 <outputs>
25 <data format="cravat" label="CRAVAT: Variant Report" name="output1" />
26 <data format="cravat" label="CRAVAT: Gene Level Annotation Report" name="output2" />
27 <data format="cravat" label="CRAVAT: Non-coding Variant Report" name="output3" />
28 <data format="cravat" label="CRAVAT: Errors" name="output4" />
29 </outputs>
30
31 <tests>
32 <test>
33 <param name="input" value="fa_gc_content_input.fa"/>
34 <output name="out_file1" file="fa_gc_content_output.txt"/>
35 </test>
36 </tests>
37
38 <help>
39 This tool submits, checks for, and retrieves data for cancer annotation from the CRAVAT platform at cravat.us.
40 </help>
41
42 </tool>