Skip to content
Snippets Groups Projects
Commit 8df3320c authored by Piotr Gawron's avatar Piotr Gawron
Browse files

uniprot connector uses API over ssl

parent 738179ee
No related branches found
No related tags found
2 merge requests!166Devel 11.0.x,!162Resolve "ebi pubmed service moved to https"
......@@ -134,7 +134,7 @@ public class UniprotAnnotator extends ElementAnnotator implements IExternalServi
* @return url to uniprot restfull API about uniprot entry
*/
private String getUniprotUrl(String uniprotId) {
return "http://www.uniprot.org/uniprot/" + uniprotId + ".txt";
return "https://www.uniprot.org/uniprot/" + uniprotId + ".txt";
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment