From da668515a1f57938028b8696bed56fcca4f6764f Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Fri, 15 Dec 2023 15:23:31 -0500 Subject: [PATCH] maint: We thank the reviewer... --- README.md | 4 ---- docs/guide-intervalops.md | 2 +- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6c6d6c1d..7e80cfde 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,6 @@ bioRxiv 2022.02.16.480748; doi: https://doi.org/10.1101/2022.02.16.480748 ## Installation -The following are required before installing bioframe: -* Python 3.7+ -* `numpy` -* `pandas>=1.3` ```sh pip install bioframe diff --git a/docs/guide-intervalops.md b/docs/guide-intervalops.md index c6a714ab..54002553 100644 --- a/docs/guide-intervalops.md +++ b/docs/guide-intervalops.md @@ -64,7 +64,7 @@ BedFrames satisfy the following properties: - chrom, start, end columns - columns have valid dtypes (object/string/categorical, int/pd.Int64Dtype(), int/pd.Int64Dtype()) - for each interval, if any of chrom, start, end are null, then all are null -- all starts < ends. +- all starts <= ends. Whether a dataframe satisfies these properties can be checked with :func:`bioframe.core.checks.is_bedframe`: ``` diff --git a/pyproject.toml b/pyproject.toml index 327b4eec..304fc1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ docs = [ homepage = "https://github.com/open2c/bioframe" documentation = "https://bioframe.readthedocs.io/en/latest" repository = "https://github.com/open2c/bioframe" -changelog = "https://github.com/open2c/bioframe/blob/master/CHANGES.md" +changelog = "https://github.com/open2c/bioframe/blob/main/CHANGES.md" [tool.hatch.version] path = "bioframe/_version.py"