# HG changeset patch # User biomonika # Date 1408935397 14400 # Node ID e9657d6ba0aceec4722b6c8212bd886d272df6ad # Parent 65f07f51a1e43ea4e506fa98d2f3d83bc78fefe0 Uploaded diff -r 65f07f51a1e4 -r e9657d6ba0ac test.pl --- /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