# HG changeset patch # User yhoogstrate # Date 1446727722 18000 # Node ID 7dd0c6a9be41962d9772fb5f2b18fd76ccf0529d planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/samtools_parallel_mpileup_galaxy_wrapper commit ede01f67a8def5be7c88d5c31c2435b3946f1523-dirty diff -r 000000000000 -r 7dd0c6a9be41 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Nov 05 07:48:42 2015 -0500 @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + svn checkout https://github.com/yhoogstrate/parallel-mpileup/trunk samtools-parallel-mpileup ; + + cd samtools-parallel-mpileup ; + cd $(ls |grep samtools-) ; + + 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 ; + cp samtools ../samtools-parallel-mpileup + + + samtools-parallel-mpileup/samtools-parallel-mpileup + $INSTALL_DIR/bin + + + $INSTALL_DIR/bin + $REPOSITORY_INSTALL_DIR + + + + + Downloads and installs a modified version of samtools, able to paralellize the mpileup function. + + *Because of the parallelization, the output is not sorted on genomic location!!* + + If this is required for the tool that uses the mpileup as input, sort the mpileup file with: + + sort -k1,1V -k2,2g + + +