Skip to content

Commit

Permalink
Merge pull request #155 from mobiusklein/fix/fix_pride_usi_url
Browse files Browse the repository at this point in the history
Fix PRIDE PROXI server URL
  • Loading branch information
levitsky authored Sep 2, 2024
2 parents 579f185 + e5afdbb commit 6414441
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 6414441

Please sign in to comment.