# HG changeset patch # User yhoogstrate # Date 1387275780 18000 # Node ID be221fb9cabfc5bde1cd3446bba5726f39467b71 # Parent 637f78452b3a9b9e46a481d87946b8d123e29f46 Uploaded diff -r 637f78452b3a -r be221fb9cabf varscan2_from_bam.xml --- a/varscan2_from_bam.xml Tue Dec 17 05:03:38 2013 -0500 +++ b/varscan2_from_bam.xml Tue Dec 17 05:23:00 2013 -0500 @@ -1,6 +1,6 @@ - VarScan2 reading a *.bam file to avoid unncessairy I/O overhead. + VarScan2 (1: directly reading a *.bam file, 2: using parallel mpileup generation, to avoid unncessairy I/O overhead. samtools-mpileup-parallel VarScan @@ -13,21 +13,88 @@ The following script is written in the "Cheetah" language: http://www.cheetahtemplate.org/docs/users_guide_html_multipage/contents.html --> - samtools-mpileup-parallel mpileup -t $threads -f $reference_genome + + + + + + samtools-mpileup-parallel mpileup -t $samtools_threads -f $reference_genome #for $sample in $samples ${sample.mapped_reads} #end for - | java -jar VarScan.v2.2.jar pileup2snp > $output_table + | java -jar VarScan.v2.3.6.jar mpileup2snp $varscan_vcf_output > $output_table - - + + + + + + + +