# HG changeset patch # User iuc # Date 1432062108 14400 # Node ID 5797d200eaa05127b3f220a99fa383d7890a7144 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_samtools_0_1_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 5797d200eaa0 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 15:01:48 2015 -0400 @@ -0,0 +1,82 @@ + + + + + + + http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.16-linux-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.16-linux-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.16-Darwin-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.16-Darwin-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/source/samtools/samtools-0.1.16.tar.bz2 + sed -i.bak 's/-lcurses/-lncurses/' Makefile + make + + samtools + $INSTALL_DIR/bin + + + libbam.a + $INSTALL_DIR/lib + + + + $INSTALL_DIR/bin + $INSTALL_DIR/lib + + + + +This is the last version of SAMTools to include the 'pileup' command. + +Program: samtools (Tools for alignments in the SAM format) +Version: 0.1.16 (r963:234) + +Usage: samtools <command> [options] + +Command: view SAM<->BAM conversion + sort sort alignment file + pileup generate pileup output + 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 + glfview print GLFv3 file + 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