Skip to content

Commit

Permalink
Check for absence of INSDC synonyms.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Jul 1, 2021
1 parent 597e897 commit d183823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bio/EnsEMBL/DataCheck/Checks/SeqRegionNamesINSDC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ sub check_name_format {
a.code = 'toplevel' AND
sra.value = '1' AND
sr.name NOT REGEXP '$format' AND
srs.synonym NOT REGEXP '$format' AND
(srs.synonym NOT REGEXP '$format' OR srs.synonym IS NULL) AND
sr.name NOT LIKE 'LRG%' AND
cs.species_id = $species_id
/;
Expand Down

0 comments on commit d183823

Please sign in to comment.