https://github.com/4dnucleome/partsegcore-compiled-backend
Science Score: 39.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
Found 6 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: 4DNucleome
- License: bsd-3-clause
- Language: Jupyter Notebook
- Default Branch: master
- Size: 954 KB
Statistics
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 5
- Releases: 0
Metadata Files
Readme.md
PartSegCorecompiledbackend
This is a package with all cython/c++ backend for ParSeg
Current release extracted from PartSegCore module to avoid building multiple wheels for the main package and speedup tests.
This package requires libomp for build.
On linux it can be installed with apt install libomp-dev or yum install libomp-devel.
On macOS it can be installed with brew install libomp.
As clang version created on macOS do not have native openmp brew do
not set libomp as default visible.
If you install libomp with brew and want to build package
from source you need to set OMP variable to libomp location.
For example:
bash
export OMP="$(brew --prefix libomp)"
pip install .
As currently there is no wheel for macOS ARM64 it is required to build package from source.
Development in Clion
To install Python build dependencies, run:
bash
pip install scikit-build-core cython cython-cmake numpy setuptools-scm
Then, install the package in development mode:
bash
pip install --no-build-isolation --config-settings=editable.rebuild=true\
-Cbuild-dir=build -ve .
vendor FindCython.cmake from cython-cmake to cmake directory.
bash
mkdir cmake && cython-cmake vendor cmake
Set CUSTOM_MODULE_PATH environment variable to full path to cmake directory.
Set it in Settings → Build, Execution, Deployment → CMake → Environment
Cite as
Bokota, G., Sroka, J., Basu, S. et al. PartSeg: a tool for quantitative feature extraction from 3D microscopy images for dummies. BMC Bioinformatics 22, 72 (2021). https://doi.org/10.1186/s12859-021-03984-1
Owner
- Name: 4DNucleome
- Login: 4DNucleome
- Kind: organization
- Repositories: 7
- Profile: https://github.com/4DNucleome
GitHub Events
Total
- Watch event: 1
- Delete event: 28
- Issue comment event: 39
- Push event: 112
- Pull request review comment event: 35
- Pull request review event: 53
- Pull request event: 57
- Create event: 32
Last Year
- Watch event: 1
- Delete event: 28
- Issue comment event: 39
- Push event: 112
- Pull request review comment event: 35
- Pull request review event: 53
- Pull request event: 57
- Create event: 32
Committers
Last synced: about 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Grzegorz Bokota | b****b@g****m | 24 |
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 109
- Average time to close issues: N/A
- Average time to close pull requests: 17 days
- Total issue authors: 0
- Total pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.98
- Merged pull requests: 72
- Bot issues: 0
- Bot pull requests: 59
Past Year
- Issues: 0
- Pull requests: 45
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Issue authors: 0
- Pull request authors: 3
- Average comments per issue: 0
- Average comments per pull request: 0.82
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 29
Top Authors
Issue Authors
Pull Request Authors
- Czaki (50)
- dependabot[bot] (32)
- pre-commit-ci[bot] (27)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 9,058 last-month
-
Total dependent packages: 2
(may contain duplicates) -
Total dependent repositories: 1
(may contain duplicates) - Total versions: 24
- Total maintainers: 1
pypi.org: partsegcore-compiled-backend
PartSegCore compiled backend,
- Homepage: https://4dnucleome.cent.uw.edu.pl/PartSeg/
- Documentation: https://partsegcore-compiled-backend.readthedocs.io/en/stable/
- License: BSD-3-Clause
-
Latest release: 0.15.13
published about 1 year ago
Rankings
Maintainers (1)
conda-forge.org: partsegcore-compiled-backend
- Homepage: https://4dnucleome.cent.uw.edu.pl/PartSeg/
- License: BSD-3-Clause
-
Latest release: 0.14.0
published about 4 years ago
Rankings
Dependencies
- actions/checkout v3 composite
- actions/download-artifact v2 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite
- pypa/cibuildwheel v2.11.4 composite
- pypa/gh-action-pypi-publish master composite