# HG changeset patch # User yhoogstrate # Date 1400591210 14400 # Node ID ef13be78c5fcb2d691dd81dcae0e6f253371ca50 # Parent 19360b35f760c6fec7dcea38dae20b95a799bced Uploaded diff -r 19360b35f760 -r ef13be78c5fc samtools-parallel-mpileup.xml --- a/samtools-parallel-mpileup.xml Wed Mar 05 11:08:26 2014 -0500 +++ b/samtools-parallel-mpileup.xml Tue May 20 09:06:50 2014 -0400 @@ -3,7 +3,8 @@ Samtools mpileup (supporting parallelization) samtools-parallel-mpileup - samtools + + package_samtools_0_1_19 #if $reference_genome_source.source_select == "attribute" and len({ alignment.metadata.dbkey:True for alignment in $alignments }.keys()) != 1 diff -r 19360b35f760 -r ef13be78c5fc tool_dependencies.xml --- a/tool_dependencies.xml Wed Mar 05 11:08:26 2014 -0500 +++ b/tool_dependencies.xml Tue May 20 09:06:50 2014 -0400 @@ -1,10 +1,23 @@ + + + + + - svn checkout https://github.com/yhoogstrate/parallel-mpileup/trunk samtools-parallel-mpileup && cd samtools-parallel-mpileup && cd $(ls |grep samtools-) && make && cp samtools ../samtools-parallel-mpileup + + + + + + svn checkout https://github.com/yhoogstrate/parallel-mpileup/trunk samtools-parallel-mpileup && cd samtools-parallel-mpileup + 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 + cd samtools-parallel-mpileup && cd $(ls |grep samtools-) && make && cp samtools ../samtools-parallel-mpileup samtools-parallel-mpileup $INSTALL_DIR/bin @@ -20,101 +33,11 @@ - - - - - http://downloads.sourceforge.net/project/samtools/samtools/0.1.19/samtools-0.1.19.tar.bz2 - sed -i.bak 's/-lcurses/-lncurses/' Makefile - make - chmod ugo+rx misc/*.p? - mkdir misc/bin - cp -p `find misc -type f -perm -555` misc/bin/ - - samtools - $INSTALL_DIR/bin - - - bcftools/bcftools - $INSTALL_DIR/bin - - - bcftools/vcfutils.pl - $INSTALL_DIR/bin - - - misc/bin - $INSTALL_DIR/bin - - - $INSTALL_DIR/bin - - - - -Program: samtools (Tools for alignments in the SAM format) -Version: 0.1.19 - -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 - -This also installs bcftools and misc utility commands: - bcftools - vcfutils.pl - ace2sam - bamcheck - blast2sam.pl - bowtie2sam.pl - export2sam.pl - interpolate_sam.pl - maq2sam-long - maq2sam-short - md5fa - md5sum-lite - novo2sam.pl - psl2sam.pl - sam2vcf.pl - samtools.pl - soap2sam.pl - varfilter.py - wgsim - wgsim_eval.pl - zoom2sam.pl - - + + + - - - - http://downloads.sourceforge.net/project/varscan/VarScan.v2.3.6.jar - - VarScan.v2.3.6.jar - $INSTALL_DIR/jars - - - $INSTALL_DIR/jars - - - - - Downloads VarScan2. - + + \ No newline at end of file diff -r 19360b35f760 -r ef13be78c5fc varscan_mpileup2snp_from_bam.xml --- a/varscan_mpileup2snp_from_bam.xml Wed Mar 05 11:08:26 2014 -0500 +++ b/varscan_mpileup2snp_from_bam.xml Tue May 20 09:06:50 2014 -0400 @@ -4,7 +4,8 @@ samtools-parallel-mpileup VarScan - samtools + + package_samtools_0_1_19 #if $reference_genome_source.source_select == "attribute" and len({ alignment.metadata.dbkey:True for alignment in $alignments }.keys()) != 1