Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to encode CURIE #3

Open
jmfernandez opened this issue May 14, 2021 · 0 comments
Open

Add support to encode CURIE #3

jmfernandez opened this issue May 14, 2021 · 0 comments

Comments

@jmfernandez
Copy link
Member

jmfernandez commented May 14, 2021

ENCODE datasets are represented in identifiers.org through encode scheme. The list of files composing one of these datasets can be fetched using its identifier. For instance:

https://www.encodeproject.org/experiments/ENCSR703ZIY/?format=json

In the obtained JSON the files section contains the list of files, along with the download link from Amazon S3.

So, WfExS should support fetching those datasets, once #1 and #2 are fixed

@jmfernandez jmfernandez changed the title Add support to encode cURI Add support to encode CURIE May 23, 2021
jmfernandez pushed a commit that referenced this issue Aug 24, 2023
* test putting back tag = None

* push some debug info

* try adding type hint

* remove type hint, didn't help

* type hint but no cast

* no hint and no cast

* put back cast

* shitty hack

* a little more debug info

* fix if statement

* missing check

* fix checks again

* or to and

* fix tests

* debug info

* remove dumb hack

* more debug info

* more debug

* check version type

* try to find out why version is str None not NoneType

* try new check

* remove debug clutter

* tidy up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant