inab / WfExS-backend

Workflow Execution Service Backend
Apache License 2.0
16 stars 6 forks source link

Add support to `encode` CURIE #3

Open jmfernandez opened 3 years ago

jmfernandez commented 3 years ago

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