Utilties for accessing the ORNL Galaxy instance
Project description
nova-galaxy
=======================
Introduction
This is the repository for the nova-galaxy project. This project creates a python package that makes it easier to work with the ORNL Galaxy instance.
Documentation
A user guide, examples, and a full API for this package can be found at https://nova-galaxy.readthedocs.io/en/stable/.
Installation
You can install this package directly with
pip install nova-galaxy
or with Poetry by placing the following in your pyproject.toml file (you can version lock with typical Semantic Versioning syntax)
[tool.poetry.dependencies]
nova-galaxy = "*"
Formatting
poetry run ruff format
Linting
poetry run ruff check
poetry run mypy .
Testing
You can run the tests for this package with the following command from the base directory:
NOVA_GALAXY_TEST_GALAXY_URL=galaxy-url NOVA_GALAXY_TEST_GALAXY_KEY=key poetry run pytest tests/
with NOVA_GALAXY_TEST_GALAXY_URL being the url of your Galaxy instance and NOVA_GALAXY_TEST_GALAXY_KEY being your
Galaxy API Key.
To run tests with coverage (include the above environment variables):
poetry run coverage run
poetry run coverage report
CI/CD in GitLab
Take a look at the .gitlab-ci.yml file. It configures pipelines to run in GitLab.
Some jobs will run automatically on each commit, jobs to
build packages and Docker images need to be trigerred manually. Don't forget to set versions properly:
in pyproject.toml for python package and in .gitlab-ci.yml for Docker tag.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nova_galaxy-0.8.1-py3-none-any.whl.
File metadata
- Download URL: nova_galaxy-0.8.1-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.10.17 Linux/6.8.0-55-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68f955ec84fe47af7d6d54297a408f2add2c15159a73042a48583b847d35642
|
|
| MD5 |
992bd0dedf9a83f54dc02abf249a91ae
|
|
| BLAKE2b-256 |
72106990b47b6152e66475a8cb5e516d1ef9089d75489b358c507229cca2e440
|