Skip to content
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