annotate covstats.xml @ 24:3accdbe6503b draft default tip

Deleted selected files
author wolma
date Thu, 21 Jul 2016 03:56:19 -0400
parents 5db0545b9004
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
5db0545b9004 update to v0.1.7.3
wolma
parents: 21
diff changeset
1 <tool id="coverage_stats" name="Coverage Statistics" version="0.1.7.3">
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>
23
5db0545b9004 update to v0.1.7.3
wolma
parents: 21
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>
23
5db0545b9004 update to v0.1.7.3
wolma
parents: 21
diff changeset
13 <param format="bcf" help="Use the Variant Calling tool to generate input for this tool." label="BCF input file" name="ifile" type="data" />
0
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
14 </inputs>
6231ae8f87b8 Uploaded
wolma
parents:
diff changeset
15 <outputs>
23
5db0545b9004 update to v0.1.7.3
wolma
parents: 21
diff changeset
16 <data format="tabular" label="Coverage Statistics for ${on_string}" name="output_vcf" />
0
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>
23
5db0545b9004 update to v0.1.7.3
wolma
parents: 21
diff changeset
31 </tool>