# HG changeset patch # User bgruening # Date 1409925486 14400 # Node ID 59273702eab95a96b9aa862c20afb8bae840b16a Uploaded diff -r 000000000000 -r 59273702eab9 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Sep 05 09:58:06 2014 -0400 @@ -0,0 +1,61 @@ + + + + + + + + + + + + http://downloads.sourceforge.net/project/samtools/samtools/1.0/samtools-1.0.tar.bz2 + + + + + + + + + sed -i 's/-lcurses/-lncurses/' Makefile + sed -i -e "s|CFLAGS=\s*-g\s*-Wall\s*-O2\s*|CFLAGS= -g -Wall -O2 -I$NCURSES_INCLUDE_PATH/ncurses/ -I$NCURSES_INCLUDE_PATH -L$NCURSES_LIB_PATH|g" Makefile + make + + samtools + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + $INSTALL_DIR + + + + +Program: samtools (Tools for alignments in the SAM format) +Version: 1.0 + +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 + +Requirements: libncurses header files + + +