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

feat: add support for importing ClinVar Excel files (#42) #77

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/file_formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ In the case of the non-native TSV format, this section documents how the file fo
Overall, the aim of clinvar-this is to support you in submitting data easily with restrictions (see :ref:`limitations`).
If you need the full functionality of the NCBI ClinVar API then please consider using the ``clinvar_api`` Python module.

--------------------------
Small Variant TSV (Native)
--------------------------
-----------------------------
Sequence Variant TSV (Native)
-----------------------------

The following headers are required.
Clinvar-this will recognize the TSV file format based on these headers.
Expand Down
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ click >=8.1.3, <9.0
toml >=0.10.2, <0.11
tabulate >= 0.9.0
jsonschema >= 4.17.0, <5.0

pandas >=1.5
phenopackets >=2