annotate cravat_submit.xml @ 0:83181dabeb90 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
author galaxyp
date Fri, 18 May 2018 13:25:29 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
1 <tool id="cravat_submit" name="CRAVAT Submit, Check, and Retrieve" version="0.1.0">
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
2 <description>Submits, checks for, and retrieves data for cancer annotation</description>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
3 <command interpreter="python">cravat_submit.py $input $dropdown $GRCh $psm $Variant $Gene $Noncoding $Error</command>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
4
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
5
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
6 <inputs>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
7
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
8 <param format="tabular" name="input" type="data" label="Source file"> </param>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
9 <param format="tabular" name="dropdown" type="select" label="Analysis Program">
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
10 <option value="">None</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
11 <option value="VEST">VEST</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
12 <option value="CHASM">CHASM</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
13 <option value="VEST;CHASM">VEST and CHASM</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
14 </param>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
15 <param format="tabular" name="GRCh" type="select" label="Genome Reference Consortium Human Build (GRCh)">
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
16 <option value="GRCh38">GRCh38/hg38</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
17 <option value="GRCh37">GRCh37/hg19</option>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
18 </param>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
19 <param format="tabular" name="psm" type="data" optional="true" label="ProBED File(Optional)"> </param>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
20
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
21
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
22 </inputs>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
23
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
24 <outputs>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
25 <collection name="collection" type="list" label="CRAVAT Results: ${on_string} using ${dropdown}">
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
26 <data format="cravat" label="CRAVAT: Gene Level Annotation Report" name="Gene" />
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
27 <data format="cravat" label="CRAVAT: Variant Report" name="Variant" />
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
28 <data format="cravat" label="CRAVAT: Non-coding Variant Report" name="Noncoding" />
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
29 <data format="cravat" label="CRAVAT: Errors" name="Error" />
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
30 </collection>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
31 </outputs>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
32
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
33 <tests>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
34 <test>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
35 <param name="input" value="fa_gc_content_input.fa"/>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
36 <output name="out_file1" file="fa_gc_content_output.txt"/>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
37 </test>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
38 </tests>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
39
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
40 <help>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
41 This tool submits, checks for, and retrieves data for cancer annotation from the CRAVAT platform at cravat.us.
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
42 </help>
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
43
83181dabeb90 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatool commit 4f73619e5f750916a9971e433ddd6b8dee0d7dd3
galaxyp
parents:
diff changeset
44 </tool>