comparison bcftools_index.xml @ 0:f2d331bf3d38

Uploaded
author nilesh
date Thu, 11 Jul 2013 13:00:46 -0400
parents
children 14567aa2be12
comparison
equal deleted inserted replaced
-1:000000000000 0:f2d331bf3d38
1 <tool id="BCF Tools Index" name="BCF Tools Index">
2 <description>This tool allows the user to index sorted BCF for random access.</description>
3
4 <requirements>
5 <requirement type="package" version="0.1.18">samtools</requirement>
6 </requirements>
7
8 <command interpreter="python">bcftools index $input > $output </command>
9
10 <inputs>
11 <param name="input" type="data" format="bcf" label="BCF File"/>
12 </inputs>
13
14 <outputs>
15 <data format="bcf" name="output" label= "BCF index output"/>
16 </outputs>
17
18 <help>
19 **What it does:**
20
21 This tool allows the user to index sorted BCF for random access using BCFtools index from the SAMtools set of utilities:
22
23 http://samtools.sourceforge.net/samtools.shtml#4
24
25 ------
26
27 **Citation:**
28
29 For the underlying tool, please cite `Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R; 1000 Genome Project Data Processing Subgroup. The Sequence Alignment/Map format and SAMtools. Bioinformatics. 2009 Aug 15;25(16):2078-9. &lt;http://www.ncbi.nlm.nih.gov/pubmed/19505943&gt;`_
30
31
32 If you use this tool within Galaxy, please cite `Gregory Minevich, Danny S. Park, Daniel Blankenberg, Richard J. Poole, and Oliver Hobert. CloudMap: A Cloud-based Pipeline for Analysis of Mutant Genome Sequences. (Genetics 2012 In Press)`__
33
34 .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html
35
36 Correspondence to gm2123@columbia.edu (G.M.) or or38@columbia.edu (O.H.)
37
38 </help>
39
40 </tool>