diff --git a/circlator/dnaa.py b/circlator/dnaa.py index 2f4df70..c31b7a7 100644 --- a/circlator/dnaa.py +++ b/circlator/dnaa.py @@ -23,7 +23,7 @@ def __init__(self, min_gene_length=333, max_gene_length=500, uniprot_search='dna def _get_uniprot_url(self): - return 'http://www.uniprot.org/uniprot/?sort=score&desc=&compress=no&query=' + self.uniprot_search + '&force=no&format=fasta' + return 'https://rest.uniprot.org/uniprotkb/stream?format=fasta&compress=no&query=' + self.uniprot_search + '&force=no' def _download_from_uniprot(self, outfile):