byu-dnasc / proto-smrtlink-share

0 stars 1 forks source link

Refactor Project class into DnascSmrtLinkClient #7

Closed adknaupp closed 3 months ago

adknaupp commented 3 months ago

DnascSmrtLinkClient.get_project should return a project.

Pro: avoid potential confusion between dictionaries of project data from SMRT Link and Project objects. Con: dataset info coming from SMRT Link JSON response will be lost. App will have to look it up later.