Skip to content

Commit

Permalink
solidifying glycopost support
Browse files Browse the repository at this point in the history
  • Loading branch information
mwang87 committed Aug 22, 2021
1 parent 6992c9c commit a48217a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions download.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ def _resolve_glycopost_usi(usi):
filename = usi_splits[2]
remote_link = "https://glycopost.glycosmos.org/data/{}/{}".format(dataset_accession, urllib.parse.quote(filename))

#r = requests.get("https://glycopost.glycosmos.org/data/GPST000082.0/VV_PGM_200204.raw", headers={'referer': 'https://glycopost.glycosmos.org/data/GPST
#...: 000082.0/VV_PGM_200204.raw'})

return remote_link

def _resolve_pxd_usi(usi):
Expand Down

0 comments on commit a48217a

Please sign in to comment.