]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/remove_ucsc_tracks
fixed seq qual length check
[biopieces.git] / bp_bin / remove_ucsc_tracks
index e4005022b2371402afbafd3b715f449e8d248af3..4148da8f30242fe87b090120489b8f69cc2071ea 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
 
 # Copyright (C) 2007-2009 Martin A. Hansen.
 
@@ -26,6 +26,7 @@
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
+use warnings;
 use strict;
 use Maasha::Biopieces;
 use Maasha::Common;