Skip to content

Commit

Permalink
Update pdbdev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe authored Dec 11, 2023
1 parent ceab85e commit 2bd4bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/pdbdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def sequences(project_id):
return {"data": mzid_rows}


@pdbdev_router.get('/projects/{project_id}/residue-pairs/based-on-psm-level/{passing_threshold}', tags=["PDB-Dev"])
@pdbdev_router.get('/projects/{project_id}/residue-pairs/based-on-reported-psm-level/{passing_threshold}', tags=["PDB-Dev"])
async def get_psm_level_residue_pairs(project_id, passing_threshold):
"""
Get all residue pairs (based on PSM level data) belonging to a project.
Expand Down

0 comments on commit 2bd4bdb

Please sign in to comment.