Skip to content

Commit da66851

Browse files
committed
maint: We thank the reviewer...
1 parent 54aad16 commit da66851

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ bioRxiv 2022.02.16.480748; doi: https://doi.org/10.1101/2022.02.16.480748
1919

2020

2121
## Installation
22-
The following are required before installing bioframe:
23-
* Python 3.7+
24-
* `numpy`
25-
* `pandas>=1.3`
2622

2723
```sh
2824
pip install bioframe

docs/guide-intervalops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BedFrames satisfy the following properties:
6464
- chrom, start, end columns
6565
- columns have valid dtypes (object/string/categorical, int/pd.Int64Dtype(), int/pd.Int64Dtype())
6666
- for each interval, if any of chrom, start, end are null, then all are null
67-
- all starts < ends.
67+
- all starts <= ends.
6868
6969
Whether a dataframe satisfies these properties can be checked with :func:`bioframe.core.checks.is_bedframe`:
7070
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docs = [
6969
homepage = "https://github.com/open2c/bioframe"
7070
documentation = "https://bioframe.readthedocs.io/en/latest"
7171
repository = "https://github.com/open2c/bioframe"
72-
changelog = "https://github.com/open2c/bioframe/blob/master/CHANGES.md"
72+
changelog = "https://github.com/open2c/bioframe/blob/main/CHANGES.md"
7373

7474
[tool.hatch.version]
7575
path = "bioframe/_version.py"

0 commit comments

Comments
 (0)