public static final String[] CODINGDBS = { EMBLCDS, GENEDB, ENSEMBL };
public static final String[] PROTEINDBS = { UNIPROT, UNIPROTKB,
- EMBLCDSProduct }; // , ENSEMBL }; // Ensembl ENSP* entries are protein
+ EMBLCDSProduct, ENSEMBL }; // Ensembl ENSP* entries are protein
public static String[] allSources()
{
dbRefs.add(dbr);
}
}
- if (false) // "Ensembl".equals(pdb.getType()))
+ if ("Ensembl".equals(pdb.getType()))
{
/*UniprotXML
* <dbReference type="Ensembl" id="ENST00000321556">
.get("protein sequence ID");
if (cdsId != null && cdsId.trim().length() > 0)
{
- // Only add the product ID
- dbRefs.remove(dbr);
dbr = new DBRefEntry(DBRefSource.ENSEMBL, DBRefSource.UNIPROT
+ ":" + dbVersion, cdsId.trim());
dbRefs.add(dbr);