<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/tairtags.tld" prefix="tair" %> <%@ taglib uri="/WEB-INF/input.tld" prefix="input"%> <%@ page import="pub.utils.*, java.util.*, pub.beans.*" %> <% String term_id = (String)request.getAttribute("term_id") ; List new_annotation_ids = (List)request.getAttribute("new_annotation_ids") ; %> > <% for (int i=0; i > <% } %> >
The following are annotations from your propagation, please check. You can follow the links either from Gene or Term of that annotation to update it.
Here is the link of the original gene page where you propagate annotations from.
 
<%= annotation.getSubjectTermName() %> <%= annotation.getRelationshipType() %> <%= annotation.getObjectTermName() %> (<%-- --%><%= object_term.getExternalId() %><%-- --%>) by <%= annotation.getEvidenceCode() %> : <%= annotation.getEvidenceDescription() %>
<% if( pub_ref.isEmpty().equals("y")){ %> No Reference <% }else{ %> Evidence from <%= pub_ref.getTitle() %> <% } %> <% if (annotation.getEvidenceWith() != null && annotation.getEvidenceWith().length() > 0 && !annotation.getEvidenceWith().equalsIgnoreCase("\\NULL")) { %> (Evidence with: <%= annotation.getEvidenceWith() %> ) <% } %>
annotated by/date: <%= user.getName() %>/<%= annotation.getDateAnnotated() %>