# HG changeset patch # User iuc # Date 1426523964 14400 # Node ID 6eea043630269482fcbc67db3d194a2ba88f16db Uploaded diff -r 000000000000 -r 6eea04363026 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Mar 16 12:39:24 2015 -0400 @@ -0,0 +1,81 @@ + + + + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-1.2-Linux-x86_64.tgz + + . + $INSTALL_DIR + + + + + + + + + + https://github.com/samtools/samtools/releases/download/1.2/samtools-1.2.tar.bz2 + + + + + + + + + sed -i.bak 's#/usr/local#$INSTALL_DIR#' Makefile + sed -i -e '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.2 + +Usage: samtools <command> [options] + +Commands: + -- indexing + faidx index/extract FASTA + index index alignment + -- editing + calmd recalculate MD/NM tags and '=' bases + fixmate fix mate information + reheader replace BAM header + rmdup remove PCR duplicates + targetcut cut fosmid regions (for fosmid pool only) + -- file operations + bamshuf shuffle and group alignments by name + cat concatenate BAMs + merge merge sorted alignments + mpileup multi-way pileup + sort sort alignment file + split splits a file by read group + bam2fq converts a BAM to a FASTQ + -- stats + bedcov read depth per BED region + depth compute the depth + flagstat simple stats + idxstats BAM index stats + phase phase heterozygotes + stats generate stats (former bamcheck) + -- viewing + flags explain BAM flags + tview text alignment viewer + view SAM<->BAM<->CRAM conversion + + +