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

missed one reference to GeneIDLine -> EntrezGeneIDline

parent 0c217cfd
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ sub create_xrefs {
$dep{ACCESSION} = $ll;
push @{$xref->{DEPENDENT_XREFS}}, \%dep;
}
foreach my $ll (@GeneIDline) {
foreach my $ll (@EntrezGeneIDline) {
my %dep;
$dep{SOURCE_ID} = $dependent_sources{EntrezGene};
$dep{LINKAGE_SOURCE_ID} = $source_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