hubmapconsortium / py-hubmapbags

Python package used to build the submission for the CFDE Search Portal
1 stars 2 forks source link

Check if DOI URL #52

Open icaoberg opened 1 month ago

icaoberg commented 1 month ago

https://github.com/hubmapconsortium/py-hubmapbags/blob/59dfd847d43db55fae97d2960b5ba5490dc65dc1/hubmapbags/tag.py#L9

There is a method you can use

import hubmapbags
metadata = hubmapbags.apis.get_dataset_info( hubmap_id, token=token)

In the metadata, somewhere, there is a key with the DOI url.