# HG changeset patch # User jmchilton # Date 1436017092 14400 # Node ID b4f1eee85d8dd6d2d43b5b6744b8a46f550c69d7 # Parent 58eb64dff5b428d5fd98668d1721abe078dcca02 planemo upload diff -r 58eb64dff5b4 -r b4f1eee85d8d tool_dependencies.xml --- a/tool_dependencies.xml Sat Jul 04 09:36:08 2015 -0400 +++ b/tool_dependencies.xml Sat Jul 04 09:38:12 2015 -0400 @@ -1,72 +1,82 @@ - + - - - - - - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz - - bin - $INSTALL_DIR - - - - - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-universal-macosx.tar.gz - - bin - $INSTALL_DIR - - - - - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-x64-linux.tar.gz - - bin - $INSTALL_DIR - - - - - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz - - bin - $INSTALL_DIR - - - - - ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.26/ncbi-blast-2.2.26+-ia32-linux.tar.gz - - bin - $INSTALL_DIR - - - - - echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported." - echo "Your machine details (the output from 'uname' and 'arch'):" - uname - arch - echo "Please report this via https://github.com/peterjc/galaxy_blast/issues - thank you!" - false - - - - - $INSTALL_DIR - - - + + + + + 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 + + + -Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X BLAST+ -binaries from the NCBI, which is faster than performing a local compliation, -avoids any issues with build dependencies, and is more reproducible between -installations as there is no variability from the compiler or library versions. - -For more details, see: -http://blast.ncbi.nlm.nih.gov/Blast.cgi?CMD=Web&PAGE_TYPE=BlastDocs&DOC_TYPE=Download + 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 - +