diff --git a/misc-scripts/xref_projection/project_display_xrefs.pl b/misc-scripts/xref_projection/project_display_xrefs.pl index 8af1b9aeb953c6e8665c367f59259dbcd8e91a60..9264da5128f047365e9fc41cdae7587b153450fc 100644 --- a/misc-scripts/xref_projection/project_display_xrefs.pl +++ b/misc-scripts/xref_projection/project_display_xrefs.pl @@ -651,7 +651,7 @@ sub check_overwrite_display_xref { return 1 if ($to_dbname eq "Clone_based_ensembl_gene" or $to_dbname eq "Clone_based_vega_gene"); - if ($ref_dbEntry->display_id =~ /C(\d+)orf(\d+)/){ + if ($ref_dbEntry->display_id =~ /C(\w+)orf(\w+)/){ $ref_dbEntry->display_id("C".$to_seq_region_name."H".$1."orf".$2); return 1; }