https://github.com/databio/bedboss
Python pipeline for processing BED files for BEDbase
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.9%) to scientific vocabulary
Keywords
Repository
Python pipeline for processing BED files for BEDbase
Basic Info
- Host: GitHub
- Owner: databio
- License: bsd-2-clause
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://docs.bedbase.org
- Size: 23.1 MB
Statistics
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 16
- Releases: 14
Topics
Metadata Files
README.md
bedboss
Documentation: https://docs.bedbase.org/bedboss
Source Code: https://github.com/databio/bedboss
BEDboss is a command-line management tool for BEDbase. It contains pipelines that filters, standardizes, and calculates statistics for genomic interval data, functions that enters the results into a BEDbase database, deletes bed and bedsets from the database, and indexes the data to qdrant.
Installation
To install bedboss use this command:
pip install bedboss
or install the latest version from the GitHub repository:
pip install git+https://github.com/databio/bedboss.git
Development
For development, you should install all the dependencies, create a virtual environment, and work on the local database. The workflow is described in the development documentation.
Testing
Requirements test:
To test requirements, install bedboss and run:
bedboss requirements-check
Smoke tests:
Use this docs: - ./test/README.md
How to generate usage documentation:
Run this command in the root of the repository:
cd scripts
bash update_usage_docs.sh
Owner
- Name: Databio
- Login: databio
- Kind: organization
- Location: University of Virginia
- Website: https://databio.org
- Repositories: 88
- Profile: https://github.com/databio
Solving problems in computational biology
GitHub Events
Total
- Create event: 16
- Release event: 4
- Issues event: 52
- Delete event: 13
- Issue comment event: 58
- Member event: 2
- Push event: 185
- Pull request review comment event: 50
- Pull request review event: 42
- Pull request event: 29
Last Year
- Create event: 16
- Release event: 4
- Issues event: 52
- Delete event: 13
- Issue comment event: 58
- Member event: 2
- Push event: 185
- Pull request review comment event: 50
- Pull request review event: 42
- Pull request event: 29
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 79
- Total pull requests: 56
- Average time to close issues: 4 months
- Average time to close pull requests: 17 days
- Total issue authors: 6
- Total pull request authors: 4
- Average comments per issue: 1.84
- Average comments per pull request: 0.23
- Merged pull requests: 52
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 32
- Pull requests: 33
- Average time to close issues: 3 months
- Average time to close pull requests: 14 days
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 1.69
- Average comments per pull request: 0.12
- Merged pull requests: 29
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- khoroshevskyi (50)
- donaldcampbelljr (17)
- nsheff (10)
- jwokaty (2)
- sanghoonio (1)
- xuebingjie1990 (1)
Pull Request Authors
- khoroshevskyi (54)
- donaldcampbelljr (14)
- nsheff (3)
- xuebingjie1990 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 215 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 14
- Total maintainers: 2
pypi.org: bedboss
Pipelines for genomic region file to produce bed files, and it's statistics
- Homepage: https://databio.org
- Documentation: https://bedboss.readthedocs.io/
- License: BSD2
-
Latest release: 0.7.3
published 9 months ago