annotate tools/cgatools17/listvariants_v17.xml @ 5:64017ce705b6 draft

planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
author yhoogstrate
date Wed, 11 Nov 2015 03:51:05 -0500
parents 3a2e0f376f26
children ff641b41735f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
16 #if $reference_gene_sets_source.source_select == "indexed_filtered"
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
17 ${reference_gene_sets_source.crr.fields.crr_path}
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
18 #else if $reference_gene_sets_source.source_select == "history"
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
19 ${reference_gene_sets_source.crr}
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
20 #end if
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
21
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
22 --output $output
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
23 #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
24 --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
25 #end if
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
26 $longvar
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
27 --variants
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
28 #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
29 ${v.input}
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
30 #end for
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
31
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
32 </command>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
33
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
34 <inputs>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
35 <!--form field to select crr file-->
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
36 <conditional name="reference_gene_sets_source">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
37 <param name="source_select" type="select" label="GFF/GTF Source">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
38 <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
39 <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
40 </param>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
41 <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
42 <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
43 <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
44 </param>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
45 </when>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
46 <when value="history">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
47 <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
48 </when>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
49 </conditional>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
50
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
51 <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
52 <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
53 <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
54 <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
55 </param>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
56 <when value="var">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
57 <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
58 <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
59 </repeat>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
60 </when>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
61 <when value="mastervar">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
62 <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
63 <param name="input" type="data" format="cg_mastervar" label="Dataset"/>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
64 </repeat>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
65 </when>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
66 </conditional>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
67
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
68 <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
69 <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
70 <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
71 </param>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
72
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
73 <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
74 <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
75 <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
76 <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
77 </param>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
78 <when value="yes">
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
79 <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
80 </when>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
81 </conditional>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
82 <param name="fname" type="text" value="" label="Prefix for your output file" help="Optional"/>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
83 </inputs>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
84
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
85 <outputs>
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
86 <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
87 </outputs>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
88
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
89 <help>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
90 **What it does**
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
91
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
92 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
93
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
94 **cgatools 1.7.1 Documentation**
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
95
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
96 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
97
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
98 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
99
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
100 **Command line reference**::
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
101
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
102 COMMAND NAME
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
103 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
104
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
105 DESCRIPTION
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
106 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
107 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
108 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
109
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
110 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
111 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
112 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
113 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
114 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
115 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
116 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
117 file.
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
118 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
119
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
120 OPTIONS
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
121 -h [ --help ]
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
122 Print this help message.
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
123
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
124 --beta
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
125 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
126 flag.
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
127
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
128 --reference arg
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
129 The reference crr file.
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
130
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
131 --output arg (=STDOUT)
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
132 The output file (may be omitted for stdout).
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
133
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
134 --variants arg
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
135 The input variant files (may be positional args).
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
136
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
137 --variant-listing arg
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
138 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
139 output of this run.
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
140
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
141 --list-long-variants
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
142 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
143 (10's of bases) by concatenating nearby calls.
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
144
5
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
145 SUPPORTED FORMAT_VERSION
64017ce705b6 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit c475b4222a15cdadc6085865f4d13426249fec25-dirty
yhoogstrate
parents: 1
diff changeset
146 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
147 </help>
1
3a2e0f376f26 Minor change to tv2vcf.xml to allow for workflow automation
dgdekoning
parents:
diff changeset
148 </tool>