changeset 25:09080c07ca04 draft default tip

Uploaded
author biomonika
date Thu, 14 Aug 2014 11:05:22 -0400
parents 48b51529b1b8
children
files test.pl
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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