diff test.pl @ 5:e9657d6ba0ac

Uploaded
author biomonika
date Sun, 24 Aug 2014 22:56:37 -0400
parents
children 4e191836de77
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