Skip to content

Commit 149c101

Browse files
authored
Merge pull request #115 from VariantEffect/release-2023.4.2
Release 2023.4.2.
2 parents a38b0e9 + 73cc014 commit 149c101

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# mavedb-api
22

3-
API for MaveDB, the database of the database of Multiplexed Assays of Variant Effect
3+
API for MaveDB. MaveDB is a biological database for Multiplex Assays of Variant Effect (MAVE) datasets.
4+
The API powers the MaveDB website at [mavedb.org](https://www.mavedb.org) and can also be called separately (see
5+
instructions [below](#using-mavedb-api)).
6+
7+
8+
For more information about MaveDB or to cite MaveDB please refer to the
9+
[MaveDB paper in Genome Biology](https://genomebiology.biomedcentral.com/articles/10.1186/s13059-019-1845-6).
410

511
## Using mavedb-api
612

src/mavedb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__project__ = "mavedb-api"
2-
__version__ = "2023.4.1"
2+
__version__ = "2023.4.2"

0 commit comments

Comments
 (0)