Skip to content
Snippets Groups Projects
Commit 60976787 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

MarkerSymbol --> MGI

parent 424f3755
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,9 @@ sub run {
# complication with GO xrefs from JAX - linked to MGI symbols, which are themselves
# dependent, so we need to get the MGI->Uniprot mapping and store the *Uniprot*
# as the master xref
my (%mgi_to_uniprot) = %{$self->get_existing_mappings("MarkerSymbol", "Uniprot/Swissprot", $species_id)};
my %mgi_to_uniprot = %{
$self->get_existing_mappings( "MGI", "Uniprot/Swissprot",
$species_id ) };
my %worm;
my %worm_label;
......
......@@ -332,10 +332,10 @@ they match to. So direct Xrefs are created for these.
Mouse
-----
MarkerSymbol
MGI
------------
Also known as MGI.
Previously known as 'MarkerSymbol'.
ftp://ftp.informatics.jax.org/pub/reports/MRK_SwissProt_TrEMBL.rpt
ftp://ftp.informatics.jax.org/pub/reports/MRK_Synonym.sql.rpt
......
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