DataBiosphere / terra-notebook-utils

Utilities for the Terra notebook environment.
MIT License
7 stars 6 forks source link

The TNU drs info operation must not request the `accessUrl` #391

Closed mbaumann-broad closed 2 years ago

mbaumann-broad commented 2 years ago

Currently the TNU drs info function requests the accessUrl by default, as shown here: https://github.com/DataBiosphere/terra-notebook-utils/blob/060455919b3bfe770d3cdf7d7a45ff8b93d598c5/terra_notebook_utils/drs.py#L62-L82

This has two problems:

mbaumann-broad commented 2 years ago

I think the fix is relatively easy:

DailyDreaming commented 2 years ago

Resolved by https://github.com/DataBiosphere/terra-notebook-utils/pull/392 .