lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Add filter by account and allow project list with limited permissions #153

Closed rcdilorenzo closed 3 years ago

rcdilorenzo commented 3 years ago

This fixes some issues with listing projects if you don't have list access for one of your accounts.

Likewise, it allows us to filter results to a specific account which is useful for folks with many accounts (or for a tutorial in the sample account).

phc.Project.set_current("BRCA", account="sandbox")