Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
Artemis
Commits
ae1aa71a
Commit
ae1aa71a
authored
Nov 23, 2016
by
andrewjpage
Committed by
GitHub
Nov 23, 2016
Browse files
Merge pull request #226 from aslett1/master
Updated NCBI blast URL to https
parents
17958dc8
5cfe2073
Changes
1
Hide whitespace changes
Inline
Side-by-side
uk/ac/sanger/artemis/components/RunBlastAtNCBI.java
View file @
ae1aa71a
...
...
@@ -58,7 +58,7 @@ class RunBlastAtNCBI extends Thread
try
{
// Send data
URL
url
=
new
URL
(
"http://blast.ncbi.nlm.nih.gov/Blast.cgi"
);
URL
url
=
new
URL
(
"http
s
://blast.ncbi.nlm.nih.gov/Blast.cgi"
);
URLConnection
conn
=
url
.
openConnection
();
conn
.
setDoOutput
(
true
);
OutputStreamWriter
wr
=
new
OutputStreamWriter
(
conn
.
getOutputStream
());
...
...
@@ -258,4 +258,4 @@ class RunBlastAtNCBI extends Thread
RunBlastAtNCBI
blast
=
new
RunBlastAtNCBI
(
data
);
blast
.
start
();
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment