annotate covstats.xml @ 22:24154c580718 draft

Uploaded
author wolma
date Sun, 12 Jun 2016 07:39:46 -0400
parents c46406466625
children 5db0545b9004
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
93db2f9bca12 upgrade to v0.1.7.2
Wolfgang Maier wolfgang.maier@biologie.uni-freiburg.de
parents: 8
diff changeset
1 <tool id="coverage_stats" name="Coverage Statistics" version="0.1.7.2">
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
2 <description>Calculate coverage statistics for a BCF file as generated by the Variant Calling tool</description>
2
72d20758ba2c final upload
wolma
parents: 1
diff changeset
3 <macros>
72d20758ba2c final upload
wolma
parents: 1
diff changeset
4 <import>toolshed_macros.xml</import>
72d20758ba2c final upload
wolma
parents: 1
diff changeset
5 </macros>
72d20758ba2c final upload
wolma
parents: 1
diff changeset
6 <expand macro="requirements"/>
21
c46406466625 Uploaded
wolma
parents: 9
diff changeset
7 <version_command>python3 -m MiModD version -q</version_command>
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
8 <command>
21
c46406466625 Uploaded
wolma
parents: 9
diff changeset
9 python3 -m MiModD covstats "$ifile" --ofile "$output_vcf"
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
10 </command>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
11
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
12 <inputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
13 <param name="ifile" type="data" format="bcf" label="BCF input file" help="Use the Variant Calling tool to generate input for this tool."/>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
14 </inputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
15 <outputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
16 <data name="output_vcf" format="tabular" label="Coverage Statistics for ${on_string}"/>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
17 </outputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
18
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
19 <help>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
20 .. class:: infomark
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
21
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
22 **What it does**
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
23
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
24 The tool takes as input a BCF file produced by the *Variant Calling* tool, and calculates per-chromosome read coverage from it.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
25
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
26 .. class:: warningmark
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
27
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
28 The tool treats genome positions missing from the BCF input as zero coverage, so it is safe to use ONLY with BCF files produced by the *Variant Calling* tool or through other commands that keep the information for all sites.
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
29
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
30 </help>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
31 </tool>