https://github.com/czbiohub-sf/compmicro-ndutils-env
Shared ndutils environment for maintained by the CompMicro platform
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 (11.3%) to scientific vocabulary
Repository
Shared ndutils environment for maintained by the CompMicro platform
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
- Releases: 15
Metadata Files
README.md
compmicro-ndutils-env
This repo contains an environment definition and automated build for the "ndutils" Python environment used for analysis of N-dimensional microscopy data. The environment is maintained by the Computational Microscopy platform at the Chan Zuckerberg Biohub - San Francisco and is available on the bruno high performance compute cluster.
Loading the environment on bruno
If you have access to bruno you can load this shared environment using
sh
module load anaconda comp_micro
conda activate ndutils
Checking the environment version
This environment is versioned, and a list of previous versions is available under Releases.
You can check the version of the installed environment using the env_version command, using with "pip list", or with "pip show".
``` $ env_version ndutils 0.2.0.dev3
$ pip list | grep ndutils ndutils 0.2.0.dev3
$ pip show ndutils Name: ndutils Version: 0.2.0.dev3 Summary: ndutils compute environment for computational microscopy at CZBiohub SF ... ```
Installation
You can install your own copy of this environment in the following ways. See the available releases at https://github.com/czbiohub-sf/compmicro-ndutils-env/releases.
Pip
python3 -m pip install git+https://github.com/czbiohub-sf/compmicro-ndutils-env.git@v${RELEASE_VERSION}
Conda
git clone git@github.com:czbiohub-sf/compmicro-ndutils-env.git
cd compmicro-ndutils-env
git checkout v${RELEASE_VERSION}
conda env create --file=environment.yml
Docker
A docker image is automatically built using GitHub actions whenever a version tag is pushed. See the GitHub-hosted compmicro-ndutils-env Docker repository.
To pull and run a Docker image:
docker run ghcr.io/czbiohub-sf/compmicro-ndutils-env:v${RELEASE_VERSION}
Apptainer
To run an Apptainer container created from the Docker image:
apptainer run docker://ghcr.io/czbiohub-sf/compmicro-ndutils-env:v${RELEASE_VERSION}
Or to run a bash shell in Apptainer:
apptainer exec docker://ghcr.io/czbiohub-sf/compmicro-ndutils-env:$v{RELEASE_VERSION} bash
Contributing
We welcome contributions! Please see the Contributing guide
Owner
- Name: Chan Zuckerberg Biohub San Francisco
- Login: czbiohub-sf
- Kind: organization
- Location: San Francisco
- Website: https://www.czbiohub.org/sf/
- Repositories: 1
- Profile: https://github.com/czbiohub-sf
GitHub Events
Total
- Create event: 33
- Issues event: 3
- Release event: 13
- Delete event: 21
- Issue comment event: 5
- Push event: 46
- Public event: 1
- Pull request event: 6
Last Year
- Create event: 33
- Issues event: 3
- Release event: 13
- Delete event: 21
- Issue comment event: 5
- Push event: 46
- Public event: 1
- Pull request event: 6
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 2
- Total pull requests: 3
- Average time to close issues: about 2 months
- Average time to close pull requests: 1 day
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 0.33
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 3
- Average time to close issues: about 2 months
- Average time to close pull requests: 1 day
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.5
- Average comments per pull request: 0.33
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ziw-liu (2)
Pull Request Authors
- ieivanov (2)
- edyoshikun (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- docker/build-push-action v6 composite
- docker/login-action v3 composite
- docker/setup-buildx-action v3 composite
- actions/checkout v4 composite
- actions/setup-python v3 composite
- actions/checkout v4 composite
- actions/setup-python v3 composite
- ubuntu 22.04 build
- napari *
- napari-animation *
- pip
- python 3.10.*