We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added registry path checker to pephubclient, so now we should use this function from pephubclient. How to use it:
from pephubclient.helpers import is_registry_path is_registry_path(sample_pep)
The text was updated successfully, but these errors were encountered:
Sounds like that function belongs in ubiquerg.
There's already parse_registry_path there: https://github.com/pepkit/ubiquerg/blob/bbca867a7c3581bad51723977db3791d999d8591/ubiquerg/paths.py#L21
parse_registry_path
as long as there are no dependencies
Sorry, something went wrong.
This is the current implementation in looper utils, it uses both ubiquerg and pephubclient to determine if input path is a registry path to pephub:
from ubiquerg import convert_value, expandpath, parse_registry_path from pephubclient.constants import RegistryPath
looper/looper/utils.py
Lines 565 to 569 in 2675eef
is_registry_path
Closing this in favor of: pepkit/ubiquerg#43 and #456
khoroshevskyi
No branches or pull requests
I added registry path checker to pephubclient, so now we should use this function from pephubclient.
How to use it:
The text was updated successfully, but these errors were encountered: