Skip to content
Snippets Groups Projects
Commit 6efa6842 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-1137: regexp now deals with GN that have or have not evidence level...

ENSCORESW-1137: regexp now deals with GN that have or have not evidence level tags, and stores only the gene name
parent 7646007a
No related branches found
No related tags found
No related merge requests found
......@@ -384,7 +384,7 @@ sub create_xrefs {
my $gene_name = undef;
my %depe;
if($gn =~ /Name=(\S+)/){
if($gn =~ /Name=((.*?))[;\s]/){
$depe{LABEL} = uc($1);
$depe{ACCESSION} = $self->get_name($xref->{ACCESSION},$depe{LABEL});
$gene_name = $depe{ACCESSION};
......
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