U.S. flag

An official website of the United States government

Access keys NCBI Homepage MyNCBI Homepage Main Content Main Navigation

What is NCBI Remap?

Back to NCBI Remap Page

NCBI Remap is a tool that allows users to project annotation data from one coordinate system to another. This remapping (sometimes called 'liftover') uses genomic alignments to project features from one sequence to the other. For each feature on the source sequence, we perform a base-by-base analysis of each feature on the source sequence in order to project the feature through the alignment to the new sequence.

We support three variations of Remap. Assembly-Assembly allows the remapping of features from one assembly to another. Clinical allows for the remapping of features from assembly sequences to RefSeqGene sequences (including transcript and protein sequences annotated on the RefSeqGene) or from RefSeqGene sequences to an assembly. Alt loci remap allows for the mapping of features between the Primary assembly unit and the Alternate Loci and Patches assembly units available for GRC assemblies.

You can view a short video describing how to use remap here: http://www.youtube.com/watch?v=0lhcMGGReVQ

What's new

May 2018 Update

  • Added features:
    • Improved performance for highly fragmented assemblies
    • Bgzipped VCF files are now recognized by the format guesser
    • Improved error handling:
      • Now reporting "NOMAP ERROR" when the VCF REF and ALT bases are switched and no remapped rows are produced.
      • Unrecognized sequence identifiers are skipped and reported as "NOMAP NOTINSET".
  • Bug fixes:
    • Fixed bug causing "?" in the output of VCF remapping, where the REF allele differs between the source and target assemblies (REF_EDIT rows), and the REF and ALT alleles are the same in the output VCF. These cases are now shown as "[base] ."
    • Fixed bug in the handling of GFF with non-Sequence Ontology terms in column 3
    • Fixed bug causing modification of column 3 and column 9 in GFF3 to GFF3 remapping
    • Fixed mishandling of LRG sequences in HGVS format

February 2017 Update

  • Added features:
    • New INFO tag "REF_EDIT" has been added to output VCF files to indicate when the REF allele in the output VCF differs from the REF allele in the input VCF. This may occur as a result of left-shifting alleles from the input VCF during remapping or a reflect a difference in the REF alleles found in the source and target assemblies. This tag replaces the "REF_UPDATE" and "REF_LEFT_SHIFT" INFO tags.
    • Updated backend associated with remapping of variants from VCF files
  • Bug fixes:
    • Fixed known issue associated with proper reverse complementing of left-shifted or multi-base alleles in VCF output
    • Fixed known issue with output VCF only reporting one allele when multiple alleles were specified in a single row of the input VCF
    • Fixed bug affecting recognition of LRG sequences in Clinical Remapping option
    • Fixed bug affecting remapped coordinates in columns 7,8 (thickStart/End) and 11,12 (blockSizes/Starts) in output BED

August 2016 Update

  • Added features:
    • Genome Workbench output now made optional for web interface and API
    • Improved message reporting for errors or other user issues
    • Back-end updates to support use of HTTPS protocol
  • Bug fixes:
    • Corrected issue with alignment coverage table that failed to update percent coverage column data correctly when source and target assemblies were swapped.
    • Fixed broken and updated links to file format documentation
  • Know issues:
    • See previous releases

February 2016 Update

  • Added features:
    • Extended retrieval time for Remap job results. The URL on the page displaying Remap results will remain active for 3 days.
      • e.g., https://www.ncbi.nlm.nih.gov/genome/tools/remap/JSID_01_133856_130.14.18.6_9000_remap__1454025062
    • Gbench file production is now optional. In the web interface, users can deselect the default option for Gbench file production. API users can turn off file production by use of the gbench=false parameter. This reduces memory usage.
    • Announcements banner on Gbench home page.
  • Bug fixes:
    • Alt-loci remap: Fixed a bug that resulted in the prefixing of "C" to alleles remapped to alternate loci.
    • Fixed a bug that prevented selection of Source Organism when using FireFox 42.0.
    • Fixed a bug affecting clearing of fields when using the "reset" button.
    • Fixed a bug preventing remapping of features in some .ASN1 locations.
    • Back end updates to reduce likelihood of intermittent failures when running large jobs.
  • Known Issues:
    • When using VCF as input, left-shifted or multi-base alleles on the minus strand are not reverse-complemented in the output. This will be fixed in an upcoming release. We apologize for the inconvenience.
    • see March 2015 Update below

March 2015 Update

  • Added features:
    • New web interface for Assembly-Assembly alignment provides greater assembly detail, making it easier to distinguish similarly named assemblies
    • Improved support for remapping of variations in VCF files. See the Remapping Variation Data section on this page for details.
    • Improved reporting for features that do not remap. See the Mapping Report section on this page for details.
  • Bug fixes
    • VCF formatting: All entries for a given seq-id now form a continuous block in output VCF, consistent with VCF specifications
  • Known Issues:
    • If multiple ALT alleles are specified in a single row of an input VCF, only 1 allele is reported in output VCF. To avoid this situation, only specify a single ALT allele per VCF row. This will be fixed in an upcoming release.
    • Remap may crash if a feature meets all three of the following conditions: Input format=VCF, feature requires left-shifting, feature remaps to multiple locations on the same sequence-id with multiple second-pass alignments. This bug, which affects only a small minority of features, will be fixed in an upcoming release. In the interim, if you encounter this issue, we suggest use of a different input file type or ensuring that variants are already left-shifted in the input VCF file. We apologize for the inconvenience.

April 2014 Update

  • Added features:
    • Assembly accessions now provided as tool-tips in the target and source assembly drop-down menus. These provide users with unambiguous identifiers for the assemblies used in their remapping effort.
    • Assemblies in target and source menus are sorted by assembly and release version to facilitate identification of assembly of choice.
    • Construction of pre-configured URLs: users can now construct URLs with specified remapping parameters that can be bookmarked or used as links to NCBI Remap.
  • Bug fixes:
    • Remapped locations missing from VCF, GVF or HGVS file output (but present in report files).
    • Data remapped from alt-loci or patches to chromosomes reported on scaffolds rather than chromosomes.
    • Further correction to alt-loci remap

August 2013 Update

  • Added features:
    • Limited support for LRG sequences in Clinical Remap. We currently only support the current versions of LRG and RefSeqGene sequences. Support for older sequences will be added in a future update.
  • Bug fixes:
    • Inappropriate duplication of variants lines when using a VCF with multiple alterante alleles.
    • Dropping of scores from GTF files.
    • Alt locus remap was fixed.

November 2012 Update

  • Added features:
    • Alt locus remap: remap features between the primary assembly and the alternate loci/patches in GRC assemblies.
    • Clinical Remap: When you run this we will now make a call to the variation reporter and insert the results into Clincal Remap.
    • Added support for upload of compressed files. Currently GZip (.gz) and BZip2 (.bz) files are supported.
    • Improved HGVS nomenclature.

Specifying the data

Assembly-Assembly

In order to use the NCBI Remap service, you must select the organism of interest, the assembly your features are on (Source Assembly) and the assembly on which you wish to project these features (Target Assembly). If you would like to request additional organisms or assemblies to be added to the list, please use the Support Center to make this request.

List of supported assembly-assembly alignments in remap:

Organism Source Assembly Target Assembly Software version Last Updated
Dipodomys ordii Dipord1.0 Dord_2.0 2.1 02/14/2018 17:47:06
Cricetulus griseus CriGri-PICRH-1.0 CriGri_1.0 3.0 04/14/2022 15:23:09
Cricetulus griseus C_griseus_v1.0 CriGri_1.0 3.0 04/14/2022 17:09:57
Cricetulus griseus CriGri-PICR CriGri_1.0 3.0 04/14/2022 20:01:13
Cricetulus griseus CriGri-PICR CriGri-PICRH-1.0 3.0 08/26/2022 11:38:49
Cricetulus griseus Cgr1.0 CriGri_1.0 1.7 09/23/2014 22:15:26
Mesocricetus auratus MesAur1.0 BCM_Maur_2.0 2.4 04/06/2021 00:32:48
Peromyscus leucopus UCI_PerLeu_2.1 GRCm39 LASTZ 02/14/2023 00:23:06
Peromyscus leucopus UCI_PerLeu_2.1 mRatBN7.2 1.04.03 02/14/2023 08:17:00
Mus caroli CAROLI_EIJ_v1.1 GRCm39 3.0 05/06/2022 11:20:53
Mus caroli CAROLI_EIJ_v1 CAROLI_EIJ_v1.1 2.1 02/14/2018 16:12:56
Mus musculus C57BL_6NJ_v1 GRCm39 2.4 11/18/2021 04:32:24
Mus musculus GRCm38.p6 GRCm39 3.0 04/01/2022 16:02:54
Mus musculus MGSCv37 GRCm39 3.0 04/01/2022 16:03:50
Mus musculus MGSCv36 GRCm39 3.0 04/01/2022 16:10:41
Mus musculus MGSCv34 GRCm39 3.0 04/01/2022 16:35:43
Mus musculus GRCm38 GRCm39 3.0 04/01/2022 16:51:30
Mus musculus MGSCv35 GRCm39 3.0 04/01/2022 17:09:00
Mus musculus MGSCv3 GRCm39 3.0 04/01/2022 17:30:54
Mus musculus A_J_v2 GRCm39 3.0 04/04/2022 21:25:28
Mus musculus CBA_J_v2 GRCm39 3.0 04/04/2022 21:25:31
Mus musculus 129S1_SvImJ_v2 GRCm39 3.0 04/04/2022 22:54:49
Mus musculus FVB_NJ_v2 GRCm39 3.0 04/04/2022 22:55:03
Mus musculus C3H_HeJ_v2 GRCm39 3.0 04/04/2022 22:55:09
Mus musculus C57BL_6NJ_v2 GRCm39 3.0 04/04/2022 22:56:18
Mus musculus AKR_J_v2 GRCm39 3.0 04/04/2022 22:56:21
Mus musculus BALB_cJ_v2 GRCm39 3.0 04/04/2022 22:56:57
Mus musculus DBA_2J_v2 GRCm39 3.0 04/05/2022 21:34:23
Mus musculus NOD_ShiLtJ_v2 GRCm39 3.0 04/05/2022 23:35:02
Mus musculus Mm_Celera GRCm39 3.0 05/05/2022 20:39:19
Mus musculus NZO_HlLtJ_v1 GRCm39 3.0 05/05/2022 21:37:56
Mus musculus LP_J_v1 GRCm39 3.0 05/05/2022 22:46:22
Mus musculus MSM_WGSv1 GRCm39 2.3 10/11/2020 01:08:27
Mus musculus ASM18119v1 GRCm39 2.3 10/11/2020 02:03:14
Mus musculus mm129svJae1.0 GRCm39 2.3 10/20/2020 12:19:59
Mus musculus MmusALLPATHS2 GRCm39 2.3 10/20/2020 12:20:38
Mus musculus MmusSOAP1 GRCm39 2.3 10/20/2020 12:26:46
Mus musculus C3H_HeJ_v1 GRCm39 2.3 10/20/2020 15:11:18
Mus musculus AKR_J_v1 GRCm39 2.3 10/20/2020 15:23:50
Mus musculus A_J_v1 GRCm39 2.3 10/20/2020 15:40:23
Mus musculus BALB_cJ_v1 GRCm39 2.3 10/20/2020 16:06:05
Mus musculus 129S1_SvImJ_v1 GRCm39 2.3 10/20/2020 17:23:35
Mus musculus FVB_NJ_v1 GRCm39 2.3 10/20/2020 17:39:33
Mus musculus DBA_2J_v1 GRCm39 2.3 10/20/2020 17:45:37
Mus musculus CBA_J_v1 GRCm39 2.3 10/20/2020 19:44:31
Mus musculus NOD_ShiLtJ_v1 GRCm39 2.3 10/21/2020 03:16:27
Mus musculus MGSCv37 GRCm38.p6 3.0 05/18/2022 10:29:07
Mus musculus C57BL/6J C57BL/6J 3.0 05/26/2022 09:17:16
Mus musculus C57BL/6J C57BL/6J 2.3 11/24/2020 14:25:20
Mus musculus GRCm39 GRCh38.p14 1.04.03 02/04/2023 02:13:19
Mus musculus GRCm39 C3H_HeJ_v3 3.1 03/10/2023 15:29:17
Mus musculus GRCm38.p4 GRCm38.p6 2.1 01/05/2018 14:44:14
Mus musculus MGSCv34 GRCm38.p6 2.1 01/05/2018 14:51:15
Mus musculus GRCm38.p2 GRCm38.p6 2.1 01/05/2018 14:51:32
Mus musculus GRCm38.p5 GRCm38.p6 2.1 01/05/2018 15:02:45
Mus musculus GRCm38 GRCm38.p6 2.1 01/05/2018 15:04:37
Mus musculus GRCm38.p3 GRCm38.p6 2.1 01/05/2018 15:06:08
Mus musculus GRCm38.p1 GRCm38.p6 2.1 01/05/2018 15:13:19
Mus musculus MGSCv36 GRCm38.p6 2.1 01/05/2018 15:25:27
Mus musculus MGSCv35 GRCm38.p6 2.1 01/05/2018 15:45:36
Mus musculus MGSCv3 GRCm38.p6 2.1 01/05/2018 17:51:48
Mus musculus mm129svJae1.0 GRCm38 2.1 01/08/2018 21:20:18
Mus musculus AKR_J_v1 GRCm38 2.1 01/09/2018 00:45:32
Mus musculus BALB_cJ_v1 GRCm38 2.1 01/09/2018 00:57:15
Mus musculus NZO_HlLtJ_v1 GRCm38 2.1 01/09/2018 01:18:15
Mus musculus A_J_v1 GRCm38 2.1 01/09/2018 01:19:33
Mus musculus FVB_NJ_v1 GRCm38 2.1 01/09/2018 02:32:24
Mus musculus C3H_HeJ_v1 GRCm38 2.1 01/09/2018 02:34:36
Mus musculus DBA_2J_v1 GRCm38 2.1 01/09/2018 03:30:28
Mus musculus LP_J_v1 GRCm38 2.1 01/09/2018 03:51:41
Mus musculus 129S1_SvImJ_v1 GRCm38 2.1 01/09/2018 04:18:45
Mus musculus CBA_J_v1 GRCm38 2.1 01/09/2018 04:44:06
Mus musculus NOD_ShiLtJ_v1 GRCm38 2.1 01/09/2018 14:05:22
Mus musculus C57BL_6NJ_v1 GRCm38 2.1 01/10/2018 01:34:13
Mus musculus MmusALLPATHS2 GRCm38 2.1 01/10/2018 04:51:38
Mus musculus MSM_WGSv1 GRCm38 2.1 01/10/2018 08:29:19
Mus musculus Mm_Celera GRCm38 2.1 01/18/2018 17:01:27
Mus musculus ASM377452v2 GRCm38 2.1 01/11/2019 09:11:34
Mus musculus MGSCv36 GRCm38 2.2 01/14/2020 14:57:30
Mus musculus MGSCv34 GRCm38 2.2 01/14/2020 15:30:23
Mus musculus MGSCv3 GRCm38 2.2 01/14/2020 19:03:24
Mus musculus MGSCv37 GRCm38 2.2 01/15/2020 14:44:18
Mus musculus C57BL/6J GRCm39 2.3 07/23/2020 14:04:03
Fusarium oxysporum f. sp. conglutinans SMRT_HiC_Fo5176 ASM14995v2 3.0 07/14/2022 19:41:22
Mus musculus castaneus CAST_EiJ_v1 GRCm38.p5 1.8 03/23/2017 17:55:55
Mus musculus castaneus CAST_EiJ_v2 GRCm39 3.0 04/05/2022 21:39:37
Mus musculus castaneus CAST_EiJ_v1 GRCm39 2.4 02/12/2021 00:44:34
Mus musculus castaneus CAST_EiJ_v1 GRCm38 2.1 01/10/2018 15:52:59
Mus musculus domesticus WSB_EiJ_v2 GRCm39 3.0 04/05/2022 21:38:47
Mus musculus domesticus WSB_EiJ_v1 GRCm39 2.4 02/11/2021 21:23:22
Mus musculus domesticus WSB_EiJ_v1 GRCm38 2.1 01/10/2018 13:19:57
Mus pahari PAHARI_EIJ_v1.1 GRCm39 3.0 05/06/2022 16:31:54
Mus pahari PAHARI_EIJ_v1 PAHARI_EIJ_v1.1 2.1 02/14/2018 16:04:05
Mus spretus SPRET_EiJ_v2 GRCm39 3.0 04/06/2022 06:35:27
Mus spretus SPRET_EiJ_v1 GRCm39 2.4 02/11/2021 21:16:50
Mus spicilegus MUSP714 GRCm39 2.4 02/11/2021 16:36:13
Mus minutoides Mus_minutoides_I6164_v1 GRCm39 2.4 02/11/2021 16:01:47
Rattus norvegicus mRatBN7.1 alternate haplotype mRatBN7.2 3.0 04/01/2022 15:46:59
Rattus norvegicus Rn_Celera mRatBN7.2 3.0 04/01/2022 16:54:29
Rattus norvegicus RGSC_v3.4 mRatBN7.2 3.0 04/01/2022 17:20:52
Rattus norvegicus Rnor_5.0 mRatBN7.2 3.0 04/01/2022 17:53:03
Rattus norvegicus Rnor_6.0 mRatBN7.2 3.0 04/01/2022 18:21:39
Rattus norvegicus Rnor_5.0 Rnor_6.0 3.0 05/05/2022 11:28:22
Rattus norvegicus Rn_Celera Rnor_6.0 3.0 05/05/2022 12:23:23
Rattus norvegicus RGSC_v3.4 Rnor_6.0 3.0 05/05/2022 12:48:45
Rattus norvegicus UTH_Rnor_WKY_Bbb_1.0 mRatBN7.2 3.0 06/05/2022 19:46:24
Rattus norvegicus UTH_Rnor_SHR_Utx mRatBN7.2 3.0 06/05/2022 20:48:45
Rattus norvegicus UTH_Rnor_SHRSP_BbbUtx_1.0 mRatBN7.2 3.0 06/05/2022 20:50:09
Rattus norvegicus Rnor_4.1 mRatBN7.2 2.4 02/06/2021 13:34:45
Rattus norvegicus UTH_Rnor_SHRSP_BbbUtx_1.0 UTH_Rnor_WKY_Bbb_1.0 3.1 12/06/2022 09:11:59
Rattus norvegicus UTH_Rnor_SHRSP_BbbUtx_1.0 UTH_Rnor_SHR_Utx 3.1 12/06/2022 10:06:59
Rattus norvegicus UTH_Rnor_SHR_Utx UTH_Rnor_WKY_Bbb_1.0 3.1 12/07/2022 07:24:36
Rattus norvegicus mRatBN7.2 GRCm39 1.04.03 02/03/2023 21:46:04
Rattus norvegicus mRatBN7.2 GRCh38.p14 1.04.03 02/07/2023 01:01:20
Rattus norvegicus RGSC_v3.4 Rnor_5.0 2.1 01/24/2018 17:57:00
Rattus rattus Rrattus_CSIRO_v1 mRatBN7.2 3.0 05/05/2022 18:29:57
Heterocephalus glaber HetGla_1.0 HetGla_female_1.0 1.7 09/24/2014 15:37:11
Drosophila rhopaloa Drho_1.0 Drho_2.0 2.1 02/14/2018 15:37:06
Ephemera danica Edan_1.0 Edan_2.0 2.1 07/19/2018 22:09:22
Maylandia zebra MetZeb1.1 M_zebra_UMD1 2.1 01/02/2018 11:20:54
Maylandia zebra M_zebra_UMD1 M_zebra_UMD2a 2.1 04/19/2018 17:04:21
Parasteatoda tepidariorum Ptep_1.0 Ptep_2.0 2.1 01/02/2018 12:23:28
Saccharomyces kudriavzevii ZP591 Skud-ZP591 R64 3.1 02/07/2023 14:13:32
Bos grunniens x Bos taurus ARS_UNL_Btau-highland_paternal_1.0_alt ARS-UCD1.2 2.3 02/03/2020 10:12:57
Limnephilus lunatus Llun_1.0 Llun_2.0 2.1 07/20/2018 00:56:26
Ladona fulva Lful_1.0 Lful_2.0 2.1 07/19/2018 22:37:41
Drosophila biarmipes Dbia_1.0 Dbia_2.0 2.1 02/15/2018 12:50:06
Drosophila santomea Prin_Dsan_1.1 Release 6 plus ISO1 MT 3.0 05/21/2022 01:11:01
Drosophila santomea Prin_Dsan_1.1 Prin_Dyak_Tai18E2_2.1 3.0 11/08/2022 13:06:36
Leishmania braziliensis MHOM/BR/75/M2903 Leishmania_braziliensis_M2903-1.0.6 ASM284v2 2.4 01/28/2022 07:15:59
Bombus impatiens BIMP_1.0 BIMP_2.0 2.1 02/14/2018 15:15:11
Pteropus vampyrus Ptevap1.0 Pvam_2.0 2.1 02/14/2018 19:24:04
Amborella trichopoda AMTR1.0 AMTR1.0 2.1 01/02/2018 10:54:46
Frankliniella occidentalis Focc_1.0 Focc_2.0 2.1 07/09/2018 13:24:54
Frankliniella occidentalis Focc_1.0 Focc_2.1 2.2 03/18/2019 08:08:24
Microcaecilia unicolor aMicUni1.1 aGeoSer1.1 1.04.03 02/24/2023 06:51:44
Anopheles coluzzii AcolN3 idAnoFuneDA-416_04 1.04.03 03/13/2023 21:53:15
Anopheles coluzzii AcolN3 UCI_ANSTEP_V1.0 1.04.03 03/13/2023 22:29:09
Brachypodium distachyon v1.0 Brachypodium_distachyon_v2.0 2.1 01/02/2018 10:56:22
Onthophagus taurus Otau_1.0 Otau_2.0 2.1 02/12/2018 17:39:27
Anopheles gambiae str. PEST AgamP3 AcolN3 3.1 03/13/2023 21:34:15
Anopheles gambiae str. PEST AgamP3 UCI_ANSTEP_V1.0 1.04.03 03/13/2023 21:41:23
Anopheles gambiae str. PEST AgamP3 idAnoFuneDA-416_04 1.04.03 03/13/2023 22:30:44
Rhinatrema bivittatum aRhiBiv1.1 aGeoSer1.1 1.04.03 02/23/2023 23:25:46
Larimichthys crocea ASM74293v1 L_crocea_1.0 1.8 11/23/2016 16:12:18
Aquila chrysaetos canadensis Aquila_chrysaetos-1.0.2 bAquChr1.4 2.4 07/13/2021 16:07:23
Anoplophora glabripennis Agla_1.0 Agla_2.0 2.1 02/27/2018 16:23:23
Centruroides sculpturatus Cexi_1.0 Cexi_2.0 2.1 02/14/2018 17:07:02
Orussus abietinus Oabi_1.0 Oabi_2.0 2.1 12/20/2017 17:04:43
Agrilus planipennis Apla_1.0 Apla_2.0 2.1 07/27/2018 11:27:29
Juglans microcarpa x Juglans regia JrSerr_v1.0 Jm3101_v1.0 2.4 04/29/2021 22:19:52
Arachis hypogaea subsp. fastigiata arahy.TennRed.gnm1 arahy.Tifrunner.gnm1.KYV3 3.0 10/31/2022 18:08:58
Peromyscus maniculatus bairdii Pman_1.0 HU_Pman_2.1.3 3.1 03/03/2023 19:01:23
Latrodectus hesperus Lhes_1.0 Lhes_2.0 2.1 07/20/2018 01:11:35
Dermochelys coriacea rDerCor1.pri.v4 rCheMyd1.pri.v2 3.1 03/02/2023 08:45:39
Sander lucioperca SLUC_FBN_1 SLUC_FBN_1.2 2.3 08/20/2020 17:52:50
Anolis carolinensis AnoCar2.0 AnoCar2.0 2.3 07/06/2020 08:05:01
Canis lupus dingo ASM325472v2 ROS_Cfam_1.0 3.1 12/09/2022 09:17:38
Drosophila eugracilis Deug_1.0 Deug_2.0 2.1 02/14/2018 13:36:19
Drosophila takahashii Dtak_1.0 Dtak_2.0 2.1 02/15/2018 12:15:02
Copidosoma floridanum Cflo_1.0 Cflo_2.0 2.1 12/18/2017 14:23:24
Panthera uncia Puncia_PCG_1.0 F.catus_Fca126_mat1.0 3.1 12/09/2022 19:48:04
Ovis ammon polii x Ovis aries CAU_F1_maternal_1.0 ARS-UI_Ramb_v2.0 3.1 12/06/2022 15:00:26
Hyalella azteca Hazt_1.0 Hazt_2.0 2.1 02/14/2018 10:53:25
Vitis vinifera 8x_WGS 12X 3.0 05/05/2022 23:02:35
Lonchura striata domestica LonStrDom1 lonStrDom2 2.2 11/01/2019 13:19:10
Drosophila elegans Dele_1.0 Dele_2.0 2.1 02/14/2018 13:42:22
Drosophila ficusphila Dfic_1.0 Dfic_2.0 2.1 02/14/2018 14:18:49
Drosophila kikkawai Dkik_1.0 Dkik_2.0 2.1 02/14/2018 14:40:20
Anopheles stephensi UCI_ANSTEP_V1.0 idAnoFuneDA-416_04 1.04.03 03/13/2023 22:55:08
Bos indicus x Bos taurus UOA_Brahman_1 ARS-UCD1.2 3.0 05/18/2022 10:52:21
Bos indicus x Bos taurus UOA_Angus_1 UOA_Brahman_1 2.1 12/31/2018 09:12:52
Bos indicus x Bos taurus UOA_Angus_1 ARS-UCD1.2 2.1 01/22/2019 14:37:16
Microcebus murinus Mmur_2.0 Mmur_3.0 2.1 01/02/2018 15:59:22
Otolemur garnettii OtoGar2 OtoGar3 2.1 02/15/2018 16:57:09
Otolemur garnettii ASM18129v1 OtoGar3 2.1 02/15/2018 18:47:43
Monomorium pharaonis M.pharaonis_V2.0 M.pharaonis_V2.0 2.1 02/15/2018 12:57:24
Monomorium pharaonis M.pharaonis_V1.0 M.pharaonis_V2.0 2.1 02/15/2018 13:06:09
Takifugu rubripes FUGU5 fTakRub1.2 3.0 05/06/2022 09:19:01
Takifugu rubripes ASM18061v1 FUGU5 2.1 02/14/2018 16:33:12
Caenorhabditis remanei ASM164373v1 ASM14951v1 2.1 02/15/2018 12:13:01
Caenorhabditis remanei ASM164373v2 ASM14951v1 2.1 02/15/2018 12:13:56
Caenorhabditis remanei CaeRem1.0 ASM14951v1 2.1 02/15/2018 12:15:47
Pyricularia oryzae ASM2176470v1 MG8 3.0 07/14/2022 19:38:39
Pyricularia oryzae ASM478572v2 MG8 3.0 07/14/2022 19:39:07
Fusarium oxysporum f. sp. radicis-cucumerinum ASM170269v2 ASM14995v2 3.0 07/14/2022 19:39:34
Manacus vitellinus ASM69201v2 ASM171598v1 2.1 02/16/2018 00:01:16
Manacus vitellinus ASM69201v1 ASM69201v2 2.1 02/16/2018 00:39:03
Aspergillus flavus NRRL3357 ASM1411746v1 ASM18445v3 3.0 07/15/2022 11:16:19
Cannabis sativa Csat_AbacusV2 cs10 3.1 02/08/2023 05:16:07
Beta vulgaris subsp. vulgaris RefBeet-1.2.1 RefBeet-1.2.2 2.1 01/02/2018 14:31:51
Naja naja Nana_v5 UTA_CroVir_3.0 1.04.03 02/24/2023 04:34:42
Naja naja Nana_v5 PodMur_1.0 1.04.03 03/06/2023 01:36:09
Plasmodium falciparum 3D7 ASM276v1 ASM276v2 2.1 02/01/2018 11:52:12
Cucumis sativus CucSat_1.0 ASM407v2 2.1 01/02/2018 15:27:56
Cucumis sativus CSB10A_v1 ASM407v2 2.1 01/29/2018 16:26:08
Pan troglodytes verus CCYSCv1 Pan_troglodytes-2.1.4 1.7 09/26/2014 21:14:05
Arabidopsis thaliana TAIR10 TAIR10.1 3.0 06/06/2022 20:17:11
Arabidopsis thaliana TAIR9 TAIR10.1 3.0 06/06/2022 20:21:09
Arabidopsis thaliana TAIR7 TAIR10.1 3.0 06/06/2022 20:22:14
Arabidopsis thaliana TAIR8 TAIR10.1 3.0 06/06/2022 20:24:42
Arabidopsis thaliana TAIR10.1 ASM2311539v1 3.0 07/07/2022 20:07:40
Arabidopsis thaliana TAIR9 TAIR10 1.7 09/20/2014 13:44:43
Arabidopsis thaliana TAIR8 TAIR10 1.7 09/20/2014 13:45:50
Arabidopsis thaliana TAIR7 TAIR10 1.7 10/03/2014 20:51:21
Prionailurus bengalensis Fcat_Pben_1.1_paternal_pri F.catus_Fca126_mat1.0 3.1 12/09/2022 21:20:54
Brassica napus Brassica_napus_assembly_v1.0 Bra_napus_v2.0 3.0 05/05/2022 10:42:52
Budorcas taxicolor Takin1.0 ARS-UI_Ramb_v2.0 3.1 12/07/2022 16:24:46
Raphanus sativus Radish_v2.20 Rs1.0 2.1 02/15/2018 16:53:46
Aotus nancymaae Anan_1.0 Anan_1.0 2.1 10/27/2017 15:40:49
Aotus nancymaae Anan_1.0 Anan_2.0 2.1 01/29/2018 18:06:23
Athalia rosae Aros_1.0 Aros_2.0 2.1 07/03/2018 11:04:39
Prunus persica Prupe1_0 Prunus_persica_NCBIv2 2.1 01/02/2018 14:50:39
Priapulus caudatus Priapulus_caudatus-4.0.1 Priapulus_caudatus-5.0.1 2.1 02/14/2018 16:48:45
Zea mays subsp. mays Zm-EP1-REFERENCE-TUM-1.0 B73 RefGen_v4 2.1 12/23/2017 19:19:26
Zea mays subsp. mays Zm-F7-REFERENCE-TUM-1.0 B73 RefGen_v4 2.1 12/26/2017 21:53:08
Zea mays subsp. mays Zm-W22-REFERENCE-NRGENE-2.0 B73 RefGen_v4 2.1 01/11/2018 02:43:00
Pachypsylla venusta Pven_1.0 Pven_2.0 2.1 07/19/2018 23:08:52
Arachis hypogaea arahy.Tifrunner.gnm1.KYV3 arahy.Tifrunner.gnm1.KYV3 3.0 10/31/2022 14:35:59
Arachis hypogaea ASM417044v1 arahy.Tifrunner.gnm1.KYV3 3.0 10/31/2022 21:30:31
Arachis hypogaea ASM371315v1 arahy.Tifrunner.gnm1.KYV3 3.0 10/31/2022 21:53:22
Arachis hypogaea Haihua1_v1 arahy.Tifrunner.gnm1.KYV3 3.0 11/03/2022 21:06:14
Cicer arietinum ASM34727v4 ASM33114v1 3.0 07/06/2022 11:30:02
Glycine max Glycine_max_v2.1 Glycine_max_v4.0 3.0 05/05/2022 15:27:33
Glycine max V1.0 Glycine_max_v4.0 3.0 05/05/2022 15:57:33
Glycine max Glycine_max_v2.0 Glycine_max_v4.0 3.0 05/05/2022 16:27:34
Glycine max V1.1 Glycine_max_v4.0 3.0 05/05/2022 17:04:09
Glycine max Glycine_max_v2.0 Glycine_max_v2.1 3.0 05/18/2022 08:51:00
Glycine max V1.0 Glycine_max_v2.1 3.0 05/18/2022 09:34:06
Glycine max V1.1 Glycine_max_v2.1 3.0 05/18/2022 09:36:49
Glycine max V1.1 Glycine_max_v2.0 3.0 05/18/2022 10:52:22
Glycine max V1.0 Glycine_max_v2.0 3.0 05/18/2022 12:36:11
Perognathus longimembris mPerLon1.0.p PerLonPac_v1_BIUU 3.0 10/20/2022 23:02:02
Perognathus longimembris mPerLon1.0.p ASM2315922v1 3.0 11/03/2022 15:44:21
Perognathus longimembris mPerLon1.0.a ASM2315922v1 3.0 11/03/2022 15:54:08
Mus musculus musculus PWK_PhJ_v2 GRCm39 3.0 04/04/2022 21:26:48
Mus musculus musculus PWK_PhJ_v1 GRCm39 2.4 02/12/2021 04:03:43
Mus musculus musculus PWK_PhJ_v1 GRCm38 2.1 01/09/2018 15:43:17
Fusarium oxysporum f. sp. cepae FoC_Fus2_v1 ASM14995v2 3.0 07/14/2022 19:40:27
Manihot esculenta Manihot esculenta v6 M.esculenta_v8 3.0 08/15/2022 12:07:17
Manihot esculenta ASM1361896v1 M.esculenta_v8 3.0 08/15/2022 12:58:42
Manihot esculenta hifiasm152_l3.hic.hap2.p_ctg M.esculenta_v8 3.0 08/15/2022 15:04:28
Manihot esculenta hifiasm152_l3.hic.hap1.p_ctg M.esculenta_v8 3.0 08/15/2022 17:38:51
Ricinus communis JCVI_RCG_1.1 JCVI_RCG_1.1 2.1 02/14/2018 15:30:45
Oryza sativa Japonica Group IRGSP_3.0 IRGSP-1.0 3.0 06/06/2022 20:34:55
Oryza sativa Japonica Group Build 4.0 IRGSP-1.0 3.0 06/06/2022 20:36:46
Oryza sativa Japonica Group IRGSP_3.0 Build 4.0 1.7 09/23/2014 17:52:34
Oryza sativa Japonica Group HEG4v1.0 IRGSP-1.0 2.1 02/15/2018 18:20:39
Oryza sativa Japonica Group Build 4.0 IRGSP-1.0 2.1 02/15/2018 22:48:14
Oryza sativa Japonica Group IRGSP_3.0 IRGSP-1.0 2.1 02/15/2018 22:48:35
Oryza sativa Japonica Group SJ18_v1 IRGSP-1.0 2.1 02/15/2018 22:51:09
Oryza sativa Japonica Group A123v1.0 IRGSP-1.0 2.1 02/15/2018 23:01:56
Solanum lycopersicum SL2.40 SL3.0 3.0 05/06/2022 09:52:59
Solanum lycopersicum SL2.50 SL3.0 3.0 05/06/2022 12:21:22
Solanum lycopersicum SL2.40 SL2.50 2.1 12/20/2017 10:55:46
Sus scrofa scrofa NSME_pig_1.2 Sscrofa11.1 3.0 04/06/2022 15:22:54
Sus scrofa scrofa NSME_pig_1 Sscrofa11.1 2.2 10/28/2019 06:08:45
Drosophila bipectinata Dbip_1.0 Dbip_2.0 2.1 02/15/2018 12:17:30
Phocoena sinus mPhoSin1.pri mBalMus1.pri.v3 3.0 10/13/2022 01:46:08
Sorex araneus ASM18127v1 SorAra2.0 2.1 02/14/2018 18:39:03
Lactuca sativa Lsat_Salinas_v7 Lsat_Salinas_v11 3.1 01/11/2023 21:14:36
Lactuca sativa Lsat_Salinas_v7 Lsat_Salinas_v11 3.1 01/11/2023 21:59:56
Lactuca sativa Lsat_Salinas_v8 Lsat_Salinas_v11 3.1 01/12/2023 02:01:01
Fusarium oxysporum f. sp. lycopersici 4287 ASM331572v1 ASM14995v2 3.0 07/14/2022 19:06:22
Fusarium oxysporum f. sp. lycopersici 4287 ASM14995v1 ASM14995v2 2.1 09/20/2018 10:40:31
Catajapyx aquilonaris Caqu_1.0 Caqu_2.0 2.1 07/19/2018 21:38:01
Neodiprion lecontei Nlec1.0 Nlec1.1 2.1 08/28/2018 16:18:59
Melospiza melodia ASM1339820v1 ASM1339820v2 2.4 01/27/2022 23:04:05
Apis mellifera mellifera INRA_AMelMel_1.0 Amel_HAv3.1 2.2 07/01/2019 11:33:34
Apis mellifera mellifera INRA_AMelMel_1.0 Amel_4.5 2.2 07/04/2019 23:27:18
Setaria italica Setaria V1 Setaria_italica_v2.0 2.1 01/02/2018 15:18:56
Sorghum bicolor Sorbi1 Sorghum_bicolor_NCBIv3 3.0 05/05/2022 16:28:11
Triticum aestivum Triticum_4.0 IWGSC CS RefSeq v2.1 2.4 01/20/2022 02:47:09
Zea mays B73 RefGen_v2 B73 RefGen_v4 2.4 11/17/2021 03:49:09
Zea mays B73 RefGen_v3 Zm-B73-REFERENCE-NAM-5.0 3.0 05/06/2022 01:56:42
Zea mays B73 RefGen_v4 Zm-B73-REFERENCE-NAM-5.0 3.0 05/06/2022 03:37:56
Zea mays B73 RefGen_v3 B73 RefGen_v4 3.0 05/09/2022 16:10:34
Zea mays subsp. mexicana ASM281348v1 B73 RefGen_v4 2.1 12/22/2017 15:04:29
Drosophila pseudoobscura pseudoobscura Dpse_2.0 UCI_Dpse_MV25 3.0 05/19/2022 12:36:03
Drosophila pseudoobscura pseudoobscura Dpse_3.0 UCI_Dpse_MV25 3.0 05/19/2022 12:56:44
Drosophila pseudoobscura pseudoobscura Dpse_4.0 UCI_Dpse_MV25 3.0 06/10/2022 12:34:50
Drosophila pseudoobscura pseudoobscura Dpse_2.0 Dpse_3.0 3.0 07/22/2022 19:03:55
Drosophila pseudoobscura pseudoobscura ASM14949v1 UCI_Dpse_MV25 2.3 04/27/2020 21:23:12
Drosophila pseudoobscura pseudoobscura Dpse_4.0 Dpse_3.0 2.3 04/27/2020 21:42:52
Drosophila pseudoobscura pseudoobscura ASM14949v1 Dpse_3.0 2.3 04/28/2020 09:48:36
Drosophila pseudoobscura pseudoobscura Dpse_3.0 Dpse_4.0 2.3 04/28/2020 09:54:32
Drosophila pseudoobscura pseudoobscura Dpse_2.0 Dpse_4.0 2.3 04/28/2020 09:55:34
Drosophila pseudoobscura pseudoobscura ASM14949v1 Dpse_4.0 2.3 04/28/2020 10:07:55
Leopardus geoffroyi O.geoffroyi_Oge1_pat1.0 F.catus_Fca126_mat1.0 3.1 12/09/2022 23:16:06
Ovis orientalis CAU_Oori_1.0 ARS-UI_Ramb_v2.0 3.1 12/06/2022 15:15:45
Caenorhabditis briggsae Cb3 ASM455v1 2.1 02/15/2018 10:37:06
Komagataella pastoris ASM170810v1 ASM2700v1 3.0 06/16/2022 14:38:02
Vulpes lagopus ASM1834538v1 ROS_Cfam_1.0 3.1 12/09/2022 15:33:48
[Candida] auris ASM301371v2 ASM1677221v1 3.0 08/10/2022 10:49:32
[Candida] auris ASM301371v2 ASM1680950v1 3.0 08/10/2022 10:49:32
[Candida] auris ASM1677221v1 ASM1680950v1 3.0 08/10/2022 10:49:39
[Candida] auris ASM1677215v1 ASM1680950v1 3.0 08/10/2022 10:49:45
[Candida] auris ASM1677213v1 ASM1677221v1 3.0 08/10/2022 10:50:20
[Candida] auris ASM1677215v1 ASM1677221v1 3.0 08/10/2022 10:50:23
[Candida] auris ASM1677213v1 ASM1677215v1 3.0 08/10/2022 10:50:29
[Candida] auris ASM301371v2 ASM1677215v1 3.0 08/10/2022 10:51:26
[Candida] auris ASM301371v2 ASM1677213v1 3.0 08/10/2022 10:52:25
[Candida] auris ASM1677213v1 ASM1680950v1 3.0 08/10/2022 10:52:26
Charadrius vociferus ASM70802v1 ASM70802v2 2.1 02/14/2018 17:11:05
Aspergillus flavus ASM1289687v1 ASM18445v3 3.0 07/15/2022 11:17:48
Aspergillus flavus ASM1411748v1 ASM18445v3 3.0 07/15/2022 11:18:14
Aspergillus flavus ASM1289670v1 ASM18445v3 3.0 07/15/2022 11:18:48
Aspergillus oryzae ASM1340704v2 ASM18445v3 2.4 11/29/2021 10:55:30
Nannizzia gypsea CBS 118893 MS_CBS118893 MS_CBS118893 1.7 10/04/2016 09:21:22
Saccharomyces cerevisiae S288C SacCer_May2010 R64 1.7 10/10/2014 22:38:56
Gerris buenoi Gbue_1.0 Gbue_2.0 2.1 02/28/2018 01:12:55
Vulpes ferrilata ASM2450048v1 ROS_Cfam_1.0 3.1 12/09/2022 13:59:15
Mus musculus molossinus JF1_MsJ_v2 GRCm39 3.0 04/07/2022 06:51:43
Trifolium pratense Trpr ARS_RC_1.1 2.4 02/23/2022 11:07:58
Saccharomyces cerevisiae W303 ASM29281v1 R64 1.7 10/11/2014 13:36:20
Plasmodium reichenowi PREICH001 ASM160185v1 1.8 02/03/2017 14:41:50
Theileria annulata ASM322v1 ASM322v1 1.7 07/29/2016 21:36:49
Pipistrellus pipistrellus mPipPip1.1 mRhiFer1_v1.p 1.04.03 02/17/2023 02:36:00
Taeniopygia guttata bTaeGut2.pat.W.v2 bTaeGut1.4.pri 3.0 04/05/2022 23:34:02
Taeniopygia guttata bTaeGut1_v1.p bTaeGut1.4.pri 3.0 04/06/2022 00:10:02
Taeniopygia guttata Taeniopygia_guttata-3.2.4 bTaeGut1.4.pri 3.0 04/06/2022 02:04:44
Taeniopygia guttata Taeniopygia_guttata-3.2.4 bTaeGut1_v1.p 2.2 08/02/2019 12:22:54
Ficedula albicollis FicAlb_1.4 FicAlb1.5 2.1 02/15/2018 13:52:18
Hydra vulgaris h7 Hydra_RP_1.0 1.7 10/03/2014 22:23:24
Felis chaus FelChav1.0 F.catus_Fca126_mat1.0 3.1 12/09/2022 18:14:04
Lynx canadensis mLynCan4.pri.v2 F.catus_Fca126_mat1.0 3.1 12/09/2022 23:09:38
Prionailurus viverrinus UM_Priviv_1.0 F.catus_Fca126_mat1.0 3.1 12/09/2022 22:27:23
Rhinopithecus roxellana Rrox_v1 ASM756505v1 2.2 09/12/2019 21:33:51
Nomascus leucogenys Nleu1.0 Nleu_3.0 2.1 01/02/2018 16:27:32
Caenorhabditis briggsae CB4 ASM455v1 2.1 02/15/2018 10:39:47
Caenorhabditis elegans WBcel215 WBcel235 3.0 06/06/2022 20:32:28
Caenorhabditis elegans WS195 WBcel235 3.0 06/06/2022 20:32:53
Caenorhabditis elegans WS190 WBcel235 3.0 06/06/2022 20:33:41
Caenorhabditis elegans WS195 WBcel215 1.7 09/23/2014 05:42:56
Caenorhabditis elegans WS190 WBcel215 1.7 09/23/2014 05:43:17
Brugia malayi ASM299v2 B_malayi-3.0 2.1 10/31/2018 11:06:11
Trichinella spiralis ASM18179v1 Trichinella spiralis-3.7.1 2.1 02/15/2018 12:14:13
Trichinella spiralis T1_ISS3_r1.0 Trichinella spiralis-3.7.1 2.1 02/15/2018 12:17:07
Podarcis muralis PodMur_1.0 bGalGal1.mat.broiler.GRCg7b 1.04.03 02/23/2023 15:37:11
Podarcis muralis PodMur_1.0 UTA_CroVir_3.0 1.04.03 02/23/2023 21:37:27
Aplysia californica Aplcal2.0 AplCal3.0 2.1 02/14/2018 13:39:02
Crassostrea virginica C_virginica_1.0 C_virginica-3.0 2.1 12/18/2017 12:11:39
Crassostrea virginica C_virginica-2.0 C_virginica-3.0 2.1 12/18/2017 13:05:44
Mizuhopecten yessoensis ASM211388v1 ASM211388v2 2.1 02/14/2018 21:19:49
Penaeus monodon NIGEL_Penmon_1.0 NSTDA_Pmon_1 2.4 02/05/2022 00:08:26
Microplitis demolitor Mdem1 Mdem2 2.1 01/02/2018 15:52:30
Blattella germanica Bger_1.0 Bger_2.0 2.1 02/28/2018 00:30:53
Acyrthosiphon pisum Acyr_1.0 Acyr_2.0 2.1 01/02/2018 16:14:08
Tribolium castaneum Tcas_3.0 Tcas5.2 2.1 01/02/2018 15:25:00
Tribolium confusum Tcon_1.0 Tcas5.2 1.04.03 02/27/2023 15:02:42
Tribolium freemani Tfree1.0 Tcas5.2 3.1 02/27/2023 14:10:16
Acropora digitifera Adig_1.0 Adig_1.1 2.1 02/14/2018 15:33:39
Manduca sexta Msex_1.0 JHU_Msex_v1.0 2.4 06/21/2021 09:15:19
Manduca sexta Msex_1.0 JHU_Msex_v1.0 2.3 11/06/2020 17:08:45
Aedes aegypti AaegL3 AaegL5.0 2.1 09/20/2017 13:11:50
Aedes aegypti AaegL5.0 AaegL5.0 2.1 12/20/2017 17:17:41
Aedes albopictus A.albopictus_v1.1 Aalbo_primary.1 2.4 02/12/2021 16:27:57
Aedes albopictus A.albopictus_v1.0 Aalbo_primary.1 2.4 02/24/2021 08:26:48
Aedes albopictus canu_80X_arrow2 canu_80X_arrow2.2 2.1 01/03/2018 13:14:56
Culex quinquefasciatus CulPip1.0 VPISU_Cqui_1.0_pri_paternal 2.4 12/21/2020 09:29:47
Ceratitis capitata Ccap_1.1 Ccap_2.1 2.1 12/13/2017 15:47:57
Ceratitis capitata Ccap_1.0 Ccap_2.1 2.1 01/03/2018 12:29:15
Drosophila ananassae dana_caf1 DanaRS2.1 2.3 02/11/2020 16:53:33
Drosophila erecta dere_caf1 DereRS2 2.1 10/31/2018 10:26:38
Drosophila mauritiana ASM438214v1 Release 6 plus ISO1 MT 3.0 05/19/2022 17:42:21
Drosophila melanogaster ASM340197v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:48:16
Drosophila melanogaster ASM340200v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:48:18
Drosophila melanogaster ASM340192v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:48:47
Drosophila melanogaster ASM340179v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:49:07
Drosophila melanogaster ASM339711v2 Release 6 plus ISO1 MT 2.4 10/01/2021 23:49:41
Drosophila melanogaster ASM340185v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:49:54
Drosophila melanogaster ASM340188v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:50:53
Drosophila melanogaster ASM340174v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:51:12
Drosophila melanogaster ASM340191v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:52:02
Drosophila melanogaster ASM340180v1 Release 6 plus ISO1 MT 2.4 10/01/2021 23:56:24
Drosophila melanogaster ASM340201v1 Release 6 plus ISO1 MT 2.4 10/02/2021 00:16:57
Drosophila melanogaster ASM340168v1 Release 6 plus ISO1 MT 2.4 10/02/2021 00:19:12
Drosophila melanogaster ASM479807v2 Release 6 plus ISO1 MT 2.4 10/02/2021 00:21:46
Drosophila melanogaster ASM340205v1 Release 6 plus ISO1 MT 2.4 10/02/2021 00:24:36
Drosophila melanogaster DGRP379 Release 6 plus ISO1 MT 2.4 10/02/2021 00:27:16
Drosophila melanogaster ASM340173v1 Release 6 plus ISO1 MT 2.4 10/02/2021 00:37:16
Drosophila melanogaster Release 6 plus MT Release 6 plus ISO1 MT 3.0 05/19/2022 12:39:47
Drosophila melanogaster Release 5 Release 6 plus ISO1 MT 3.0 05/19/2022 12:42:12
Drosophila melanogaster Release 5 Release 6 plus ISO1 MT 3.0 05/19/2022 12:50:45
Drosophila melanogaster Release 5 Release 6 plus MT 1.7 09/20/2014 13:58:34
Drosophila melanogaster Release 4 Release 6 plus ISO1 MT 1.7 03/04/2015 18:44:57
Drosophila melanogaster UCSC_dm_H3 Release 6 plus ISO1 MT 2.3 04/23/2020 17:29:42
Drosophila melanogaster ASM231077v1 Release 6 plus ISO1 MT 2.3 04/23/2020 18:17:41
Drosophila melanogaster ASM231075v1 Release 6 plus ISO1 MT 2.3 04/23/2020 18:17:47
Drosophila melanogaster CA 8.1 PBcR Release 6 plus ISO1 MT 2.3 04/23/2020 18:21:56
Drosophila melanogaster Dmel_A4_1.0 Release 6 plus ISO1 MT 2.3 04/23/2020 18:29:20
Drosophila melanogaster D. melanogaster TruSeq synthetic long-read assembly Release 6 plus ISO1 MT 2.3 04/23/2020 18:30:03
Drosophila melanogaster CA 8.2 MHAP Release 6 plus ISO1 MT 2.3 04/23/2020 18:36:29
Drosophila miranda D.miranda_PacBio2.1 UCI_Dpse_MV25 3.0 07/22/2022 21:28:08
Drosophila miranda DroMir_1.0 DroMir_2.2 2.1 02/15/2018 12:13:21
Drosophila persimilis dper_caf1 DperRS2 2.1 11/01/2018 15:28:11
Drosophila persimilis DperRS2 UCI_Dpse_MV25 2.3 04/27/2020 21:52:40
Drosophila pseudoobscura UCBerk_Dpse_1.0 UCI_Dpse_MV25 2.3 04/27/2020 21:12:39
Drosophila pseudoobscura UCBerk_Dpse_1.0 Dpse_3.0 2.3 04/27/2020 21:53:29
Drosophila pseudoobscura UCBerk_Dpse_1.0 Dpse_4.0 2.3 04/28/2020 11:18:56
Drosophila sechellia dsec_caf1 ASM438219v1 2.3 03/02/2020 17:28:02
Drosophila simulans Prin_Dsim_3.1 Release 6 plus ISO1 MT 3.0 05/19/2022 16:59:09
Drosophila simulans dsim_caf1 ASM75419v2 1.7 09/24/2014 15:21:06
Drosophila simulans ASM75419v2 Release 6 plus ISO1 MT 2.3 04/27/2020 21:23:38
Drosophila virilis dvir_caf1 DvirRS2 2.3 02/04/2020 15:54:05
Drosophila virilis ASM798932v2 DvirRS2 2.3 04/27/2020 20:53:40
Drosophila yakuba Prin_Dyak_Tai18E2_2.1 Release 6 plus ISO1 MT 3.0 05/19/2022 12:40:21
Lucilia cuprina Lcup_1.0 Lcup_2.0 2.1 02/15/2018 12:22:41
Nasonia vitripennis Nvit_2.0 Nvit_2.1 3.0 05/05/2022 16:55:38
Nasonia vitripennis Nvit_2.1 Nvit_psr_1.1 3.0 05/05/2022 20:48:31
Nasonia vitripennis Nvit_2.0 Nvit_psr_1.1 3.0 05/05/2022 21:48:24
Nasonia vitripennis Nvit_psr_1 Nvit_psr_1.1 3.0 05/10/2022 08:38:43
Nasonia vitripennis Nvit_1.0 Nvit_2.1 2.1 01/03/2018 12:36:59
Nasonia giraulti Ngir_1.0 Nvit_2.1 1.7 09/23/2014 06:36:45
Nasonia longicornis Nlon_1.0 Nvit_2.1 1.7 09/23/2014 06:32:52
Apis mellifera Amel_4.0 Amel_HAv3.1 3.0 05/05/2022 17:32:43
Apis mellifera Amel_4.5 Amel_HAv3.1 3.0 05/05/2022 17:42:06
Apis mellifera Amel_2.0 Amel_HAv3.1 3.0 05/05/2022 18:08:04
Apis mellifera Amel_4.0 Amel_HAv3.1 3.0 05/05/2022 18:21:41
Apis mellifera Amel_4.0 Amel_4.5 3.0 05/10/2022 09:02:20
Apis mellifera Amel_2.0 Amel_4.5 3.0 05/10/2022 09:11:13
Trichogramma pretiosum Tpre_1.0 Tpre_2.0 2.1 07/19/2018 21:21:16
Oncorhynchus tshawytscha CHI06 Otsh_v1.0 2.1 05/22/2018 05:40:38
Oncopeltus fasciatus Ofas_1.0 Ofas_2.0 2.1 07/03/2018 14:08:58
Leptinotarsa decemlineata Ldec_1.5 Ldec_2.0 2.1 02/12/2018 20:04:33
Lingula anatina LinAna1.0 LinAna2.0 2.1 10/05/2018 07:05:16
Strongylocentrotus purpuratus Spur_v2.1 Spur_4.2 2.1 12/29/2017 19:33:35
Strongylocentrotus purpuratus Spur_3.1 Spur_4.2 2.1 12/29/2017 19:40:34
Strongylocentrotus purpuratus Spur_4.2 Spur_5.0 2.2 09/17/2019 21:43:24
Strongylocentrotus purpuratus Spur_3.1 Spur_5.0 2.2 11/25/2019 20:01:30
Ciona intestinalis KH KH 1.7 10/18/2014 05:40:24
Ciona intestinalis KH KH 3.0 05/05/2022 08:16:21
Ciona intestinalis KH KH 3.0 05/05/2022 08:23:59
Ciona intestinalis v1.0 KH 1.7 10/03/2014 21:03:35
Ciona intestinalis v1.0 KH 1.7 11/02/2014 10:24:19
Callorhinchus milii ASM16504v1 Callorhinchus_milii-6.1.3 2.1 02/14/2018 19:55:08
Clupea harengus ASM96633v1 Ch_v2.0.2 2.2 11/05/2019 21:34:16
Danio rerio ASM1840007v1 GRCz11 2.4 06/11/2021 17:54:30
Danio rerio GRCz10 GRCz11 3.0 04/01/2022 16:15:38
Danio rerio Zv9 GRCz11 3.0 04/01/2022 16:23:42
Danio rerio Zv7 GRCz11 3.0 04/01/2022 16:53:22
Danio rerio Zv8 GRCz11 3.0 04/01/2022 16:58:09
Danio rerio WGS31 GRCz11 2.3 10/23/2020 15:00:27
Danio rerio fDreTuH1.2 GRCz11 2.3 10/23/2020 15:00:46
Danio rerio Zebrafish Genome Assembly WGS32 GRCz11 2.3 10/23/2020 15:02:24
Danio rerio ASM869237v1 GRCz11 2.3 10/23/2020 15:04:14
Danio rerio fDreABH1.1 GRCz11 2.3 10/23/2020 15:54:40
Danio rerio fDreABz2.1 GRCz11 2.3 10/23/2020 17:50:31
Danio rerio fDreCBz1.1 GRCz11 2.3 10/23/2020 17:59:40
Danio rerio fDreNAz1.1 GRCz11 2.3 10/23/2020 18:05:20
Danio rerio GRCz11 GRCh38.p14 1.04.03 03/03/2023 06:32:20
Danio rerio GRCz11 GRCm39 1.04.03 03/03/2023 06:42:23
Danio rerio GRCz11 AstMex3_surface 1.04.03 03/15/2023 17:32:34
Ctenopharyngodon idella HZGC01 GRCz11 1.04.03 03/11/2023 20:10:28
Cyprinus carpio common carp genome common carp genome 2.1 02/15/2018 15:02:35
Cimex lectularius Clec_1.0 Clec_2.1 2.1 02/21/2018 15:06:25
Astyanax mexicanus Astyanax_mexicanus-1.0.2 Astyanax_mexicanus-2.0 2.1 09/27/2017 17:56:14
Esox lucius EsoLuc1.0 fEsoLuc1.pri 3.0 05/05/2022 21:25:12
Esox lucius Eluc_V3 fEsoLuc1.pri 3.0 05/05/2022 23:43:29
Esox lucius Eluc_v4 fEsoLuc1.pri 3.0 05/06/2022 00:43:29
Esox lucius ASM72191v2 fEsoLuc1.pri 3.0 05/06/2022 02:26:34
Esox lucius EsoLuc1.0 Eluc_V3 2.1 01/03/2018 13:26:31
Esox lucius ASM72191v2 Eluc_V3 2.1 01/03/2018 13:27:38
Oncorhynchus mykiss Omyk_1.0 USDA_OmykA_1.1 3.0 05/06/2022 14:37:25
Salmo salar ICSASG_v2 Ssal_v3.1 3.0 06/05/2022 16:16:46
Salmo salar USDA_NASsal_1.1 Ssal_v3.1 3.0 10/03/2022 04:18:59
Salmo salar USDA_NASsal_1.1 ICSASG_v2 3.0 10/03/2022 22:10:54
Salmo salar Ssal_Brian_v1.0 Ssal_v3.1 3.0 10/15/2022 03:32:14
Salmo salar ICSASG_v1 ICSASG_v2 2.1 02/16/2018 00:37:20
Salvelinus alpinus ASM291031v1 ASM291031v2 2.1 10/05/2018 07:24:59
Xiphophorus maculatus Xiphophorus_maculatus-4.4.2 X_maculatus-5.0-male 2.1 12/11/2017 15:09:12
Oryzias latipes ASM31367v1 ASM223467v1 3.0 05/05/2022 23:59:54
Oryzias latipes ASM223467v1 ASM31367v1 2.1 02/15/2018 15:09:09
Oryzias latipes ASM223471v1 ASM31367v1 2.1 02/15/2018 16:20:43
Oryzias latipes ASM223469v1 ASM31367v1 2.1 02/15/2018 17:26:14
Oreochromis niloticus ASM185804v2 O_niloticus_UMD_NMBU 3.0 05/05/2022 21:55:08
Oreochromis niloticus Orenil1.0 O_niloticus_UMD_NMBU 3.0 05/05/2022 21:57:53
Oreochromis niloticus Orenil1.1 O_niloticus_UMD_NMBU 3.0 05/05/2022 22:40:55
Oreochromis niloticus Orenil1.0 Orenil1.1 2.1 01/03/2018 13:13:45
Oreochromis niloticus ASM185804v2 Orenil1.1 2.1 01/03/2018 14:04:20
Hylobates moloch HMol_V3 HMol_V2 2.4 12/10/2021 13:48:16
Hylobates moloch HMol HMol_V2 2.3 03/05/2020 17:02:03
Xenopus laevis Xenopus_laevis_v2 Xenopus_laevis_v10.1 3.0 05/05/2022 20:31:19
Xenopus tropicalis Xtropicalis_v7 Xenopus_tropicalis_v9.1 2.1 01/03/2018 14:25:20
Xenopus tropicalis v4.2 Xenopus_tropicalis_v9.1 2.1 01/03/2018 15:28:14
Bufo bufo aBufBuf1.1 UCB_Xtro_10.0 1.04.03 02/22/2023 20:06:12
Chelonia mydas rCheMyd1.pri rCheMyd1.pri.v2 2.4 09/03/2021 21:01:58
Chrysemys picta bellii Chrysemys_picta_bellii-3.0.1 Chrysemys_picta_bellii-3.0.3 1.7 09/23/2014 20:23:36
Alligator mississippiensis ASM28112v3 ASM28112v4 2.1 01/03/2018 13:28:35
Alligator mississippiensis allMis0.2 ASM28112v4 2.1 01/03/2018 13:41:33
Sceloporus undulatus SceUnd_v1.1 Nana_v5 1.04.03 02/23/2023 22:10:45
Sceloporus undulatus SceUnd_v1.1 PodMur_1.0 1.04.03 02/25/2023 11:15:44
Crotalus viridis viridis UTA_CroVir_3.0 bGalGal1.mat.broiler.GRCg7b 1.04.03 03/05/2023 22:41:33
Eurytemora affinis Eaff_1.0 Eaff_2.0 2.1 02/14/2018 15:46:01
Columba livia colLiv2 Cliv_1.0 2.4 12/23/2021 16:18:35
Columba livia colLiv2 Cliv_2.1 2.4 12/28/2021 08:50:54
Gallus gallus Gallus_gallus-4.0 bGalGal1.mat.broiler.GRCg7b 3.0 04/04/2022 16:15:18
Gallus gallus Gallus_gallus-4.0 bGalGal1.pat.whiteleghornlayer.GRCg7w_WZ 3.0 04/04/2022 16:20:44
Gallus gallus Gallus_gallus-2.1 bGalGal1.mat.broiler.GRCg7b 3.0 04/04/2022 16:25:51
Gallus gallus Gallus_gallus-2.1 bGalGal1.pat.whiteleghornlayer.GRCg7w_WZ 3.0 04/04/2022 16:58:47
Gallus gallus bGalGal1.pat.whiteleghornlayer.GRCg7w_WZ bGalGal1.mat.broiler.GRCg7b 3.0 04/04/2022 17:05:08
Gallus gallus GRCg6a bGalGal1.pat.whiteleghornlayer.GRCg7w_WZ 3.0 04/04/2022 18:04:39
Gallus gallus GRCg6a bGalGal1.mat.broiler.GRCg7b 3.0 04/04/2022 18:06:20
Gallus gallus Gallus_gallus-5.0 bGalGal1.mat.broiler.GRCg7b 3.0 04/04/2022 20:14:22
Gallus gallus Gallus_gallus-5.0 bGalGal1.pat.whiteleghornlayer.GRCg7w_WZ 3.0 04/04/2022 21:50:19
Gallus gallus Gallus_gallus-2.1 GRCg6a 3.0 05/05/2022 12:13:28
Gallus gallus Gallus_gallus-4.0 GRCg6a 3.0 05/05/2022 12:28:26
Gallus gallus Gallus_gallus-5.0 GRCg6a 3.0 05/10/2022 14:21:31
Gallus gallus Gallus_gallus-4.0 Gallus_gallus-5.0 3.0 05/18/2022 10:39:35
Gallus gallus Gallus_gallus-2.1 Gallus_gallus-5.0 3.0 05/18/2022 10:54:50
Cicer reticulatum ASM368901v2 ASM33114v1 3.1 03/02/2023 13:21:03
Meleagris gallopavo Turkey_5.0 Turkey_5.1 3.0 05/05/2022 23:51:29
Meleagris gallopavo Turkey_2.01 Turkey_5.1 3.0 05/06/2022 00:22:23
Meleagris gallopavo Turkey_2.01 Turkey_5.0 3.0 05/10/2022 11:37:50
Parus major Parus_major1.0.3 Parus_major1.1 2.1 01/03/2018 13:18:58
Calypte anna ASM69908v1 bCalAnn1_v1.p 2.2 08/04/2019 17:43:13
Ornithorhynchus anatinus mOrnAna1.p.v1 mOrnAna1.pri.v4 3.0 04/07/2022 15:47:53
Ornithorhynchus anatinus Ornithorhynchus_anatinus-5.0.1 mOrnAna1.pri.v4 3.0 04/07/2022 21:31:23
Ornithorhynchus anatinus ASM296699v1 mOrnAna1.pri.v4 3.0 07/07/2022 08:15:23
Ornithorhynchus anatinus Ornithorhynchus_anatinus-5.0.1 mOrnAna1.p.v1 2.2 04/22/2019 17:38:52
Corvus cornix cornix Hooded_Crow_genome ASM73873v2 2.1 01/02/2018 13:52:41
Sphaerodactylus townsendi MPM_Stown_v2.3 PodMur_1.0 1.04.03 02/23/2023 17:55:01
Sphaerodactylus townsendi MPM_Stown_v2.3 SceUnd_v1.1 1.04.03 02/24/2023 09:40:32
Sphaerodactylus townsendi MPM_Stown_v2.3 Nana_v5 1.04.03 03/06/2023 01:43:53
Dasypus novemcinctus Dasnov2.0 Dasnov3.0 2.1 02/15/2018 01:22:43
Lemur catta mLemCat1.pri GRCh38.p14 1.04.03 02/22/2023 19:32:21
Nycticebus coucang mNycCou1.pri GRCh38.p14 1.04.03 02/22/2023 23:47:03
Carlito syrichta Tarsyr1.0 Tarsius_syrichta-2.0.1 2.1 02/15/2018 04:32:24
Tinamus guttatus ASM70537v1 ASM70537v2 2.1 02/14/2018 18:22:30
Callithrix jacchus Callithrix jacchus-3.2 Callithrix_jacchus_cj1700_1.1 3.0 04/07/2022 19:03:31
Callithrix jacchus Callithrix_jacchus_cj1700_1.1 GRCh38.p14 3.1 02/08/2023 07:33:22
Macaca fascicularis CE_1.0 Macaca_fascicularis_5.0 1.7 10/18/2014 03:27:43
Macaca fascicularis MacFas_Jun2011 Macaca_fascicularis_5.0 1.7 10/18/2014 23:24:51
Macaca fascicularis Macaca_fascicularis_5.0 MFA1912RKSv2 3.0 08/26/2022 19:06:45
Macaca fascicularis Macaca_fascicularis_6.0 MFA1912RKSv2 3.0 08/26/2022 20:21:49
Macaca fascicularis Macaca_fascicularis_5.0 Macaca_fascicularis_6.0 3.0 08/26/2022 20:23:10
Macaca mulatta Mmul_051212 Mmul_10 3.0 05/06/2022 04:15:43
Macaca mulatta Mmul_8.0.1 Mmul_10 3.0 05/06/2022 11:58:11
Macaca mulatta Mmul_10 GRCh38.p14 3.1 02/07/2023 20:10:06
Macaca mulatta Mmul_10 GRCm39 1.04.03 02/09/2023 21:44:08
Macaca mulatta Mmul_8.0 Mmul_8.0.1 2.1 01/19/2018 02:45:15
Macaca mulatta MacaM_Assembly_v7 Mmul_8.0.1 2.1 01/19/2018 02:50:26
Macaca mulatta Mmul_051212 Mmul_8.0.1 2.1 01/19/2018 03:02:23
Macaca mulatta CR_1.0 Mmul_8.0.1 2.1 01/19/2018 10:35:19
Papio anubis Panu_2.0 Panu_3.0 3.0 05/10/2022 11:52:03
Papio anubis Panu_3.0 Panubis1.0 3.0 05/10/2022 12:41:55
Papio anubis Panu_2.0 Panubis1.0 3.0 05/10/2022 16:08:16
Gorilla gorilla gorilla gorGor4 Kamilah_GGO_v0 3.0 05/06/2022 13:01:06
Gorilla gorilla gorilla gorGor3.1 Kamilah_GGO_v0 3.0 05/09/2022 14:15:02
Gorilla gorilla gorilla Kamilah_GGO_v0 GRCh38.p14 3.1 02/07/2023 02:40:58
Pan paniscus panpan1 panpan1.1 2.1 01/03/2018 15:07:57
Pan troglodytes Pan_tro 3.0 Clint_PTRv2 3.0 04/07/2022 22:13:01
Pan troglodytes Pan_troglodytes-2.1.4 Clint_PTRv2 3.0 04/08/2022 08:09:38
Pan troglodytes Pan_troglodytes-2.1.4 Pan_tro 3.0 3.0 05/10/2022 12:16:58
Pan troglodytes Pan_troglodytes-2.1 Clint_PTRv2 3.0 05/10/2022 12:42:15
Pan troglodytes Pan_troglodytes-2.1 Pan_tro 3.0 3.0 05/10/2022 14:39:08
Pan troglodytes Clint_PTRv2 GRCh38.p14 3.1 02/03/2023 17:24:11
Pan troglodytes Clint_PTRv2 GRCm39 1.04.03 02/09/2023 21:58:53
Pan troglodytes Pan_troglodytes-2.1.3 Pan_tro 3.0 2.1 12/20/2017 17:24:18
Pan troglodytes Pan_troglodytes-2.1.3 Clint_PTRv2 2.1 12/10/2018 14:48:08
Pongo abelii Susie_PABv2 GRCh38.p14 3.1 02/07/2023 03:53:56
Homo sapiens GRCh38.p13 T2T-CHM13v1.1 2.4 09/13/2021 11:58:16
Homo sapiens NA12878_prelim_1.0 GRCh38 1.8 04/06/2017 16:30:56
Homo sapiens NCBI36 GRCh38 2.1 10/12/2017 11:31:32
Homo sapiens NCBI34 GRCh38 2.1 10/12/2017 11:37:07
Homo sapiens GRCh37 GRCh38 2.1 10/12/2017 11:47:10
Homo sapiens NCBI35 GRCh38 2.1 10/12/2017 11:57:36
Homo sapiens NCBI33 GRCh38 2.1 10/12/2017 12:26:39
Homo sapiens GRCh38.p9 GRCh38.p14 3.0 04/18/2022 18:31:31
Homo sapiens GRCh38.p11 GRCh38.p14 3.0 04/18/2022 18:31:54
Homo sapiens GRCh38.p10 GRCh38.p14 3.0 04/18/2022 18:32:22
Homo sapiens GRCh38.p13 GRCh38.p14 3.0 04/18/2022 18:32:24
Homo sapiens GRCh38.p8 GRCh38.p14 3.0 04/18/2022 18:34:16
Homo sapiens GRCh38.p12 GRCh38.p14 3.0 04/18/2022 18:46:07
Homo sapiens GRCh38.p4 GRCh38.p14 3.0 04/18/2022 19:10:44
Homo sapiens GRCh38.p1 GRCh38.p14 3.0 04/18/2022 19:13:57
Homo sapiens GRCh38.p2 GRCh38.p14 3.0 04/18/2022 19:15:23
Homo sapiens GRCh38 GRCh38.p14 3.0 04/18/2022 19:15:39
Homo sapiens GRCh38.p3 GRCh38.p14 3.0 04/18/2022 19:19:23
Homo sapiens GRCh38.p7 GRCh38.p14 3.0 04/18/2022 19:19:43
Homo sapiens GRCh37 GRCh38.p14 3.0 04/18/2022 19:24:32
Homo sapiens NCBI34 GRCh38.p14 3.0 04/18/2022 19:25:41
Homo sapiens NCBI35 GRCh38.p14 3.0 04/18/2022 19:35:01
Homo sapiens GRCh37.p13 GRCh38.p14 3.0 04/18/2022 19:35:26
Homo sapiens GRCh38.p6 GRCh38.p14 3.0 04/18/2022 19:37:51
Homo sapiens NCBI36 GRCh38.p14 3.0 04/18/2022 19:38:37
Homo sapiens GRCh38.p5 GRCh38.p14 3.0 04/18/2022 20:26:46
Homo sapiens NCBI33 GRCh38.p14 3.0 04/18/2022 21:52:58
Homo sapiens ASM2283312v2 GRCh38.p14 3.0 04/19/2022 18:54:33
Homo sapiens WGA GRCh38.p14 3.0 04/19/2022 19:17:42
Homo sapiens NA12878_prelim_3.0 GRCh38.p14 3.0 04/19/2022 19:27:40
Homo sapiens HG00514_prelim_3.0 GRCh38.p14 3.0 04/20/2022 09:07:10
Homo sapiens NA19240_prelim_3.0 GRCh38.p14 3.0 04/20/2022 09:07:17
Homo sapiens mHomSap3.mat GRCh38.p14 3.0 04/20/2022 09:07:17
Homo sapiens ASM1490585v1 GRCh38.p14 3.0 04/20/2022 09:07:43
Homo sapiens KOREF_S1v2.1 GRCh38.p14 3.0 04/20/2022 09:07:43
Homo sapiens HC1-N GRCh38.p14 3.0 04/20/2022 09:07:47
Homo sapiens mHomSap3.pat GRCh38.p14 3.0 04/20/2022 09:07:54
Homo sapiens T2T-CHM13v0.7 GRCh38.p14 3.0 04/20/2022 09:08:00
Homo sapiens Ash1.7 GRCh38.p14 3.0 04/20/2022 09:08:07
Homo sapiens PGP1v1 GRCh38.p14 3.0 04/20/2022 09:08:14
Homo sapiens HG002.pat.cur.20211005 GRCh38.p14 3.0 04/23/2022 18:41:52
Homo sapiens HG00733_Phased_Diploid GRCh38.p14 3.0 04/23/2022 18:45:00
Homo sapiens T2T-CHM13v1.0 GRCh38.p14 3.0 04/23/2022 18:49:17
Homo sapiens T2T-CHM13v1.1 GRCh38.p14 3.0 04/23/2022 18:49:17
Homo sapiens Primary Assembly Primary Assembly 2.1 11/29/2017 11:27:17
Homo sapiens hg01243.v3.0 GRCh38.p14 3.0 04/28/2022 02:56:32
Homo sapiens CHM1_1.1 GRCh38.p14 3.0 04/28/2022 04:15:02
Homo sapiens HG002.mat.cur.20211005 GRCh38.p14 3.0 04/28/2022 04:17:39
Homo sapiens CHM1_1.0 GRCh38.p14 3.0 04/28/2022 13:23:43
Homo sapiens KOREF1.0 GRCh38.p14 3.0 04/28/2022 13:26:19
Homo sapiens CSA GRCh38.p14 3.0 04/28/2022 13:29:13
Homo sapiens WGSA GRCh38.p14 3.0 04/28/2022 13:31:01
Homo sapiens HuRef diploid GRCh38.p14 3.0 04/28/2022 13:48:47
Homo sapiens Hs_NA19240-1.0 GRCh38.p14 3.0 04/28/2022 17:00:45
Homo sapiens HS1011_v1 GRCh38.p14 3.0 04/28/2022 17:01:59
Homo sapiens HuRef GRCh38.p14 3.0 04/28/2022 17:11:38
Homo sapiens HuRef GRCh38.p14 3.0 04/28/2022 19:30:54
Homo sapiens HS1011_v1.1 GRCh38.p14 3.0 04/28/2022 19:35:44
Homo sapiens HuRefPrime GRCh38.p14 3.0 04/28/2022 20:18:03
Homo sapiens NCBI33 GRCh37.p13 3.0 05/11/2022 20:28:33
Homo sapiens NCBI34 GRCh37.p13 3.0 05/11/2022 21:24:44
Homo sapiens NCBI35 GRCh37.p13 3.0 05/11/2022 21:33:12
Homo sapiens CHM1_1.0 GRCh37.p13 3.0 05/11/2022 21:36:48
Homo sapiens CHM1_1.1 GRCh37.p13 3.0 05/11/2022 21:59:08
Homo sapiens NCBI36 GRCh37.p13 3.0 05/11/2022 22:30:49
Homo sapiens T2T-CHM13v2.0 GRCh37.p13 3.0 05/14/2022 12:01:00
Homo sapiens Hs_Celera GRCh37.p13 3.0 05/14/2022 13:07:37
Homo sapiens HuRef GRCh37.p13 3.0 05/14/2022 13:31:54
Homo sapiens Primary Assembly Primary Assembly 3.0 05/26/2022 10:47:09
Homo sapiens hs38d1 GRCh38.p14 3.0 07/28/2022 22:47:12
Homo sapiens hs38d1 T2T-CHM13v2.0 3.0 09/20/2022 06:05:35
Homo sapiens T2T-CHM13v2.0 GRCh38.p14 1.5.1 09/27/2022 17:30:47
Homo sapiens CRA_TCAGchr7v2 GRCh38 1.7 09/20/2014 14:40:01
Homo sapiens GRCh37.p2 GRCh38 1.7 09/20/2014 15:33:05
Homo sapiens GRCh37.p11 GRCh38 1.7 09/20/2014 15:34:07
Homo sapiens GRCh37.p10 GRCh38 1.7 09/20/2014 15:34:42
Homo sapiens GRCh37.p13 GRCh38 1.7 09/20/2014 15:35:18
Homo sapiens GRCh37.p12 GRCh38 1.7 09/20/2014 15:35:24
Homo sapiens GRCh37.p5 GRCh38 1.7 09/20/2014 15:37:20
Homo sapiens GRCh37.p9 GRCh38 1.7 09/20/2014 15:41:29
Homo sapiens HuRef GRCh38 1.7 09/20/2014 16:15:10
Homo sapiens YH_2.0 GRCh38 1.7 09/20/2014 16:16:31
Homo sapiens CHM1_1.0 GRCh38 1.7 09/20/2014 16:17:59
Homo sapiens NCBI34 NCBI36 1.7 09/23/2014 08:54:02
Homo sapiens CHM1_1.0 CHM1_1.1 1.7 09/23/2014 11:13:15
Homo sapiens YH_2.0 GRCh37.p13 1.7 09/23/2014 11:36:12
Homo sapiens HuRefPrime HuRef 1.7 09/23/2014 19:27:09
Homo sapiens NCBI33 NCBI35 1.7 09/23/2014 19:49:41
Homo sapiens NCBI34 NCBI35 1.7 09/23/2014 19:49:46
Homo sapiens NCBI35 NCBI36 1.7 09/23/2014 20:06:50
Homo sapiens NCBI33 NCBI36 1.7 09/23/2014 20:17:17
Homo sapiens GRCh37.p10 GRCh37.p13 1.7 09/23/2014 21:19:03
Homo sapiens CHM1_1.0 HuRef 1.7 09/23/2014 22:14:46
Homo sapiens CHM1_1.1 HuRef 1.7 09/23/2014 22:21:20
Homo sapiens NCBI34 NCBI34 1.7 09/24/2014 15:16:42
Homo sapiens NCBI33 NCBI34 1.7 09/24/2014 15:28:50
Homo sapiens CRA_TCAGchr7v2 NCBI34 1.7 10/03/2014 20:03:27
Homo sapiens CRA_TCAGchr7v2 GRCh37.p13 1.7 10/03/2014 20:45:43
Homo sapiens CRA_TCAGchr7v2 NCBI35 1.7 10/03/2014 20:46:11
Homo sapiens CRA_TCAGchr7v2 NCBI36 1.7 10/03/2014 21:02:31
Homo sapiens CRA_TCAGchr7v2 HuRef 1.7 10/03/2014 21:36:54
Homo sapiens CRA_TCAGchr7v2 CHM1_1.1 1.7 10/03/2014 21:43:23
Homo sapiens Hs_Celera GRCh38 1.7 10/03/2014 23:22:06
Homo sapiens CHM1_1.1 ASM77258v3 1.7 02/02/2015 17:21:51
Homo sapiens CHM13 CA Sensitive 2.5% Error GRCh38 1.7 06/13/2015 03:16:37
Homo sapiens GIAB Ashkenazim Mother HG004/NA24143/hu8E87A9 PacBio Assembly with PBcR GRCh37.p13 1.7 04/20/2016 00:42:02
Homo sapiens GIAB Ashkenazim Father HG003/NA24149/hu6E4515 PacBio Assembly with PBcR GRCh37.p13 1.7 04/20/2016 00:46:55
Homo sapiens GIAB Ashkenazim Son HG002/NA24385/huAA53E0 PacBio Assembly with PBcR GRCh37.p13 1.7 04/20/2016 01:38:31
Homo sapiens AK1_v2 GRCh37.p13 1.7 10/18/2016 12:35:44
Homo sapiens RP11_1.0_unmatched_regions GRCh38 2.1 01/09/2018 18:34:39
Homo sapiens hirise_NA12878_merac_L1_L2_50% GRCh38 2.1 01/09/2018 19:56:47
Homo sapiens NA12878_merac_PE_MP_Fos GRCh38 2.1 01/09/2018 20:19:54
Homo sapiens hirise_NA12878_merac_L1_L2_L3 GRCh38 2.1 01/09/2018 20:29:48
Homo sapiens hirise_NA12878_merac_L1_L2 GRCh38 2.1 01/09/2018 20:43:41
Homo sapiens HS1011_v1.1 GRCh38 2.1 01/09/2018 21:03:35
Homo sapiens GIAB Ashkenazim Mother HG004/NA24143/hu8E87A9 PacBio Assembly with PBcR GRCh38 2.1 01/09/2018 22:12:45
Homo sapiens hirise_NA12878_discovar_L1_L2 GRCh38 2.1 01/09/2018 22:29:10
Homo sapiens NA12878_prelim_2.1 GRCh38 2.1 01/09/2018 23:01:15
Homo sapiens NA19240_Illumina_1.0 GRCh38 2.1 01/09/2018 23:09:28
Homo sapiens NA12878_discovar GRCh38 2.1 01/09/2018 23:14:38
Homo sapiens HuRef GRCh38 2.1 01/10/2018 00:38:24
Homo sapiens HX1_1.1 GRCh38 2.1 01/10/2018 00:43:24
Homo sapiens NA19240_prelim_3.0 GRCh38 2.1 01/10/2018 00:51:08
Homo sapiens PacBioCHM1_r2_GenBank_08312015 GRCh38 2.1 01/10/2018 10:13:23
Homo sapiens PacBioCHM1_r1_02092014 GRCh38 2.1 01/10/2018 10:16:10
Homo sapiens 10x.supernova.msHG00512 GRCh38 2.1 01/10/2018 14:09:32
Homo sapiens 10x.supernova.msHG00733 GRCh38 2.1 01/10/2018 14:11:07
Homo sapiens AK1_MHC_Haplotigs_v1 GRCh38 2.1 01/10/2018 18:30:26
Homo sapiens 10x.supernova.msNA19238 GRCh38 2.1 01/10/2018 18:31:47
Homo sapiens AK1_Haplotigs_v1 GRCh38 2.1 01/10/2018 18:31:55
Homo sapiens 10x.supernova.msNA19240 GRCh38 2.1 01/10/2018 18:33:41
Homo sapiens 10x.supernova.msNA24385 GRCh38 2.1 01/10/2018 18:36:28
Homo sapiens AK1_v2 GRCh38 2.1 01/11/2018 06:06:27
Homo sapiens Nanopore-only assembly with Illumina polishing GRCh38 2.1 01/11/2018 06:14:19
Homo sapiens CA P5+P6 CHM1 Assembly Default 5% Error GRCh38 2.1 01/12/2018 08:02:54
Homo sapiens 10x.supernova.msHGP GRCh38 2.1 01/12/2018 14:58:25
Homo sapiens CA P5+P6 CHM1 Assembly Conservative 2.5% Error GRCh38 2.1 01/13/2018 03:00:19
Homo sapiens ASM185674v1 GRCh38 2.1 01/13/2018 03:01:59
Homo sapiens CA P5+P6 CHM1 Assembly Sensitive 5% Error GRCh38 2.1 01/13/2018 03:02:55
Homo sapiens ASM77258v3 GRCh38 2.1 01/13/2018 03:04:46
Homo sapiens CA P5+P6 CHM1 Assembly Sensitive No Breaking 2.5% Error GRCh38 2.1 01/13/2018 20:17:23
Homo sapiens CA P5+P6 CHM1 Assembly Sensitive No Breaking 5% Error GRCh38 2.1 01/13/2018 22:40:22
Homo sapiens CHM13 CA Conservative 2.5% Error GRCh38 2.1 01/14/2018 02:26:36
Homo sapiens CA P6 CHM1 Conservative 2.5% GRCh38 2.1 01/14/2018 02:26:47
Homo sapiens 10x.supernova.msNA12878 GRCh38 2.1 01/14/2018 02:34:19
Homo sapiens ASM101398v1 GRCh38 2.1 01/14/2018 02:40:33
Homo sapiens CA P5+P6 CHM1 Assembly Sensitive 2.5% Error GRCh38 2.1 01/14/2018 15:32:26
Homo sapiens CHM13 Draft Assembly GRCh38 2.1 01/15/2018 06:50:20
Homo sapiens CHM13 Default 5% Error GRCh38 2.1 01/15/2018 06:52:03
Homo sapiens CHM13 CA Sensitive 5% Error GRCh38 2.1 01/15/2018 06:52:21
Homo sapiens HG00733_prelim_1.0 GRCh38 2.1 01/15/2018 06:52:40
Homo sapiens HG00514_prelim_1.0 GRCh38 2.1 01/15/2018 06:53:05
Homo sapiens GIAB Ashkenazim Son HG002/NA24385/huAA53E0 PacBio Assembly with PBcR GRCh38 2.1 01/15/2018 06:53:44
Homo sapiens CHM13 CA Sensitive 2.5% Error GRCh38 2.1 01/15/2018 06:54:04
Homo sapiens GIAB Ashkenazim Father HG003/NA24149/hu6E4515 PacBio Assembly with PBcR GRCh38 2.1 01/15/2018 06:55:32
Homo sapiens HG01352_prelim_1.0 GRCh38 2.1 01/15/2018 21:44:04
Homo sapiens KOREF1.0 GRCh38 2.1 01/16/2018 03:48:15
Homo sapiens HsapALLPATHS1 GRCh38 2.1 01/16/2018 05:32:26
Homo sapiens CHM1_1.1 GRCh38 2.1 01/16/2018 21:08:36
Homo sapiens NA19434_prelim_1.0 GRCh38 2.1 01/26/2018 12:15:43
Homo sapiens CHM13_HSA_v1 GRCh38 2.1 03/27/2018 23:40:59
Homo sapiens GRCh37.p13 GRCh38.p12 2.1 03/28/2018 16:25:37
Homo sapiens HG02059_prelim_1.0 GRCh38 2.1 08/07/2018 09:31:28
Homo sapiens HG02818_prelim_1.0 GRCh38 2.1 09/28/2018 03:54:23
Homo sapiens PacBioCHM1_r2_GenBank_08152018 GRCh38 2.1 10/03/2018 09:40:28
Homo sapiens HG03807_prelim_1.0 GRCh38 2.1 10/10/2018 11:32:58
Homo sapiens NA12878_prelim_3.0 GRCh38 2.2 04/26/2019 18:23:23
Homo sapiens GRCh37.p13 GRCh38.p13 2.2 07/15/2019 09:20:16
Canis lupus mCanLor1.2 ROS_Cfam_1.0 3.1 12/09/2022 09:03:32
Canis lupus familiaris UMICH_Zoey_3.1 ROS_Cfam_1.0 3.0 04/05/2022 10:34:16
Canis lupus familiaris Dog10K_Boxer_Tasha ROS_Cfam_1.0 3.0 04/05/2022 10:41:51
Canis lupus familiaris UU_Cfam_GSD_1.0 ROS_Cfam_1.0 3.0 04/05/2022 12:00:26
Canis lupus familiaris UNSW_CanFamBas_1.0 ROS_Cfam_1.0 3.0 04/05/2022 12:33:56
Canis lupus familiaris CanFam3.1 ROS_Cfam_1.0 3.0 04/05/2022 16:56:30
Canis lupus familiaris CanFam2.0 ROS_Cfam_1.0 3.0 04/06/2022 15:12:27
Canis lupus familiaris UMICH_Zoey_3.1 Dog10K_Boxer_Tasha 3.0 05/13/2022 14:52:59
Canis lupus familiaris UNSW_CanFamBas_1.0 UMICH_Zoey_3.1 3.0 05/13/2022 14:59:39
Canis lupus familiaris UU_Cfam_GSD_1.0 UMICH_Zoey_3.1 3.0 05/13/2022 15:49:30
Canis lupus familiaris UNSW_CanFamBas_1.0 Dog10K_Boxer_Tasha 3.0 05/15/2022 15:00:26
Canis lupus familiaris Dog10K_Boxer_Tasha CanFam3.1 3.0 05/18/2022 08:42:48
Canis lupus familiaris UMICH_Zoey_3.1 CanFam3.1 3.0 05/18/2022 08:48:48
Canis lupus familiaris UNSW_CanFamBas_1.0 CanFam3.1 3.0 05/18/2022 08:50:46
Canis lupus familiaris UU_Cfam_GSD_1.0 CanFam3.1 3.0 05/18/2022 08:55:09
Canis lupus familiaris UU_Cfam_GSD_1.0 Dog10K_Boxer_Tasha 3.0 05/18/2022 10:15:51
Canis lupus familiaris ASM1204501v1 ROS_Cfam_1.0 3.0 07/15/2022 12:36:07
Canis lupus familiaris CanFam2.0 CanFam3.1 2.1 12/20/2017 11:04:09
Canis lupus familiaris Basenji_breed-1.1 CanFam3.1 2.2 07/01/2019 12:57:08
Lycaon pictus LycPicSAfr1.0 ROS_Cfam_1.0 3.1 12/09/2022 11:28:48
Lycaon pictus LycPicKen1.0 ROS_Cfam_1.0 3.1 12/09/2022 15:44:37
Mustela putorius furo MusPutFur1.0 ASM1176430v1.1 2.4 11/08/2021 13:51:02
Mustela putorius furo MusPutFurMale1.0 MusPutFur1.0 1.7 09/23/2014 10:39:55
Felis catus Felis_catus_9.0 F.catus_Fca126_mat1.0 3.0 04/14/2022 14:14:50
Felis catus Felis_catus_8.0 F.catus_Fca126_mat1.0 3.0 04/14/2022 16:38:13
Felis catus Felis_catus-6.2 F.catus_Fca126_mat1.0 3.0 04/14/2022 22:36:28
Felis catus Felis_catus_8.0 Felis_catus_9.0 3.0 05/05/2022 21:41:07
Felis catus Felis_catus-6.2 Felis_catus_9.0 3.0 05/05/2022 21:47:54
Felis catus F.catus_Fca126_mat1.0 ROS_Cfam_1.0 1.04.03 02/10/2023 18:37:41
Felis catus catChrV17e Felis_catus_9.0 2.1 01/29/2018 23:02:36
Panthera leo P.leo_Ple1_pat1.1 F.catus_Fca126_mat1.0 3.1 12/09/2022 18:54:04
Panthera tigris P.tigris_Pti1_mat1.1 F.catus_Fca126_mat1.0 3.1 12/09/2022 22:21:29
Tursiops truncatus mTurTru1.mat.Y mPhoSin1.pri 3.0 10/13/2022 19:44:56
Tursiops truncatus mTurTru1.mat.Y mBalMus1.pri.v3 3.0 10/13/2022 22:49:26
Tursiops truncatus NIST Tur_tru v1 Ttru_1.4 2.1 01/03/2018 20:11:41
Physeter catodon Physeter_macrocephalus-2.0.2 ASM283717v1 2.1 02/15/2018 13:05:37
Equus caballus EquCab2.0 EquCab3.0 3.0 05/06/2022 00:05:23
Equus caballus EquCab3.0 GRCh38.p14 1.04.00 02/06/2023 23:13:49
Equus caballus EquCab3.0 GRCm39 1.04.03 02/09/2023 16:48:04
Sus scrofa Sscrofa10.2 Sscrofa11.1 3.0 04/05/2022 12:40:20
Sus scrofa Sscrofa10 Sscrofa11.1 3.0 04/05/2022 16:33:20
Sus scrofa Sscrofa5 Sscrofa11.1 3.0 04/05/2022 16:51:33
Sus scrofa Sscrofa9.2 Sscrofa11.1 3.0 04/05/2022 16:58:38
Sus scrofa USMARCv1.0 Sscrofa11.1 3.0 04/06/2022 11:29:38
Sus scrofa Ninghe_Sus_1 Sscrofa11.1 3.0 04/06/2022 14:13:11
Sus scrofa WTSI_X_Y_pig V2 Sscrofa11.1 3.0 04/06/2022 15:20:42
Sus scrofa ASM764409v1 Sscrofa11.1 3.0 04/06/2022 15:22:20
Sus scrofa Sscrofa11.1 GRCh38.p14 1.03.66 02/07/2023 07:23:47
Sus scrofa Sscrofa11.1 GRCm39 1.04.03 02/09/2023 20:15:07
Sus scrofa Berkshire_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:12:18
Sus scrofa Pietrain_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:29:25
Sus scrofa Meishan_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:33:53
Sus scrofa Landrace_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:34:20
Sus scrofa Hampshire_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:42:40
Sus scrofa Rongchang_pig_v1 Sscrofa11.1 2.1 12/22/2017 14:51:40
Sus scrofa Large_White_v1 Sscrofa11.1 2.1 12/22/2017 15:12:21
Sus scrofa Jinhua_pig_v1 Sscrofa11.1 2.1 12/22/2017 15:12:39
Sus scrofa Bamei_pig_v1 Sscrofa11.1 2.1 12/22/2017 15:27:20
Sus scrofa Tibetan_Pig_v2 Sscrofa11.1 2.1 12/22/2017 15:29:48
Sus scrofa minipig_v1.0 Sscrofa11.1 2.1 12/22/2017 15:36:23
Sus scrofa domesticus ASM2056790v1 Sscrofa11.1 3.0 04/06/2022 17:10:30
Sus scrofa domesticus ASM1795798v1 Sscrofa11.1 3.0 04/07/2022 04:27:28
Camelus dromedarius PRJNA234474_Ca_dromedarius_V1.0 CamDro3 2.2 10/10/2019 18:14:57
Bos taurus Bos_taurus_UMD_3.1 ARS-UCD1.2 3.0 04/05/2022 18:23:03
Bos taurus Bos_taurus_UMD_3.1 ARS-UCD1.2 3.0 04/05/2022 23:22:05
Bos taurus Bos_taurus_UMD_3.1.1 ARS-UCD1.2 3.0 04/05/2022 23:22:07
Bos taurus Bos_taurus_UMD_3.1.1 ARS-UCD1.2 3.0 04/05/2022 23:24:25
Bos taurus Btau_5.0.1 ARS-UCD1.2 3.0 04/05/2022 23:24:28
Bos taurus Btau_4.6.1 ARS-UCD1.2 3.0 04/05/2022 23:42:56
Bos taurus Btau_4.2 ARS-UCD1.2 3.0 04/05/2022 23:53:27
Bos taurus Btau_4.2 ARS-UCD1.2 3.0 04/06/2022 02:56:25
Bos taurus Btau_3.1 ARS-UCD1.2 3.0 05/13/2022 14:31:44
Bos taurus Btau_5.0.1 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 10:09:35
Bos taurus Btau_3.1 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 10:27:00
Bos taurus Btau_4.0 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 10:30:46
Bos taurus Btau_4.2 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 11:00:20
Bos taurus Btau_4.2 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 11:03:45
Bos taurus Btau_4.6.1 Bos_taurus_UMD_3.1.1 3.0 05/18/2022 11:04:46
Bos taurus Btau_4.2 Btau_5.0.1 3.0 05/18/2022 11:35:08
Bos taurus Btau_4.0 Btau_5.0.1 3.0 05/18/2022 12:16:24
Bos taurus Btau_3.1 Btau_5.0.1 3.0 05/18/2022 12:43:30
Bos taurus Btau_4.6.1 Btau_5.0.1 3.0 05/18/2022 12:47:55
Bos taurus Btau_4.2 Btau_5.0.1 3.0 05/18/2022 12:55:46
Bos taurus ARS-UCD1.3 ARS-UI_Ramb_v2.0 3.1 12/08/2022 02:03:57
Bos taurus ARS-LIC_NZ_Jersey ARS-UCD1.3 3.1 02/06/2023 21:27:19
Bos taurus ARS-LIC_NZ_Holstein-Friesian_1 ARS-LIC_NZ_Jersey 3.1 02/06/2023 21:29:02
Bos taurus ARS-LIC_NZ_Holstein-Friesian_1 ARS-UCD1.3 3.1 02/06/2023 21:32:29
Bos taurus ARS-UCD1.3 GRCh38.p14 1.04.00 02/06/2023 23:53:59
Bos taurus ARS-UCD1.3 GRCm39 1.04.03 02/09/2023 18:31:00
Capra aegagrus CapAeg_1.0 ARS-UI_Ramb_v2.0 3.1 12/07/2022 12:39:41
Capra hircus ARS1.2 ARS-UI_Ramb_v2.0 3.1 12/07/2022 13:47:12
Ovis aries musimon Oori1 ARS-UI_Ramb_v2.0 3.0 05/06/2022 09:48:56
Ovis aries musimon Oori1 Oar_rambouillet_v1.0 3.0 05/06/2022 12:30:14
Ovis aries musimon Oori1 Oar_v4.0 2.1 03/20/2018 11:39:01
Ovis aries Oar_rambouillet_v1.0 ARS-UI_Ramb_v2.0 3.0 04/13/2022 15:12:56
Ovis aries Oar_v4.0 ARS-UI_Ramb_v2.0 3.0 04/13/2022 16:14:21
Ovis aries Oar_v3.1 ARS-UI_Ramb_v2.0 3.0 04/13/2022 16:33:28
Ovis aries Oar_v4.0 Oar_rambouillet_v1.0 3.0 05/06/2022 12:28:40
Ovis aries Oar_v3.1 Oar_rambouillet_v1.0 3.0 05/06/2022 12:45:23
Ovis aries Oar_v3.1 Oar_v4.0 2.1 12/20/2017 12:27:09

Clinical Remap

Only human is supported for the RefSeqGene tab, so you only need to select the sequence upon which your features are annotated (either an assembly or RefSeqGenes) and the sequences to which you want the features mapped (either RefSeqGenes or an assembly).

Alt loci remap

Alt loci remap allows you to map data between the Primary Assembly and the Alternate Loci/Patchesthat may be available for an assembly. Only assemblies produced by the Genome Reference Consortium are supported on this page. All you need to select on this page are the organism and the assembly; the software will figure out the direction in which you want to map. Within a given input file, however, all features to be remapped should map in the same direction (e.g. primary to alt OR alt to primary).

NOTE: For both Clinical Remap and Alt loci remap if you map FROM an assembly to either the RefSeqGenes or the Alternate Loci/Patches, you may have a lot of failed features as both of these sequences only cover a fraction of the genome. Features on source sequences that are not part of an alignment set will be marked as "NOMAP/NOTINSET" in the alignment report. To see genome coverage for Alternate Loci/Patches see the GRC pages for human and mouse.

Remapping Options

Some configuration options are available that allow you to configure the stringency of remapping. These options are only configurable in the Assembly-Assembly tab.

  1. Minimum ratio of bases that must be remapped (default: 0.5): This option specifies the percentage of the interval that must be able to be remapped. Raising this value increases the stringency of the remapping process.
  2. Maximum ratio for difference between the source length and the target length (default 2.0): This feature allows the remapping algorithm to tolerate insertions and deletions in the alignment. This is calculated by taking the interval length on the target assembly (stop-start+1) and dividing it by the interval length on the source assembly (stop-start+1). An insertion or deletion in the target assembly will affect this ratio. Lowering this value will increase the stringency of the remapping process.
  3. Allow multiple locations to be returned (default: on): We perform alignments in two phases (see 'About our alignments'). Selecting this option will allow the 'Second Pass' alignments to be used and improve coordinate projection in regions of duplication. This can also lead to multiple features being remapped to the same location.
  4. Merge Fragments (default: on): An insertion in the target assembly will split a feature on the source assembly, selecting this option will merge these two locations into a single location in the annotation file. Turning this feature off will increase the stringency of the remapping process, specifically in cases where there is an insertion in the target sequence as each remapped interval will be compared to the original interval.

The merge function can help you remap features that cross an assembly gap, or have a large insertion that causes a gap in the alignment.

Example of a feature crossing a gap

Figure 1: A region with a feature that crosses an assembly gap. This feature was successfully remapped because the merge function was on.

However, in regions with messy alignments, the merge function can cause a feature to be remapped to the same, or overlapping positions. This only happens when using the Second Pass alignments for remapping as these alignments are not guaranteed to be unique.

Region with complicated alignments in the second pass.

Figure 2: A region with nice First Pass alignments and many Second Pass alignments.

Using the merge function, this feature remaps to six locations in GRCh37, one using the First Pass alignments and five using the Second Pass. These are easily distinguished using the remap report as the 'recip' column specifies whether the first pass or second pass alignments were used.

remap report for feature in region with complicated second pass alignments.

Figure 3: Remap report for feature with multiple locations returned due to complicated second pass alignments.

These features are relatively easy to identify in a post-processing step, or you can turn the merge function off. This will, however, negatively affect features that cross a gap. You may need to review the alignments (which you can do using the Genome Workbench project files) to determine the best course of action.

Note: Alignments are processed in a strand-specific manner. If a feature aligns to a region for which there are alignments on both strands, you may get a placement returned for the plus and the minus strand. Using the merge feature may increase the chances of this as merge helps to span alignment gaps. Turning merge off will cause a decrease in remapped features as gaps will not be crossed on either strand.

Configuring Remapping Parameters via URLs

There are several parameters that can be added to the NCBI Remap URL to pre-configure the mapping parameters that will be used.

Included file 'docs/whatis-table1.inc' not found

Providing Data

We accept file formats that are commonly used in the bioinformatics community. We currently accept:

The default behavior is to provide the remapped annotation file in the same format as the input file, but you can specify a different format for the output. If you have a small amount of data, you can just copy and paste the data in the large text box labeled 'Paste data here'. For example:

chr1:10349-25000

Otherwise, you can upload the data file. Please note: the larger your file is, the longer it will take to perform the remapping process. If you find that the process is taking a very long time or failing, you may want to split your files into smaller ones, perhaps based on chromosome assignment. There is also an absolute limit on the amount of RAM available to the system. If this is exceeded, Remap will fail. If this happens, try again with a smaller file.

Data options specific to the Clinical Remap tab

Mapping from a RefSeqGene(s) to an assembly: In this case, an additional option is provided and checked by default. This allows the remap service to return features on genomic sequences as well as any transcripts (NMs) or proteins (NPs) available at that locus.

Mapping from an assembly to RefSeqGenes: In this case, you have the option to map to any available RefSeqGene (default) or you can specify a list of RefSeqGenes as targets. If you choose to map to any available RefSeqGene, there are two additional options for providing locations on transcripts (NMs) or proteins. One is to provide the transcript (NM) and protein (NP) locations for features that map to RefSeqGenes and the other is to provide transcript (NM) and protein (NP) locations even if there isn't a RefSeqGene where your feature maps. Not all genes in the human genome have a RefSeqGene. There is a link on this page that allows you to request the construction of a RefSeqGene if one is not available for your gene of interest.

Output files

Summary Data: This is a global report that provides an overview of remapping results. The format of the report is (by column):

  • ID: The sequence ID in the source assembly (often something like 'chr1' or NC_000001.9).
  • Source Features: The number of features on the ID in the source file.
  • Remapped Features: The number of features that could be projected onto the Target assembly.
  • Source Intervals: The number of intervals on the ID in the source file. This happens because some features will have more than one sequence interval, for example, mRNA features will often have multiple intervals (corresponding to exons).
  • Remapped Intervals: The number of intervals that could be projected onto the Target assembly.

The summary data appears on the web page and is available for download.

Mapping Report: This is a report that provides a feature-by-feature breakdown of the remapping status. The format of this report on the web page is (by column):

  • Feature: The name or ID of the feature (the source of this will depend on the format submitted, but it should be possible to robustly associate the information in this column with the data in the input file).
  • Src. Intervals: Number of intervals the feature has in the source file.
  • Remap Intervals: Number of intervals that were projected to the target assembly.
  • Src location: The feature location in the input file.
  • Src length: The length of the feature in the input file.
  • Map Location: Projected location (or reason that the remap failed) on the target assembly.
  • Map length: Length of the feature on the target assembly.
  • Coverage: Coverage of feature on the target assembly.

Only a few lines of this report are displayed on the web page, but the entire report is available for download in a tab separated file (tsv) that can be easily parsed or loaded to spreadsheet program. The downloaded report has 18 columns as follows. Note: If the merge option is selected, all of these fields contain post-merge values:

  1. #feat_name: user-supplied feature name. If no feature name is supplied, a name is calculated using the line number in the file or the location. For features with multiple intervals (e.g. transcripts), this field will be common to each interval.
  2. source_int: The number of intervals in the source feature (useful for tracking features with multiple intervals, like transcripts). For single-interval features, the value is always 1.
  3. mapped_int: the number of mapped intervals in the remapped file from the source interval. Values >1 indicate a fragmented mapping.
  4. source_id: sequence identifier the feature maps to in the source file.
  5. mapped_id: sequence identifier the features maps to on the target assembly.
  6. source_length: length of the interval on the source assembly.
  7. mapped_length: length of the interval on the target assembly.
  8. source_start: first base of the interval on the source assembly.
  9. source_stop: last base of the interval on the source assembly.
  10. source_strand: strand the interval is annotated on in the source assembly.
  11. source_sub_start: first base of source sub-interval that was mapped (used only if entire source interval does not remap and the front edge of the source interval does not map).
  12. source_sub_stop: last base of source sub-interval that was mapped (used only if entire source interval does not remap and the back edge of the source interval does not map).
  13. mapped_start: first base of remapped interval.
  14. mapped_stop: last base of remapped interval.
  15. mapped_strand: strand of remapped base.
  16. coverage: This is calculated by taking the ratio of the mapped_length to the source_length. If coverage =1 the remapped and source interval are identical. A coverage score of less than 1 indicates a deletion in the target assembly and a score of greater than 1 indicates an insertion in the target assembly.
  17. recip: Two possible values are in this column. First Pass means the remapping is based on the 'First Pass' or reciprocal-best-hit alignments. 'Second Pass' means the remapping is based on the non-reciprocal-best-hit alignments.
  18. asm_unit: The assembly unit to which the mapped_id belongs. For more information on assembly units, see: https://www.ncbi.nlm.nih.gov/assembly/model/

Features that don't remap will have the word 'NOMAP' in column 15 and the reason for not mapping in column 16. The reasons are:

  • NOALIGN: There was no alignment for this region.
  • LOWCOV: The percent of the interval covered in the alignment was below the coverage threshold specified in the 'Remapping Options' (Minimum ratio of bases that must be remapped).
  • EXPANDED: The ratio of the length on the target sequence versus the length on the source sequence is greater than specified in the remap options (default is 2).
  • ALIGNGAP: The source interval falls entirely within an indel in an alignment between the source and target sequence.
  • NOTINSET: The source interval is not part of the alignment set.

Annotation Data: This file contains only the remapped features, in the format specified on the input page. No sample data is shown on the web page, but the file is available for download and display in your favorite viewer.

Genome Workbench Files: These are files that can be loaded directly into our client side viewer called Genome Workbench. They contain the sequence information for both the source and target assemblies, the assembly-assembly alignments used in the remapping and feature annotations (both the source features and the remap features). These files are available for download and are very useful for understanding how the alignments influenced the feature remapping (see Figure 4).

Example of a GBench file produced by Remap Figure 4: View of remapping in Genome Workbench. The sequence being shown in this view is the Target assembly. The tracks are (in order from the top):

  • Ruler: showing basepair coordinates.
  • Sequence: for some organisms this will be colored and for others it will be grey. This track will show you the actual base pairs if you zoom in enough.
  • Tiling Path: Shows the INSDC sequences used to construct the sequence.
  • Genes Track: Gene annotation from NCBI annotation process.
  • Alignments: Alignment to the Source assembly. This will have the 'First Pass' alignments and the 'Second Pass' alignments if the 'Allow duplications' option was checked. The alignments are zoomed to the base pair level. Mismatches are colored in red. Insertions are shown using a blue triangle (none in this view).
  • SNP features: Variation features defined by dbSNP.
  • Only the remapped features are shown here. In this example features from dbVar were mapped from NCBI36->GRCh37.p9. Only remapped features are shown on the target assembly. If you open a sequence that is part of the Source assembly you can see the orginal features.

