# HG changeset patch # User iuc # Date 1411665358 14400 # Node ID 43f2fbec5d52e0cf351178ae7d73055e9a3058ef Uploaded initial tool dependency definition. diff -r 000000000000 -r 43f2fbec5d52 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Sep 25 13:15:58 2014 -0400 @@ -0,0 +1,80 @@ + + + + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-1.1-Linux-x86_64.tgz + + . + $INSTALL_DIR + + + + + + + + + + http://downloads.sourceforge.net/project/samtools/samtools/1.1/samtools-1.1.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.1 (using htslib 1.1) + +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 + + +