Skip to content

Prefix remapper

Prefix remapper #456

Triggered via pull request March 5, 2026 23:04
Status Success
Total duration 17m 19s
Artifacts

tests.yml

on: pull_request
Check code formatting
3m 44s
Check code formatting
Run code lint checks
1m 34s
Run code lint checks
Run container tests
10m 28s
Run container tests
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff (PTH123): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: PTH123 `open()` should be replaced by `Path.open()` help: Replace with `Path.open()`
ruff (D103): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: D103 Missing docstring in public function
ruff (SIM118): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: SIM118 Use `key in dict` instead of `key in dict.keys()` help: Remove `.keys()`
ruff (PTH123): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: PTH123 `open()` should be replaced by `Path.open()` help: Replace with `Path.open()`
ruff (D103): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: D103 Missing docstring in public function
ruff (PTH123): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: PTH123 `open()` should be replaced by `Path.open()` help: Replace with `Path.open()`
ruff (D103): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: D103 Missing docstring in public function
ruff (F401): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: F401 `gzip` imported but unused help: Remove unused import: `gzip`
ruff (I001): notebooks/prefix_remapper_investigation.ipynb#L1
notebooks/prefix_remapper_investigation.ipynb:1:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): notebooks/pangenome_refseq.py#L14
notebooks/pangenome_refseq.py:14:1: I001 Import block is un-sorted or un-formatted help: Organize imports