# HG changeset patch # User yhoogstrate # Date 1387274618 18000 # Node ID 637f78452b3a9b9e46a481d87946b8d123e29f46 # Parent 473e1c58d3ae990c99adf6d9bc6aaee6fc4e83ac Uploaded diff -r 473e1c58d3ae -r 637f78452b3a varscan2_from_bam.xml --- a/varscan2_from_bam.xml Tue Dec 17 05:03:29 2013 -0500 +++ b/varscan2_from_bam.xml Tue Dec 17 05:03:38 2013 -0500 @@ -1,6 +1,6 @@ - VarScan2 reading a *.bam file to avoid massive I/O resourcing. + VarScan2 reading a *.bam file to avoid unncessairy I/O overhead. samtools-mpileup-parallel VarScan @@ -13,7 +13,7 @@ The following script is written in the "Cheetah" language: http://www.cheetahtemplate.org/docs/users_guide_html_multipage/contents.html --> - samtools mpileup -t $threads -f $reference_genome + samtools-mpileup-parallel mpileup -t $threads -f $reference_genome #for $sample in $samples ${sample.mapped_reads} #end for @@ -35,7 +35,6 @@ - VarScan2.3.6 is NOT compatible with the latest versions (0.1.16 and 0.1.19) of samtools. - It is compatible with 0.1.6, until this is fixed please stay stick to 0.1.6. + VarScan2.3.6.