Kyle Ferriter
Kyle Ferriter
https://pysam.readthedocs.io/en/latest/usage.html#using-streams https://github.com/ga4gh/vrs-python/blob/main/src/ga4gh/vrs/extras/annotator/vcf.py#L209
seqrepo makes heavy use of the concept of a "root dir" or "data dir" and refers to it in code as SEQREPO_ROOT_DIR. This is analogous to other database "data dir"s,...
**Is your feature request related to a problem? Please describe.** Applications which require `biocommons.hgvs` must build `psycopg2`. This also requires installing a C compiler and libpq. **Describe the solution you'd...
``` 2. Compare the two Allele sequences, if: a. both are empty, the input Allele is a reference Allele. Return a new Allele with: 1. the `location` from the input...
I think this needs to be tested a little bit more on my fork to ensure the multi-stage build is indeed reusing the cached layers This supersedes https://github.com/ga4gh/vrs-python/pull/555. TODO: also...
User should be able to pass in a newline delimited file/stream of HGVS and SPDI expressions and receive newline delimited Allele JSON records (JSONL) as an output file/stream. Consider also...
Close #530
Create `examples` folder with markdown file pointing to different use cases, e.g. https://github.com/gks-anvil Maybe include a slim example like: https://github.com/ga4gh/vrs-python/blob/feature/vrs-in-a-box/vrs-in-a-box/VrsVcfAnnotator.wdl @ahwagner