Skip to content
Snippets Groups Projects
Commit f2ca00f5 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-1189: group is a chromosome

parent 564cbf8c
No related branches found
No related tags found
No related merge requests found
......@@ -806,11 +806,10 @@ sub is_chromosome {
|clone
|contig
|genescaffold
|group
|reftig
|supercontig
|ultracontig
/x) or ( $coord_system !~ /^chromosome$/i )) {
/x) or ( $coord_system !~ /^chromosome$/i && $coord_system !~ /^group$/i ) ) {
return 0;
}
......
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