Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.35 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.35 KB

Build Status Coverage Status Code style: black

mavedbconvert

A command line tool for converting Multiplex Assay of Variant Effect datasets into a MaveDB-ready format.

Important note

This tool may generate input files that are invalid under the forthcoming MAVE-HGVS format, and therefore will not be suitable for upload to MaveDB.

In particular, variants should be in sorted order and variant strings containing ambiguous symbols such as "?" "N" or "Xaa" will not be accepted.

Installation

Download the mavedbconvert source and navigate to that directory. We recommend creating a virtual environment before proceeding with the installation.

Install the package using pip:

pip3 install .

Python 3.9 compatibility

The tests are currently failing under Python 3.9 due to multiple HDF5 files being open. This is being worked on in an updated version. If you encounter this error using mavedbconvert for normal use, please open a GitHub issue.