<%@ page import="pub.beans.*" %> <%@ page import="java.util.*" %> <%@ page import="javax.servlet.*" %> <%@ 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"%> <%-- Header --%>

<% String this_choice=""; String db_name = null; String db_accession = null; String specific_type = "genomic" ; String gene_id = null ; String sequence_type = "Nucleotide" ; Hashtable trueOrFalse = (Hashtable) request.getAttribute("trueOrFalse"); Hashtable dbNames = (Hashtable) request.getAttribute("dbNameSelections"); Hashtable subTypes = (Hashtable) request.getAttribute("subTypeSelections"); Hashtable types = (Hashtable) request.getAttribute("typeSelections"); // a flag showing where this jsp page called from boolean fromUpdateGene = false; if((String)(request.getAttribute("fromUpdateGene"))!=null ){ String from = (String)(request.getAttribute("fromUpdateGene")); if(from.equals("true")){ fromUpdateGene= true; } } if ( (String)(request.getAttribute("sequenceType"))!=null ){ sequence_type =(String)(request.getAttribute("sequenceType")); } if ( (String)(request.getAttribute("specificType"))!=null ){ specific_type =(String)(request.getAttribute("specificType")); } if ( (String)(request.getAttribute("dbName"))!=null ){ db_name = (String)(request.getAttribute("dbName")); } if ( (String)(request.getAttribute("dbAccession"))!=null ){ db_accession =(String)(request.getAttribute("dbAccession")); } if ( request.getParameter("gene_id") != null){ gene_id = request.getParameter("gene_id"); } %> <% if (fromUpdateGene == true ){ %>

This Sequence doesn't exist in Sequence table <% if( specific_type != null ){ %>
Sequence Type: <%= specific_type %> <% } %> <% if ( db_name != null ){ %>
DB Name: <%= db_name %> <% } %> <% if (db_accession != null ){ %>
DB Accession: <%= db_accession %> <% } %>

Fill this form if you want to add it
Or click HERE to go back

<% }else { %> <% } %> > > > > > > > >

Add New Sequence

Sequence type
  <% if (! sequence_type.equalsIgnoreCase("amino acid") ){ %> Nucleotide Sequence Type <% } %>
DB Name
  DB Accession   GenBank Gi
is CDS sequence is full length
Sequence
Definition
Community Id
    Organization  
   
<%-- Footer --%>