Skip to content
Snippets Groups Projects
Commit a5643444 authored by Andy Yates's avatar Andy Yates
Browse files

Bringing the bit after # back in

parent 91f08f83
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ sub run {
if(/\*FIELD\*\s+NO\n(\d+)/){
$number = $1;
$source_id = $gene_source_id;
if(/\*FIELD\*\sTI\n([\^\#\%\+\*]*)\d+(.*)\n/){
if(/\*FIELD\*\sTI\n([\^\#\%\+\*]*\d+)(.*)\n/){
$label =$2; # taken from description as acc is meaning less
$long_desc = $2;
$type = $1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment