Skip to content
Snippets Groups Projects
Commit a16f5c89 authored by tcarver's avatar tcarver
Browse files

Merge pull request #200 from tcarver/master

misc
parents 995aba5e 55754c29
No related branches found
No related tags found
No related merge requests found
Artemis Release 16.0.9
ACT Release 13.0.9
Artemis Release 16.0.10
ACT Release 13.0.10
DNAPlotter Release 1.11
BamView 1.2.13
\ No newline at end of file
......@@ -58,7 +58,7 @@ class RunBlastAtNCBI extends Thread
try
{
// Send data
URL url = new URL("http://www.ncbi.nlm.nih.gov/blast/Blast.cgi");
URL url = new URL("http://blast.ncbi.nlm.nih.gov/Blast.cgi");
URLConnection conn = url.openConnection();
conn.setDoOutput(true);
OutputStreamWriter wr = new OutputStreamWriter(conn.getOutputStream());
......
......@@ -41,8 +41,8 @@ import uk.ac.sanger.artemis.editor.BrowserControl;
*/
public class RunPfamSearchThread extends Thread
{
protected static String pfamUrl = "http://pfam.sanger.ac.uk/search/sequence";
protected static String rfamUrl = "http://rfam.sanger.ac.uk/search/sequence";
protected static String pfamUrl = "http://pfam.xfam.org/search/sequence";
protected static String rfamUrl = "http://rfam.xfam.org/search/sequence";
private String searchURL = pfamUrl;
private String residues;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment