]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/list_biopieces
refactoring of assemble_pairs
[biopieces.git] / bp_bin / list_biopieces
index a51a2ade81919687c2f550a65250fb2a06662cee..1223bd6cb134acfadfb1e48851c48bc873ba35d5 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::Common;
 use Maasha::Biopieces;
@@ -43,7 +44,7 @@ $options = Maasha::Biopieces::parse_options();
 
 foreach $file ( sort @files )
 {
-    if ( $file =~ /\/([a-z0-9_]+)\.wiki$/ )
+    if ( $file =~ /\/([BGa-z0-9_]+)\.wiki$/ )
     {
         $program = $1;