Mercurial > repos > rsajulga > proteomic_cravat_score_and_annotate
view cravat_submit.xml @ 1:6e90e7ad5e09 draft
Uploaded
| author | rsajulga |
|---|---|
| date | Tue, 10 Apr 2018 15:54:25 -0400 |
| parents | |
| children | 7f319af8c5b3 |
line wrap: on
line source
<tool id="cravat_submit" name="CRAVAT Submit, Check, and Retrieve" version="0.1.0"> <description>Submits, checks for, and retrieves data for cancer annotation</description> <command interpreter="python">cravat_submit.py $input $dropdown $GRCh $psm $output1 $output2 $output3 $output4</command> <inputs> <param format="tabular" name="input" type="data" label="Source file"> </param> <param format="tabular" name="dropdown" type="select" label="Analysis Program"> <option value="">None</option> <option value="VEST">VEST</option> <option value="CHASM">CHASM</option> <option value="VEST;CHASM">VEST and CHASM</option> </param> <param format="tabular" name="GRCh" type="select" label="Genome Reference Consortium Human Build (GRCh)"> <option value="GRCh38">GRCh38/hg38</option> <option value="GRCh37">GRCh37/hg19</option> </param> <param format="tabular" name="psm" type="data" optional="true" label="Peptide Spectrum Match Report (Optional)"> </param> </inputs> <outputs> <data format="cravat" label="CRAVAT: Variant Report" name="output1" /> <data format="cravat" label="CRAVAT: Gene Level Annotation Report" name="output2" /> <data format="cravat" label="CRAVAT: Non-coding Variant Report" name="output3" /> <data format="cravat" label="CRAVAT: Errors" name="output4" /> </outputs> <tests> <test> <param name="input" value="fa_gc_content_input.fa"/> <output name="out_file1" file="fa_gc_content_output.txt"/> </test> </tests> <help> This tool submits, checks for, and retrieves data for cancer annotation from the CRAVAT platform at cravat.us. </help> </tool>
