public final static boolean ALLOW_DDBJ_BLAST = false;
public final static String PRG_NAME = "Archaeopteryx";
final static String VERSION = "0.9898 beta";
- final static String PRG_DATE = "140919";
+ final static String PRG_DATE = "140908";
final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file";
final static String[] DEFAULT_FONT_CHOICES = { "Arial", "Helvetica",
"Verdana", "Tahoma", "Dialog", "Lucida Sans", "SansSerif", "Sans-serif", "Sans" };
if ( n.isExternal() ) {\r
if ( n.getNodeData().isHasSequence() ) {\r
final Sequence s = n.getNodeData().getSequence();\r
- if ( ForesterUtil.isEmpty( s.getGeneName() ) ) {\r
+ if ( ForesterUtil.isEmpty( s.getGeneName() ) || s.getGeneName().startsWith( "LOC" ) ) {\r
if ( ( s.getAccession() != null )\r
&& !ForesterUtil.isEmpty( s.getAccession().getValue() ) ) {\r
s.setGeneName( s.getAccession().getValue() );\r
if ( !ForesterUtil.isEmpty( entry3.getGeneName() ) ) {
return false;
}
- if ( entry3.getCrossReferences().size() != 8 ) {
+ if ( entry3.getCrossReferences().size() < 7 ) {
return false;
}
final SequenceDatabaseEntry entry4 = SequenceDbWsTools.obtainEntry( "AAA36557.1" );