Skip to content
Snippets Groups Projects
Commit a44defc6 authored by Julio Fernandez Banet's avatar Julio Fernandez Banet
Browse files

Small fix that makes qtl_features work again

parent b6aa8031
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ while( <FH> ) {
# the rgd to ensembl table
my $rgd_ens_map = $db->selectall_arrayref
("select name, marker_id from marker_synonym " .
"where source = 'rgd' or source = 'rgdgene'" );
"where source = 'RGD' or source = 'RGD_NUM' or source = 'rgd' or source = 'rgdgene'" );
my %rgd_ens_map = map { $_->[0], $_->[1] } @$rgd_ens_map;
......
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