# HG changeset patch # User devteam # Date 1395944024 14400 # Node ID 1ef76f8d8e52dfda338eba75ab33d0a6bcac2303 Uploaded tool dependency definition. diff -r 000000000000 -r 1ef76f8d8e52 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Mar 27 14:13:44 2014 -0400 @@ -0,0 +1,71 @@ + + + + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.19-Linux-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.19-Darwin-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/source/samtools/samtools-0.1.19.tar.bz2 + sed -i.bak 's/-lcurses/-lncurses/' Makefile + make + + samtools + $INSTALL_DIR/bin + + + libbam.a + $INSTALL_DIR/lib + + + . + $INSTALL_DIR/include/bam + + + + $INSTALL_DIR/bin + $INSTALL_DIR/lib + $INSTALL_DIR + + + + +Program: samtools (Tools for alignments in the SAM format) +Version: 0.1.19-44428cd + +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 + bedcov read depth per BED region + targetcut cut fosmid regions (for fosmid pool only) + phase phase heterozygotes + bamshuf shuffle and group alignments by name + + + \ No newline at end of file