# HG changeset patch # User iuc # Date 1432061825 14400 # Node ID 70a313a2366ff0d907daf45d29e67b6949ac42e7 planemo upload for repository https://github.com/davebx/tools-iuc/blob/master/packages/package_bcftools_1_2/tool_dependencies.xml commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 70a313a2366f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 14:57:05 2015 -0400 @@ -0,0 +1,71 @@ + + + + + + + + + + http://depot.galaxyproject.org/package/linux/x86_64/bcftools/bcftools-1.2-Linux-x86_64.tgz + + . + $INSTALL_DIR + + + + + + + + + https://github.com/samtools/bcftools/releases/download/1.2/bcftools-1.2.tar.bz2 + sed -i.bak 's#/usr/local#$INSTALL_DIR#' Makefile + + + + $INSTALL_DIR/bin + $INSTALL_DIR + + + + + +Program: bcftools (Tools for variant calling and manipulating VCFs and BCFs) +Version: 1.2 (using htslib 1.2.1) + +Usage: bcftools <command> <argument> + +Commands: + + -- Indexing + index index VCF/BCF files + + -- VCF/BCF manipulation + annotate annotate and edit VCF/BCF files + concat concatenate VCF/BCF files from the same set of samples + convert convert VCF/BCF files to different formats and back + isec intersections of VCF/BCF files + merge merge VCF/BCF files files from non-overlapping sample sets + norm left-align and normalize indels + plugin user-defined plugins + query transform VCF/BCF into user-defined formats + reheader modify VCF/BCF header, change sample names + view VCF/BCF conversion, view, subset and filter VCF/BCF files + + -- VCF/BCF analysis + call SNP/indel calling + consensus create consensus sequence by applying VCF variants + filter filter VCF/BCF files using fixed thresholds + gtcheck check sample concordance, detect sample swaps and contamination + roh identify runs of autozygosity (HMM) + stats produce VCF/BCF stats + + Most commands accept VCF, bgzipped VCF, and BCF with the file type detected + automatically even when streaming from a pipe. Indexed VCF and BCF will work + in all situations. Un-indexed VCF and BCF and streams will work in most but + not all situations. + + + +