Skip to content
Snippets Groups Projects
Commit 63611418 authored by Ian Longden's avatar Ian Longden
Browse files

failed id description started with [. now fixed

parent 95d5a370
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ sub create_xrefs {
my ($acc) = $entry =~ /ACCESSION\s+(\S+)/;
my ($ver) = $entry =~ /VERSION\s+(\S+)/;
my ($description) = $entry =~ /DEFINITION\s+([^[]*)/s;
my ($description) = $entry =~ /DEFINITION\s+([^[]+)/s;
print $entry if (length($description) == 0);
$description =~ s/\nACCESSION.*//s;
$description =~ s/\n//g;
......
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