label.column = Column
label.cant_map_cds = Unable to map CDS to protein\nCDS missing or incomplete
label.operation_failed = Operation failed
+label.output_seq_details = Output Sequence Details to list all database references
label.column = Columna
label.cant_map_cds = No se pudo mapear CDS a proteĆna\nDatos CDS faltantes o incompletos
label.operation_failed = OperaciĆ³n fallada
+label.output_seq_details = Seleccionar Detalles de la secuencia para ver todas
void setGroupVisibility(String group, boolean visible);
/**
- * locate features at a particular position on the given sequence
+ * Returns features at the specified position on the given sequence.
+ * Non-positional features are not included.
*
* @param sequence
* @param res
seqARep.appendFeatures(tooltipText, rpos, features,
this.ap.getSeqPanel().seqCanvas.fr.getMinMax());
}
- if (tooltipText.length() == 6) // <html></html>
+ if (tooltipText.length() == 6) // <html>
{
setToolTipText(null);
lastTooltip = null;