awslabs / amazon-omics-tools

Apache License 2.0
19 stars 6 forks source link

Add URI parser for omics resource URIs #10

Closed mahvidulAws closed 1 year ago

mahvidulAws commented 1 year ago

Issue #, if available:

Description of changes:

This commit will add a URI parser for processing omics readset and reference URIs of the format:

ex: omics://123412341234.storage.us-east-1.amazonaws.com/5432154321/readSet/5346184667/source1

ex: omics://123412341234.storage.us-east-1.amazonaws.com/5432154321/reference/5346184667/source

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mahvidulAws commented 1 year ago

Looks like we need to add the uriparse package to tests, linting and type checking in Makefile

I think it should get captured by the existing make file since the new code is under the omics directory