diff --git a/uk/ac/sanger/artemis/components/RunBlastAtNCBI.java b/uk/ac/sanger/artemis/components/RunBlastAtNCBI.java index 1c4055e7618409c95edcdc3c5036067874f330e9..2ae2b6abdbba28a4c87e9323977b2540f8df14c4 100644 --- a/uk/ac/sanger/artemis/components/RunBlastAtNCBI.java +++ b/uk/ac/sanger/artemis/components/RunBlastAtNCBI.java @@ -42,7 +42,7 @@ import javax.swing.JTextField; import uk.ac.sanger.artemis.editor.BrowserControl; /** - * Used to POST data to the NCBI qBLAST web services. + * Used to POST data to the NCBI URLAPI (qBLAST) web services. */ class RunBlastAtNCBI extends Thread { @@ -94,7 +94,8 @@ class RunBlastAtNCBI extends Thread int waitTime = Integer.parseInt(eta); ProgressBarFrame progress = new ProgressBarFrame(waitTime, "BLAST"); Thread.sleep(waitTime * 1000); - BrowserControl.displayURL(urlResults + "&CMD=Get"); + BrowserControl.displayURL(urlResults + "&CMD=Get&OLD_BLAST=false"); + progress.dispose(); } catch (Exception e)