Skip to content
Snippets Groups Projects
Commit 939906fe authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-1117]. 'ploidy' is species-specific meta key.

parent 5090e673
No related branches found
No related tags found
No related merge requests found
......@@ -408,8 +408,8 @@ sub key_value_exists {
} ## end sub key_value_exists
# This utility method determines whether the key is a species-specific
# meta key or not. If the key is either 'patch' or 'schema_version',
# then it is not species-specific.
# meta key or not. If the key is either 'patch' or 'schema_version'
# or 'schema_type', then it is not species-specific.
# FIXME variation team messed up in release 65 and added the ploidy
# entry without species_id - this will be corrected for release 66,
......@@ -420,8 +420,7 @@ sub _species_specific_key {
return ( $key ne 'patch'
&& $key ne 'schema_version'
&& $key ne 'schema_type'
&& $key ne 'ploidy');
&& $key ne 'schema_type');
}
1;
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