# HG changeset patch # User Jim Johnson # Date 1379435498 18000 # Node ID 54195f1d4b0f20404ec4037686ca1a94a952902b # Parent 18ccfc4b9542564742d54f6ffd1c415060224aaa Also install bcftools and misc utility commands when installing samtools. diff -r 18ccfc4b9542 -r 54195f1d4b0f tool_dependencies.xml --- a/tool_dependencies.xml Mon Aug 19 00:44:46 2013 -0400 +++ b/tool_dependencies.xml Tue Sep 17 11:31:38 2013 -0500 @@ -6,10 +6,25 @@ 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 @@ -38,6 +53,29 @@ 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