You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍 on this. SeqRepo uses a basic factory method to dispatch out to local vs REST proxies based on the structure of the URI, so we'll presumably need to do something similar.
Feature description
Currently,
SeqRepoAccess
inherits fromSeqRepoDataProxy
(local). I think we should extend support forSeqRepoRESTDataProxy
.Use case
We're currently limited to using local SeqRepo. It would be nice to be able to have the option to use the REST dp
Proposed solution
SeqRepoAccess
should inherit_DataProxy
Alternatives considered
No response
Implementation details
No response
Potential Impact
Provides more flexibility. We could also leverage REST for CI tests
Additional context
No response
Contribution
None
The text was updated successfully, but these errors were encountered: