# HG changeset patch # User jjohnson # Date 1378223310 14400 # Node ID 06697b4877f93d78863657b595293139d1f633a1 Uploaded diff -r 000000000000 -r 06697b4877f9 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Sep 03 11:48:30 2013 -0400 @@ -0,0 +1,81 @@ + + + + + + http://downloads.sourceforge.net/project/samtools/samtools/0.1.19/samtools-0.1.19.tar.bz2 + sed -i.bak 's/-lcurses/-lncurses/' Makefile + make + chmod ugo+rx misc/*.p? + mkdir misc/bin + cp -p `find misc -type f -perm -555` misc/bin/ + + samtools + $INSTALL_DIR/bin + + + bcftools/bcftools + $INSTALL_DIR/bin + + + bcftools/vcfutils.pl + $INSTALL_DIR/bin + + + misc/bin + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + + + + +Program: samtools (Tools for alignments in the SAM format) +Version: 0.1.19 + +Usage: samtools <command> [options] + +Command: view SAM<->BAM conversion + sort sort alignment file + mpileup multi-way pileup + depth compute the depth + faidx index/extract FASTA + tview text alignment viewer + index index alignment + idxstats BAM index stats (r595 or later) + fixmate fix mate information + flagstat simple stats + calmd recalculate MD/NM tags and '=' bases + merge merge sorted alignments + rmdup remove PCR duplicates + reheader replace BAM header + cat concatenate BAMs + targetcut cut fosmid regions (for fosmid pool only) + phase phase heterozygotes + +This also installs bcftools and misc utility commands: + bcftools + vcfutils.pl + ace2sam + bamcheck + blast2sam.pl + bowtie2sam.pl + export2sam.pl + interpolate_sam.pl + maq2sam-long + maq2sam-short + md5fa + md5sum-lite + novo2sam.pl + psl2sam.pl + sam2vcf.pl + samtools.pl + soap2sam.pl + varfilter.py + wgsim + wgsim_eval.pl + zoom2sam.pl + + +