Skip to content
Snippets Groups Projects
Commit dbf8abc1 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Now use RefSeqGPFFParser as well as the others.

parent 423b30f9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ use POSIX qw(strftime);
use SwissProtParser;
use RefSeqParser;
use RefSeqGPFFParser;
my $host = "ecs1g";
my $port = 3306;
......@@ -178,8 +179,8 @@ sub upload_xrefs {
foreach my $syn (@{$xref->{SYNONYMS}}) {
$xref_sth->execute($syn,
$xref->{LABEL},
$xref->{DESCRIPTION},
"",
"",
$xref->{SOURCE_ID},
$xref->{SPECIES_ID});
......
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