-
Notifications
You must be signed in to change notification settings - Fork 14
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
updated README file #25
Conversation
058e713
to
a12edff
Compare
@kchatzikok , thank you for your detailed comments. I made the changes. |
README.md
Outdated
@@ -59,12 +59,37 @@ the client within your code instead. | |||
The command above will read variants from `variants.txt` and dump the annotations to `annotations.txt`. | |||
For any number of variants you will need to [register](mailto:support@saphetor.com) for an API key. | |||
|
|||
### Example to query CNVs | |||
|
|||
varsome_api_run.py -g hg19 -k api-key -q https://stable-api.varsome.com -q 'cnv/chr2:83300000:106000000:dup' -p add-all-data=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be without the stable-api
varsome_api_run.py -g hg19 -k api-key -q 'cnv/chr2:83300000:106000000:dup' -p add-all-data=1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍🏼 @kchatzikok !!!
README.md
Outdated
|
||
### Example to query Genes | ||
|
||
varsome_api_run.py -g hg19 -k api-key -q https://stable-api.varsome.com -q 'gene/EGFR' -p add-all-data=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
varsome_api_run.py -g hg19 -k api-key -q 'gene/EGFR' -p add-all-data=1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done 👍🏼 @kchatzikok !!!
be43950
to
525ff13
Compare
No description provided.