Skip to content

Commit

Permalink
fix EUGene exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutmon committed Oct 3, 2024
1 parent c7002b3 commit 84d0334
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ String getEUGeneSystem() {
private static final String[] EU_GENE_SYSTEMS = new String[]
{
"ENSEMBL_GENE_ID",
"UNIPROT",
"UNIPROTKB",
"ENTREZ",
"UNIGENE",
"AFFYMETRIX",
"AGILENT",
"HGNC",
Expand All @@ -179,9 +178,8 @@ String getEUGeneSystem() {
private static final DataSource[] GENMAPP_SYSTEMS = new DataSource[]
{
DataSource.register ("En", "Ensembl").asDataSource(),
DataSource.register ("S", "Uniprot-TrEMBL").asDataSource(),
DataSource.register ("S", "UniProtKB").asDataSource(),
DataSource.register ("L", "Entrez Gene").asDataSource(),
DataSource.register ("U", "UniGene").asDataSource(),
DataSource.register ("X", "Affy").asDataSource(),
DataSource.register ("Ag", "Agilent").asDataSource(),
DataSource.register ("H", "HGNC").asDataSource(),
Expand Down

0 comments on commit 84d0334

Please sign in to comment.