Skip to content

Instantly share code, notes, and snippets.

View laurianesimon's full-sized avatar

laurianesimon

View GitHub Profile
@laurianesimon
laurianesimon / CheckIfReadIsCoveringInterval
Last active October 17, 2017 08:57
extract and count polymophisms ( use the Main script file)
#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Long;
use SamUtils;
my $VERSION='0.4';
my $lastModif='2016-Aug-29';
my($limMin,$limSup,$softclip);
#!/usr/bin/perl
use strict;
if
(($ARGV[0] eq "-h") || ($ARGV[0] eq "--h") || ($ARGV[0] eq
"-