# HG changeset patch # User iuc # Date 1432062114 14400 # Node ID 1409782220c990a21083bb37e1531141ebef6471 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_18 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 1409782220c9 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:01:54 2015 -0400 @@ -0,0 +1,83 @@ + + + + + + + http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.18-linux-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.18-linux-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.18-Darwin-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.18-Darwin-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/source/samtools/samtools-0.1.18.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.18 (r982:295) + +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 + + + \ No newline at end of file