# HG changeset patch # User yhoogstrate # Date 1387273267 18000 # Node ID 212cc602c073a97f0201c491428a84060bcf3735 Uploaded diff -r 000000000000 -r 212cc602c073 varscan2_from_bam.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/varscan2_from_bam.xml Tue Dec 17 04:41:07 2013 -0500 @@ -0,0 +1,41 @@ + + + VarScan2 reading a *.bam file to avoid massive I/O resourcing. + + samtools-mpileup-parallel + VarScan + + + + samtools mpileup -t $threads -f $reference_genome + #for $sample in $samples + ${sample.mapped_reads} + #end for + | java -jar VarScan.v2.2.jar pileup2snp > $output_table + + + + + + + + + + + + + + + + + + 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. + +