Skip to content

Commit

Permalink
Fix PRIDE PROXI server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Sep 1, 2024
1 parent 579f185 commit e5afdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyteomics/usi.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __init__(self, **kwargs):


class PRIDEBackend(_PROXIBackend):
_url_template = "http://wwwdev.ebi.ac.uk/pride/proxi/archive/v{version}/spectra?resultType=full&usi={usi}"
_url_template = "http://www.ebi.ac.uk/pride/proxi/archive/v{version}/spectra?resultType=full&usi={usi}"

def __init__(self, **kwargs):
super(PRIDEBackend, self).__init__(
Expand Down

0 comments on commit e5afdbb

Please sign in to comment.