X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Flist_biopieces;h=1223bd6cb134acfadfb1e48851c48bc873ba35d5;hb=62ccc0892d1ec2497796aa340bf97c663511996f;hp=bf17d01b0271d9455c9ac08e7bb7402e13a9de50;hpb=5aed4676ad1bf35abbade6215ac90ee591e6d8fe;p=biopieces.git diff --git a/bp_bin/list_biopieces b/bp_bin/list_biopieces index bf17d01..1223bd6 100755 --- a/bp_bin/list_biopieces +++ b/bp_bin/list_biopieces @@ -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;