Skip to content
New issue

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

Insert 1bp #13

Open
wants to merge 3 commits into
base: insert-1bp
Choose a base branch
from
Open

Insert 1bp #13

wants to merge 3 commits into from

Conversation

alexfrieden
Copy link

Added a flask web service (vcf to cdna and back)

Also changed readme file

mdrasmus pushed a commit that referenced this pull request Dec 12, 2014
Fix left edge of chromosome bug
The library does assume that genome sequence is available through a `pygr`
compatible `SequenceFileDB` object. For an example of writing a wrapper for
a different genome sequence back-end, see
[hgvs.tests.genome.MockGenome](hgvs/tests/genome.py).

## Flask Web Service
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution!

Do you think this could be done as a separate package that imports the hgvs library? Majority of use cases will require just the library, not the HTTP API.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ho @pkaleta totally agree, I can put this as a separate one. When I originally wrote this it was because our pipeline was primarily java and wanted a way to interact with this. Alternatively this can be a multi-package project. Up to you.

Let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants