Skip to content
Snippets Groups Projects
Commit 54642873 authored by David Hoksza's avatar David Hoksza
Browse files

Comment

parent f8f6c4cf
No related branches found
No related tags found
1 merge request!201Cellwall annotations
......@@ -76,7 +76,7 @@ public class TairAnnotator extends ElementAnnotator implements IExternalService
public void annotateElement(BioEntity object) throws AnnotatorException {
if (isAnnotatable(object)) {
// boolean uniprotFound = false;
List<MiriamData> mdUniProts = new ArrayList<MiriamData>();
List<MiriamData> mdUniProts = new ArrayList<MiriamData>(); //keeps record of existing UniProt annotations which can differ from those retrieved using TAIR
MiriamData mdTair = null;
for (MiriamData md : object.getMiriamData()) {
if (md.getDataType().equals(MiriamType.TAIR_LOCUS)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment