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
Describe the bug CLI commands to load data fail if CRAM cache path does not exist.
To Reproduce Steps to reproduce the behavior:
api/venv/bin/flask load-genes canonical_transcripts.tsv.gz \ omim_ensembl_refs.tsv.gz \ hgcn_genenames.tsv.gz \ gencode.v38.annotation.gtf.gz
Exception: Provided CRAM cache path does not exist.
Expected behavior Gene collections to be loaded into mongo db from given inputs.
Desktop (please complete the following information):
Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal
Additional context Loading backing data post data_prep processing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
CLI commands to load data fail if CRAM cache path does not exist.
To Reproduce
Steps to reproduce the behavior:
Exception: Provided CRAM cache path does not exist.
Expected behavior
Gene collections to be loaded into mongo db from given inputs.
Desktop (please complete the following information):
Additional context
Loading backing data post data_prep processing.
The text was updated successfully, but these errors were encountered: