]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_perl/Maasha/Gwiki.pm
fixed bowtie_seq
[biopieces.git] / code_perl / Maasha / Gwiki.pm
index 60987d7f646e42c428269adbf348f5c677ea2f76..055df09d889d83bb25e2fce2081663b975730b3e 100644 (file)
@@ -152,7 +152,7 @@ sub gwiki_read
     {
         undef @block;
 
-        if ( $lines[ $i ] =~ /^(#summary.+)/ )
+        if ( $lines[ $i ] =~ /(#summary.+)/ ) # TODO: unsolved problem with anchor!
         {
             $section = $1;