Mercurial > repos > saskia-hiltemann > cgatools_v17
annotate tools/cgatools17/listvariants_v17.xml @ 15:b5c879e950f5 draft default tip
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 402ebee914f2286aa9d98223f501f06c1e4b9c22-dirty
author | yhoogstrate |
---|---|
date | Fri, 20 Nov 2015 03:50:36 -0500 |
parents | 59a2f9ad76dd |
children |
rev | line source |
---|---|
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
1 <tool id="cg_listvariant" name="ListVariants" version="1.7.1"> |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
2 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
3 <description>Lists all variants present in CG var or masterVar file</description> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
4 |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
5 <requirements> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
6 <requirement type="package" version="1">cgatools17</requirement> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
7 </requirements> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
8 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
9 <version_command>cgatools | head -1</version_command> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
10 |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
11 <command> <!--run executable--> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
12 cgatools |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
13 listvariants |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
14 --beta |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
15 |
15
b5c879e950f5
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 402ebee914f2286aa9d98223f501f06c1e4b9c22-dirty
yhoogstrate
parents:
14
diff
changeset
|
16 --reference |
14
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
17 #if $reference_gene_sets_source.source_select == "indexed_filtered" |
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
18 ${reference_gene_sets_source.crr.fields.crr_path} |
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
19 #else if $reference_gene_sets_source.source_select == "history" |
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
20 ${reference_gene_sets_source.crr} |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
21 #end if |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
22 |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
23 --output $output |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
24 #if $include_list.listing == "yes" <!--only added when yes--> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
25 --variant-listing $include_list.list |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
26 #end if |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
27 $longvar |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
28 --variants |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
29 #for $v in $file_types.varfiles <!--get each var/mastervar file--> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
30 ${v.input} |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
31 #end for |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
32 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
33 </command> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
34 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
35 <inputs> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
36 <!--form field to select crr file--> |
14
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
37 <conditional name="reference_gene_sets_source"> |
59a2f9ad76dd
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 4df562cd801221f33652de8b8b4dbbf41deea8ea-dirty
yhoogstrate
parents:
13
diff
changeset
|
38 <param name="source_select" type="select" label="GFF/GTF Source"> |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
39 <option value="indexed_filtered">Use a built-in index (which fits your reference)</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
40 <option value="history">Use reference from the history</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
41 </param> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
42 <when value="indexed_filtered"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
43 <param name="crr" type="select" label="Reference Build"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
44 <options from_data_table="cg_anno_files" /> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
45 </param> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
46 </when> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
47 <when value="history"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
48 <param name="crr" format="crr" type="data" label="Reference build" help="In crr format (you can use fasta2crr for conversion)" /> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
49 </when> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
50 </conditional> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
51 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
52 <conditional name="file_types"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
53 <param name="file_type" type="select" label="Select the input file type"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
54 <option value="var" selected="true">var files</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
55 <option value="mastervar">mastervar files</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
56 </param> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
57 <when value="var"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
58 <repeat name="varfiles" title="Variant files" min="1"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
59 <param name="input" type="data" format="cg_var" label="Dataset"/> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
60 </repeat> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
61 </when> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
62 <when value="mastervar"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
63 <repeat name="varfiles" title="Variant files" min="1"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
64 <param name="input" type="data" format="cg_mastervar" label="Dataset"/> |
15
b5c879e950f5
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 402ebee914f2286aa9d98223f501f06c1e4b9c22-dirty
yhoogstrate
parents:
14
diff
changeset
|
65 </repeat> |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
66 </when> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
67 </conditional> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
68 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
69 <param name="longvar" type="select" label="List long variants?"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
70 <option value="" selected="true">no</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
71 <option value="--list-long-variants">yes</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
72 </param> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
73 |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
74 <conditional name="include_list"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
75 <param name="listing" type="select" label="Include variant listing?"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
76 <option value="no" selected="true">no</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
77 <option value="yes">yes</option> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
78 </param> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
79 <when value="yes"> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
80 <param name="list" type="data" format="tabular" label="Variant listing"/> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
81 </when> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
82 </conditional> |
15
b5c879e950f5
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 402ebee914f2286aa9d98223f501f06c1e4b9c22-dirty
yhoogstrate
parents:
14
diff
changeset
|
83 <param name="fname" type="text" value="" label="Prefix for your output file" help="Optional"/> |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
84 </inputs> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
85 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
86 <outputs> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
87 <data format="tabular" name="output" label="$fname ${tool.name} on ${on_string}"/> |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
88 </outputs> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
89 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
90 <help> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
91 **What it does** |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
92 |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
93 This tool uses the cgatools listvariants to list all called variants present in the var or mastervar files. |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
94 |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
95 **cgatools 1.7.1 Documentation** |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
96 |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
97 Userguide: http://cgatools.sourceforge.net/docs/1.7.1/cgatools-user-guide.pdf |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
98 |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
99 Release notes: http://cgatools.sourceforge.net/docs/1.7.1/cgatools-release-notes.pdf |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
100 |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
101 **Command line reference**:: |
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
102 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
103 COMMAND NAME |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
104 listvariants - Lists the variants present in a variant file. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
105 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
106 DESCRIPTION |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
107 Lists all called variants present in the specified variant files, in a |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
108 format suitable for processing by the testvariants command. The output is a |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
109 tab-delimited file consisting of the following columns: |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
110 |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
111 variantId Sequential id assigned to each variant. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
112 chromosome The chromosome of the variant. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
113 begin 0-based reference offset of the beginning of the variant. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
114 end 0-based reference offset of the end of the variant. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
115 varType The varType as extracted from the variant file. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
116 reference The reference sequence. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
117 alleleSeq The variant allele sequence as extracted from the variant |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
118 file. |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
119 xRef The xRef as extrated from the variant file. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
120 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
121 OPTIONS |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
122 -h [ --help ] |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
123 Print this help message. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
124 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
125 --beta |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
126 This is a beta command. To run this command, you must pass the --beta |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
127 flag. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
128 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
129 --reference arg |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
130 The reference crr file. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
131 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
132 --output arg (=STDOUT) |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
133 The output file (may be omitted for stdout). |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
134 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
135 --variants arg |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
136 The input variant files (may be positional args). |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
137 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
138 --variant-listing arg |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
139 The output of another listvariants run, to be merged in to produce the |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
140 output of this run. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
141 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
142 --list-long-variants |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
143 In addition to listing short variants, list longer variants as well |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
144 (10's of bases) by concatenating nearby calls. |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
145 |
5
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
146 SUPPORTED FORMAT_VERSION |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
147 0.3 or later |
64017ce705b6
planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents:
1
diff
changeset
|
148 </help> |
1
3a2e0f376f26
Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff
changeset
|
149 </tool> |