diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d586edb..93bcff8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: - cron: "0 7 * * 3" jobs: - run_tests: + tests: strategy: matrix: # matrixed execution for parallel gh-action performance increases @@ -47,7 +47,7 @@ jobs: # smaller tests first. run_large_data_tests: runs-on: ubuntu-22.04 - needs: run_tests + needs: tests steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 17ac001..64c907f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: blacken-docs - repo: https://github.com/PyCQA/bandit - rev: 1.8.2 + rev: 1.8.3 hooks: - id: bandit args: ["-c", "pyproject.toml"] diff --git a/CITATION.cff b/CITATION.cff index 6cda1b0..abecfcf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,11 +17,18 @@ authors: - given-names: Erik family-names: Serrano orcid: 'https://orcid.org/0000-0003-4188-9080' + - given-names: Vincent + family-names: Rubinetti + orcid: 'https://orcid.org/0000-0002-4655-3773' - given-names: Gregory family-names: Way orcid: 'https://orcid.org/0000-0002-0503-9348' repository-code: 'https://github.com/cytomining/CytoTable' url: 'https://cytomining.github.io/CytoTable/' +identifiers: + - description: Software DOI + type: doi + value: "10.5281/zenodo.14888111" abstract: >- Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools. keywords: diff --git a/readme.md b/readme.md index 4cb161c..301bb68 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,11 @@ # CytoTable +![PyPI - Version](https://img.shields.io/pypi/v/cytotable) +[![Build Status](https://github.com/cytomining/cytotable/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/cytomining/cytotable/actions/workflows/test.yml?query=branch%3Amain) +[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) +[![Software DOI badge](https://zenodo.org/badge/DOI/10.5281/zenodo.14888111.svg)](https://doi.org/10.5281/zenodo.14888111) + ![dataflow](https://raw.githubusercontent.com/cytomining/cytotable/main/docs/source/_static/dataflow.svg?raw=true) _Diagram showing data flow relative to this project._