-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd05f40
commit db7c715
Showing
12 changed files
with
389 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
cff-version: 1.2.0 | ||
type: software | ||
title: bioframe | ||
license: MIT | ||
repository-code: 'https://github.com/open2c/bioframe' | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
authors: | ||
- given-names: Nezar | ||
family-names: Abdennur | ||
orcid: 'https://orcid.org/0000-0001-5814-0864' | ||
- given-names: Geoffrey | ||
family-names: Fudenberg | ||
orcid: "https://orcid.org/0000-0001-5905-6517" | ||
- given-names: Ilya | ||
family-names: Flyamer | ||
orcid: "https://orcid.org/0000-0002-4892-4208" | ||
- given-names: Aleksandra | ||
family-names: Galitsyna | ||
orcid: "https://orcid.org/0000-0001-8969-5694" | ||
- given-names: Anton | ||
family-names: Goloborodko | ||
orcid: "https://orcid.org/0000-0002-2210-8616" | ||
- given-names: Maxim | ||
family-names: Imakaev | ||
orcid: "https://orcid.org/0000-0002-5320-2728" | ||
- given-names: Sergey | ||
family-names: Venev | ||
orcid: "https://orcid.org/0000-0002-1507-7460" | ||
abstract: >- | ||
Bioframe is a library to enable flexible and performant | ||
operations on genomic interval data frames in Python. | ||
keywords: | ||
- bioinformatics | ||
- genomics | ||
- ranges | ||
- intervals | ||
- dataframes | ||
- pandas | ||
- numpy | ||
- Python | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.3897573 | ||
description: Zenodo | ||
- type: doi | ||
value: 10.1101/2022.02.16.480748 | ||
description: bioRxiv | ||
preferred-citation: | ||
type: article | ||
title: "Bioframe: Operations on Genomic Intervals in Pandas Dataframes" | ||
authors: | ||
- given-names: Open2C | ||
- given-names: Nezar | ||
family-names: Abdennur | ||
orcid: 'https://orcid.org/0000-0001-5814-0864' | ||
- given-names: Geoffrey | ||
family-names: Fudenberg | ||
orcid: "https://orcid.org/0000-0001-5905-6517" | ||
- given-names: Ilya | ||
family-names: Flyamer | ||
orcid: "https://orcid.org/0000-0002-4892-4208" | ||
- given-names: Aleksandra | ||
family-names: Galitsyna | ||
orcid: "https://orcid.org/0000-0001-8969-5694" | ||
- given-names: Anton | ||
family-names: Goloborodko | ||
orcid: "https://orcid.org/0000-0002-2210-8616" | ||
- given-names: Maxim | ||
family-names: Imakaev | ||
orcid: "https://orcid.org/0000-0002-5320-2728" | ||
- given-names: Sergey | ||
family-names: Venev | ||
orcid: "https://orcid.org/0000-0002-1507-7460" | ||
journal: bioRxiv | ||
year: 2022 | ||
doi: "10.1101/2022.02.16.480748" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.5.0" | ||
__version__ = "0.5.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters