changeset 5:e9657d6ba0ac

Uploaded
author biomonika
date Sun, 24 Aug 2014 22:56:37 -0400
parents 65f07f51a1e4
children 3cf02aa1001b
files test.pl
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.pl	Sun Aug 24 22:56:37 2014 -0400
@@ -0,0 +1,7 @@
+#!/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;
\ No newline at end of file