Remapping Variation Data

Edits to VCF Files

If you are using a Variant Call Format (VCF) file as your input, you may find edits to REF and ALT bases in your remapped output under specific circumstances. The first is due to sequence differences in the source and target assemblies. The assembly to which a REF base refers differs in the input and output files. If you use a VCF file as your input, NCBI Remap will produce output annotation files in which REF bases refer to the sequence in the target assembly. This means that if a REF base differs between the source and target assemblies, the output VCF will report the target assembly base in the REF field. The corresponding ALT field in the output VCF will be updated, with the source assembly REF base replacing or being appended to the ALT base that was provided in the input VCF, as appropriate. The second circumstance is due to error in an input VCF. If the base specified in the REF column of an input VCF is incorrect, the correct base will be reported in the output VCF and the input base will be added to the ALT column.

Additionally, if you are using a Variant Call Format (VCF) file as your input, NCBI Remap will left-shift variants prior to remapping them. Upon remapping, it will left-shift again with respect to the target assembly. Therefore, when using VCF as your input, all output files will contain left-shifted coordinates. This ensures output VCF meets file specifications. If you provide VCF as your input and specify HGVS as your output, please note that the HGVS will also contain left-shifted coordinates. At this time, NCBI does not provide an equivalent right-shifting function for input HGVS files. This is planned for a future release.

If you have selected VCF as your output file type, all NCBI Remap edits to the REF and ALT fields are reported using INFO tags.

NCBI Remap VCF Meta-Information: NCBI Remap appends the following remapping-related information to the meta-information lines in the output VCF.

Meta-information Description
NCBI_remap_source_assm Assembly acc.ver of source assembly
NCBI_remap_target_assm Assembly acc.ver of target assembly
NCBI_remap_align_date Date on which alignments used for NCBI Remap were generated
NCBI_remap_run_date Date on which NCBI Remap was run by user
NCBI_remap_batch_id Alignment batch id (NCBI identifier)
NCBI_remap_align_parameters NCBI Remap alignment parameters

NCBI Remap VCF INFO fields: NCBI Remap also uses several INFO fields in the output VCF to describe feature updates that may have occurred during the remapping process. In addition, there is an INFO field indicating whether the feature was remapped with first- (reciprocal-best-hit) or second-pass (non-reciprocal-best-hit) alignments.

ID Number Type Description
REMAP_ALIGN 1 String Alignment type used for remapping (FP=first pass, SP=second pass)
REF_ERROR 0 Flag REF base does not match source assembly
REF_EDIT 0 Flag REF and ALT bases modified due to difference in REF base in source and target assemblies or left-shifting of input REF base
DEPRECATED: REF_UPDATE 0 Flag REF and ALT bases modified due to difference in REF base in source and target assemblies
DEPRECATED: REF_LEFT_SHIFT 0 Flag Position of REF base left-shifted

Support Center