Skip to content

Commit

Permalink
maint: We thank the reviewer...
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 15, 2023
1 parent 54aad16 commit da66851
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-intervalops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit da66851

Please sign in to comment.