# HG changeset patch # User yhoogstrate # Date 1446713102 18000 # Node ID c1424388f08b02ca8b9376dd1bde7cfb829b2a5f # Parent ddbaf017720aceaef749b36c931ed8412fa3fb30 planemo upload for repository https://bitbucket.org/EMCbioinf/galaxy-tool-shed-tools commit 1477c39d48b290394b7247b9c7b1e4a62a85f2de-dirty diff -r ddbaf017720a -r c1424388f08b samtools-parallel-mpileup.xml --- a/samtools-parallel-mpileup.xml Wed Nov 19 10:02:46 2014 -0500 +++ b/samtools-parallel-mpileup.xml Thu Nov 05 03:45:02 2015 -0500 @@ -2,7 +2,7 @@ Samtools mpileup (supporting parallelization) - ncurses + ncurses samtools_parallel_mpileup_0_1_19a package_samtools_0_1_19 @@ -268,4 +268,12 @@ http://testtoolshed.g2.bx.psu.edu/ + + @unpublished{samtools_parallel_mpileup, + author = {Youri Hoogstrate}, + title = { Samtools parallel-mpileup, fork of classical samtools }, + year = 2014, + url = { https://github.com/yhoogstrate/parallel-mpileup } + } + \ No newline at end of file diff -r ddbaf017720a -r c1424388f08b tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 19 10:02:46 2014 -0500 +++ b/tool_dependencies.xml Thu Nov 05 03:45:02 2015 -0500 @@ -1,55 +1,50 @@ - - - - - - - - - - - - - - - - - - - - - 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. - - - - - - + + + + + + + + + + + + + + + + + + + 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. + + + + + + diff -r ddbaf017720a -r c1424388f08b varscan_mpileup2snp.xml --- a/varscan_mpileup2snp.xml Wed Nov 19 10:02:46 2014 -0500 +++ b/varscan_mpileup2snp.xml Thu Nov 05 03:45:02 2015 -0500 @@ -4,6 +4,9 @@ varscan + + java -jar \$JAVA_JAR_PATH/VarScan.v2.3.6.jar 2>&1 | head -n 1 + cat $mpileup_input | java -Xmx64G @@ -26,7 +29,7 @@ #end if 2> stderr.txt - > $snv_output ; + > $snv_output ; cat stderr.txt @@ -123,4 +126,7 @@ http://testtoolshed.g2.bx.psu.edu/ + + 10.1101/gr.129684.111 + \ No newline at end of file diff -r ddbaf017720a -r c1424388f08b varscan_mpileup2snp_from_bam.xml --- a/varscan_mpileup2snp_from_bam.xml Wed Nov 19 10:02:46 2014 -0500 +++ b/varscan_mpileup2snp_from_bam.xml Thu Nov 05 03:45:02 2015 -0500 @@ -323,4 +323,7 @@ http://testtoolshed.g2.bx.psu.edu/ + + 10.1101/gr.129684.111 + \ No newline at end of file