# HG changeset patch # User gregory-minevich # Date 1349727160 14400 # Node ID 6572c40a8505dfbd424fbc70fda0d7e98ad9ae0d # Parent 4892b1ac6739c0b3928c61072d8b956a4cd12fb0 Uploaded diff -r 4892b1ac6739 -r 6572c40a8505 bcftools_view.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcftools_view.xml Mon Oct 08 16:12:40 2012 -0400 @@ -0,0 +1,163 @@ + + Converts BCF format to VCF format + + samtools + + + bcftools_view.py bcftools view + #if str( $A ) == "true": + -A + #end if + #if str( $b ) == "true": + -b + #end if + #if $D.seq_dictionary == "true": + -D "$D.input" + #end if + #if str( $F ) == "true": + -F + #end if + #if str( $G ) == "true": + -G + #end if + #if str( $N ) == "true": + -N + #end if + #if str( $S ) == "true": + -S + #end if + #if str( $u) == "true": + -u + #end if + #if str( $c ) == "true": + -c + #end if + #if str( $e ) == "true": + -e + #end if + #if str( $g ) == "true": + -g + #end if + #if $i.alt_indel_snp_ratio == "true": + -i $i.ratio + #end if + #if $p.variant_filter == "true": + -p $p.float_value + #end if + #if $t.mutation_rate == "true": + -t $t.rate + #end if + #if str( $v ) == "true": + -v + #end if + $input + > $output + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does:** + +This tool converts BCF files into VCF files using BCFtools view from the SAMtools set of utilities: + +http://samtools.sourceforge.net/samtools.shtml#4 + +------ + +**Citation:** + +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. <http://www.ncbi.nlm.nih.gov/pubmed/19505943>`_ + + +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)`__ + + .. __: http://biochemistry.hs.columbia.edu/labs/hobert/literature.html + +Correspondence to gm2123@columbia.edu (G.M.) or or38@columbia.edu (O.H.) + + +