annotate cravatp_submit.xml @ 3:a018c44dc18b draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
author galaxyp
date Fri, 07 Sep 2018 16:53:05 -0400
parents 2c7bcc1219fc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
1 <tool id="cravatp_submit" name="CRAVAT-P Submit, Intersect, Check, and Retrieve" version="1.1.0">
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
2 <description>| Submits, intersects, checks for, and retrieves data for cancer annotation.</description>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
3 <command detect_errors="aggressive">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
4 <![CDATA[
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
5 #if $proteo.proteoInput == 'yes':
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
6 #if '$analysis.type' == 'CHASM' or '$analysis.type' == 'CHASM+VEST':
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
7 python '$__tool_directory__/cravatp_submit.py' '$input' '$GRCh' '$variant' '$gene' '$noncoding' '$error' '$analysis.type' --classifier '$analysis.classifier' --proBED '$proBED' Do-allIntersect '$proteo.intersectedVariants' --vcfOutput '$vcf_output'
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
8 #else:
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
9 python '$__tool_directory__/cravatp_submit.py' '$input' '$GRCh' '$variant' '$gene' '$noncoding' '$error' '$analysis.type' --proBED '$proBED' --allIntersect '$proteo.intersectedVariants' --vcfOutput '$vcf_output'
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
10 #end if
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
11 #else:
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
12 #if $analysis.type == 'CHASM' or $analysis.type == 'CHASM+VEST':
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
13 python '$__tool_directory__/cravatp_submit.py' '$input' '$GRCh' '$variant' '$gene' '$noncoding' '$error' '$analysis.type' --classifier '$analysis.classifier'
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
14 #else:
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
15 python '$__tool_directory__/cravatp_submit.py' '$input' '$GRCh' '$variant' '$gene' '$noncoding' '$error' '$analysis.type'
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
16 #end if
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
17 #end if
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
18 ]]></command>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
19
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
20 <inputs>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
21 <param format="vcf" name="input" type="data" label="Source file" help="Accepts transcriptomic or genomic inputs (e.g., tabular, VCF). Additional details can be found below."></param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
22 <conditional name="proteo">
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
23 <param name="proteoInput" type="select" label="Intersect with proteogenomic input?" help="Source file (first input) must be in genomic input to enable intersection with this proteogenomic file. Only variants intersected between the genomic and proteogenomic files are annotated, unless specified otherwise below.">
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
24 <option value="yes">Yes</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
25 <option value="no" selected="true">No</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
26 </param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
27 <when value="yes">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
28 <param format="BED" name="proBED" type="data" label="Peptides with Genomic Coordinates (ProBED Format)"></param>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
29 <param name="intersectedVariants" type="boolean" checked="false" label="Submit all variants?" help="Submits all variants, including non-intersected variants, to the CRAVAT server. This results in a complete genomic analysis at the expense of a longer runtime."></param>
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
30 <param name="output_vcf" type="boolean" checked="false" label="Output intersected genomic file?" help="The intersected genomic file (e.g., VCF) will be included as a result."></param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
31 </when>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
32 <when value="no">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
33 </when>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
34 </conditional>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
35 <conditional name="analysis">
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
36 <param format="tabular" name="type" type="select" label="Analysis Program" help="CHASM and VEST are machine learning methods for predicting the functional significance and pathogenicity of variants, respectively.">
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
37 <option value="None">None</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
38 <option value="CHASM">CHASM</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
39 <option value="VEST">VEST</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
40 <option value="CHASM+VEST">CHASM and VEST</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
41 </param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
42 <when value="None"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
43 <when value="VEST"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
44 <when value="CHASM">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
45 <param format="tabular" name="classifier" type="select" label="CHASM Classifier">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
46 <option value="Bladder">Bladder</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
47 <option value="Blood-Lymphocyte">Blood-Lymphocyte</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
48 <option value="Blood-Myeloid">Blood-Myeloid</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
49 <option value="Brain-Glioblastoma-Multiforme">Brain-Glioblastoma-Multiforme</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
50 <option value="Brain-Lower-Grade-Glioma">Brain-Lower-Grade-Glioma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
51 <option value="Breast">Breast</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
52 <option value="Cervix">Cervix</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
53 <option value="Colon">Colon</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
54 <option value="GID">GID</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
55 <option value="Head-and-Neck">Head-and-Neck</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
56 <option value="Kidney-Chromophobe">Kidney-Chromophobe</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
57 <option value="Kidney-Clear-Cell">Kidney-Clear-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
58 <option value="Kidney-Papillary-Cell">Kidney-Papillary-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
59 <option value="Liver-Nonviral">Liver-Nonviral</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
60 <option value="Liver-Viral">Liver-Viral</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
61 <option value="Lung-Adenocarcinoma">Lung-Adenocarcinoma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
62 <option value="Lung-Squamous-Cell">Lung-Squamous-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
63 <option value="Other">Other</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
64 <option value="Ovary">Ovary</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
65 <option value="Pancreas">Pancreas</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
66 <option value="Prostate-Adenocarcinoma">Prostate-Adenocarcinoma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
67 <option value="Rectum">Rectum</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
68 <option value="Skin">Skin</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
69 <option value="Stomach">Stomach</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
70 <option value="Thyroid">Thyroid</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
71 <option value="Uterus">Uterus</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
72 </param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
73 </when>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
74 <when value="CHASM+VEST">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
75 <param format="tabular" name="classifier" type="select" label="CHASM Classifier">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
76 <option value="Bladder">Bladder</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
77 <option value="Blood-Lymphocyte">Blood-Lymphocyte</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
78 <option value="Blood-Myeloid">Blood-Myeloid</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
79 <option value="Brain-Glioblastoma-Multiforme">Brain-Glioblastoma-Multiforme</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
80 <option value="Brain-Lower-Grade-Glioma">Brain-Lower-Grade-Glioma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
81 <option value="Breast">Breast</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
82 <option value="Cervix">Cervix</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
83 <option value="Colon">Colon</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
84 <option value="GID">GID</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
85 <option value="Head-and-Neck">Head-and-Neck</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
86 <option value="Kidney-Chromophobe">Kidney-Chromophobe</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
87 <option value="Kidney-Clear-Cell">Kidney-Clear-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
88 <option value="Kidney-Papillary-Cell">Kidney-Papillary-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
89 <option value="Liver-Nonviral">Liver-Nonviral</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
90 <option value="Liver-Viral">Liver-Viral</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
91 <option value="Lung-Adenocarcinoma">Lung-Adenocarcinoma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
92 <option value="Lung-Squamous-Cell">Lung-Squamous-Cell</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
93 <option value="Other">Other</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
94 <option value="Ovary">Ovary</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
95 <option value="Pancreas">Pancreas</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
96 <option value="Prostate-Adenocarcinoma">Prostate-Adenocarcinoma</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
97 <option value="Rectum">Rectum</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
98 <option value="Skin">Skin</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
99 <option value="Stomach">Stomach</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
100 <option value="Thyroid">Thyroid</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
101 <option value="Uterus">Uterus</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
102 </param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
103 </when>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
104 </conditional>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
105 <!-- TODO: programatically retrieve the GRCh from a dataset rather than manually selecting it.-->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
106 <param format="tabular" name="GRCh" type="select" label="Genome Reference Consortium Human Build (GRCh)"
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
107 help="The default human reference genome used for annotation is GRCh38, released on December 24th, 2013 from the Genome Reference Consortium.">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
108 <option value="GRCh38">GRCh38/hg38</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
109 <option value="GRCh37">GRCh37/hg19</option>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
110 </param>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
111 </inputs>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
112 <outputs>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
113 <collection name="results" type="list" label="CRAVAT-P Results on ${on_string}">
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
114 <data format="tabular" label="CRAVAT: gene Level Annotation Report on ${on_string}" name="gene" />
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
115 <data format="tabular" label="CRAVAT: Variant Report on ${on_string}" name="variant" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
116 <data format="tabular" label="CRAVAT: Non-coding Variant Report on ${on_string}" name="noncoding" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
117 <data format="tabular" label="CRAVAT: Errors on ${on_string}" name="error" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
118 </collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
119 <data format="vcf" label="Intersected VCF on ${on_string}" name="vcf_output">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
120 <filter>proteo['proteoInput'] == 'yes' and proteo['output_vcf']</filter>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
121 </data>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
122 </outputs>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
123 <tests>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
124 <!-- Proteogenomic test case -->
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
125 <test>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
126 <param name="input" value="Freebayes_one-variant.vcf"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
127 <param name="GRCh" value="GRCh38"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
128 <param name="variant" value="variant.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
129 <param name="gene" value="gene.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
130 <param name="noncoding" value="noncoding.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
131 <param name="error" value="error.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
132 <param name="type" value="CHASM" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
133 <param name="classifier" value="Breast" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
134 <param name="proteoInput" value="yes" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
135 <param name="proBED" value="MCF7_proBed.bed"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
136 <output_collection name="results" type="list">
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
137 <element name="variant">
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
138 <assert_contents>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
139 <has_text text="hg38"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
140 <has_text text="UPF1" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
141 <not_has_text text="CRABP2"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
142 </assert_contents>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
143 </element>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
144 </output_collection>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
145 </test>
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
146 <!-- GRCh38/hg38 and no analysis test case -->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
147 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
148 <param name="input" value="Freebayes_one-variant.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
149 <param name="GRCh" value="GRCh38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
150 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
151 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
152 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
153 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
154 <param name="type" value="None"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
155 <output_collection name="results" type="list">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
156 <element name="variant">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
157 <assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
158 <has_text text="#Variant Report" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
159 <has_text text="hg38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
160 <has_text text="UPF1" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
161 <not_has_text text="VEST" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
162 </assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
163 </element>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
164 </output_collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
165 </test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
166 <!-- GRCh38/hg38 and no analysis test case -->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
167 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
168 <param name="input" value="Freebayes_one-variant.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
169 <param name="GRCh" value="GRCh38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
170 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
171 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
172 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
173 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
174 <param name="type" value="None"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
175 <output_collection name="results" type="list">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
176 <element name="variant">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
177 <assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
178 <has_text text="#Variant Report" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
179 <has_text text="hg38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
180 <has_text text="UPF1" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
181 <not_has_text text="VEST" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
182 </assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
183 </element>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
184 </output_collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
185 </test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
186 <!-- GRCh37/hg19 and no analysis test case -->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
187 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
188 <param name="input" value="Freebayes_one-variant.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
189 <param name="GRCh" value="GRCh37"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
190 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
191 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
192 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
193 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
194 <param name="type" value="None"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
195 <output_collection name="results" type="list">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
196 <element name="variant">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
197 <assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
198 <has_text text="#Variant Report" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
199 <has_text text="hg19"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
200 <not_has_text text="VEST" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
201 </assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
202 </element>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
203 </output_collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
204 </test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
205 <!-- CHASM with "Breast" classifier test case -->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
206 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
207 <param name="input" value="Freebayes_one-variant.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
208 <param name="GRCh" value="GRCh38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
209 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
210 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
211 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
212 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
213 <param name="type" value="CHASM"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
214 <param name="classifier" value="Breast"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
215 <output_collection name="results" type="list">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
216 <element name="variant">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
217 <assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
218 <has_text text="hg38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
219 <has_text text="UPF1" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
220 <has_text text="Breast" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
221 <has_text text="#Variant Report" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
222 <not_has_text text="VEST" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
223 </assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
224 </element>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
225 </output_collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
226 </test>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
227
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
228 <!-- "Output intersected VCF" test case -->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
229 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
230 <param name="input" value="Freebayes_one-variant.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
231 <param name="GRCh" value="GRCh38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
232 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
233 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
234 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
235 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
236 <param name="type" value="CHASM" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
237 <param name="classifier" value="Breast" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
238 <param name="proteoInput" value="yes" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
239 <param name="proBED" value="MCF7_proBed.bed"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
240 <param name="output_vcf" value="true"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
241 <output name="vcf_output" file="results/intersected_vcf.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
242 </test>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
243 <!-- "All proteogenomic variants submitted" test case-->
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
244 <test>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
245 <param name="input" value="Freebayes_two-variants.vcf"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
246 <param name="GRCh" value="GRCh38"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
247 <param name="variant" value="variant.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
248 <param name="gene" value="gene.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
249 <param name="noncoding" value="noncoding.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
250 <param name="error" value="error.tsv"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
251 <param name="type" value="CHASM" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
252 <param name="classifier" value="Breast" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
253 <param name="proteoInput" value="yes" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
254 <param name="proBED" value="MCF7_proBed.bed"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
255 <param name="intersectedVariants" value="true" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
256 <output_collection name="results" type="list">
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
257 <element name="variant">
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
258 <assert_contents>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
259 <has_text text="hg38"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
260 <has_text text="UPF1" />
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
261 <has_text text="CRABP2"/>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
262 </assert_contents>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
263 </element>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
264 </output_collection>
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
265 </test>
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
266 <!-- "Only intersected proteogenomic variants submitted" test case-->
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
267 <test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
268 <param name="input" value="Freebayes_two-variants.vcf"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
269 <param name="GRCh" value="GRCh38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
270 <param name="variant" value="variant.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
271 <param name="gene" value="gene.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
272 <param name="noncoding" value="noncoding.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
273 <param name="error" value="error.tsv"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
274 <param name="type" value="CHASM" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
275 <param name="classifier" value="Breast" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
276 <param name="proteoInput" value="yes" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
277 <param name="proBED" value="MCF7_proBed.bed"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
278 <param name="intersectedVariants" value="true" />
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
279 <output_collection name="results" type="list">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
280 <element name="variant">
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
281 <assert_contents>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
282 <has_text text="#Variant Report" />
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
283 <has_text text="hg38"/>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
284 <has_text text="UPF1" />
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
285 <has_text text="EAIDSPVSFLVLHNQIR" />
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
286 </assert_contents>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
287 </element>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
288 </output_collection>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
289 </test>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
290 </tests>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
291 <help><![CDATA[
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
292 This tool submits, checks for, and retrieves data for cancer annotation from the CRAVAT platform at https://www.cravat.us.
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
293 For additional details on input format, visit this link: http://cravat.us/CRAVAT/help.jsp.
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
294
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
295 -----
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
296
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
297 **Input Type Example:**
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
298
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
299 CRAVAT Format (*Genomic-coordinate format*)
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
300
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
301 ===== ===== ========= ====== ========= ========= ====================
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
302 UID Chr. Position Strand Ref. base Alt. base Sample ID (optional)
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
303 ===== ===== ========= ====== ========= ========= ====================
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
304 TR1 chr17 7674188 \- G T TCGA-02-0231
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
305 TR2 chr10 121520166 \- G A TCGA-02-3512
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
306 TR3 chr13 48459831 \+ C A TCGA-02-3532
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
307 TR4 chr7 116777451 \+ G T TCGA-02-1523
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
308 TR5 chr7 140753336 \- T A TCGA-02-0023
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
309 TR6 chr17 39724745 \+ G T TCGA-02-0252
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
310 Ins1 chr17 39724745 \+ \- T TCGA-02-0252
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
311 Del1 chr17 39724745 \+ A \- TCGA-02-0252
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
312 CSub1 chr2 39644095 \+ ATGCT GA TCGA-02-0252
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
313 ===== ===== ========= ====== ========= ========= ====================
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
314 ]]>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
315 </help>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
316 <citations>
3
a018c44dc18b planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cravatp_score_and_annotate commit d80e60ce74aabe64e131d560085af099d52b81cf-dirty
galaxyp
parents: 1
diff changeset
317 <citation type="doi">10.1021/acs.jproteome.8b00404</citation>
1
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
318 <citation type="doi">10.1158/0008-5472.CAN-17-0338</citation>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
319 <citation type="doi">10.1186/s13059-017-1377-x</citation>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
320 </citations>
2c7bcc1219fc Updated cravatool to version 1.0 with updated formatting and new CRAVAT target URL.
galaxyp
parents:
diff changeset
321 </tool>