Skip to content

Commit

Permalink
Tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotgeek1 committed May 27, 2018
1 parent 57269fa commit fbea1fb
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified CrossSpeciesGeneFinder$JTextAreaOutputStream$1.class
Binary file not shown.
Binary file modified CrossSpeciesGeneFinder$JTextAreaOutputStream.class
Binary file not shown.
Binary file modified CrossSpeciesGeneFinder$ValueComparator.class
Binary file not shown.
Binary file modified CrossSpeciesGeneFinder.class
Binary file not shown.
2 changes: 1 addition & 1 deletion CrossSpeciesGeneFinder.java
Expand Up @@ -751,8 +751,8 @@ public static String doBlastAndGetRID(String query,PrintWriter wInfo) throws IOE
}
if(blastStatus.equals("FAILED")) {
o.println(" BLAST Server Said Failed!");
wInfo.flush();
wInfo.println("*** BLAST SERVER SAID FAILED! ***");
wInfo.flush();
sc5.close();
o.println("Waiting 30 seconds to be nice to NCBI's server...");
mySleep(30000);
Expand Down

0 comments on commit fbea1fb

Please sign in to comment.