From 3fc7a3718691e8f984e3cf63ee053a4b48272b27 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 15 Dec 2009 16:10:41 +0000 Subject: [PATCH] fixed bug in list_biopieces git-svn-id: http://biopieces.googlecode.com/svn/trunk@821 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/list_biopieces | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_bin/list_biopieces b/bp_bin/list_biopieces index e36d52e..1223bd6 100755 --- a/bp_bin/list_biopieces +++ b/bp_bin/list_biopieces @@ -44,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; -- 2.39.5