# HG changeset patch # User biomonika # Date 1408028722 14400 # Node ID 09080c07ca04285d272f0498c79a3a4df03bdcd7 # Parent 48b51529b1b82ad6740164607f6c56b6defe067d Uploaded diff -r 48b51529b1b8 -r 09080c07ca04 test.pl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test.pl Thu Aug 14 11:05:22 2014 -0400 @@ -0,0 +1,9 @@ +#!/usr/bin/perl +#NOTE: The following code is adapted from the post http://www.biostars.org/p/44867/#44906 + +use strict; + +use warnings; + +use Bio::DB::Sam; +open (MP, '>mpileup'); \ No newline at end of file