]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in list_biopieces
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Dec 2009 16:10:41 +0000 (16:10 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Dec 2009 16:10:41 +0000 (16:10 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@821 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/list_biopieces

index e36d52e2cfd4086cb2aec26267aedf92ef459a95..1223bd6cb134acfadfb1e48851c48bc873ba35d5 100755 (executable)
@@ -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;