Skip to content

chore(workflow): gres GPU request, ignore runtime dirs, example config - #32

Merged
lguerard merged 3 commits into
mainfrom
chore/commit-workflow-tweaks
Jun 25, 2026
Merged

chore(workflow): gres GPU request, ignore runtime dirs, example config#32
lguerard merged 3 commits into
mainfrom
chore/commit-workflow-tweaks

Conversation

@lguerard

Copy link
Copy Markdown
Contributor

Three atomic commits:

  1. chore: ignore .snakemake/.pixi — stop tracking Snakemake state + pixi env (per-machine runtime artefacts).
  2. fix(workflow): native gres GPU requestgres: "gpu:1" (→ --gres=gpu:1) instead of gpu: 1 (→ --gpus), which left scicore jobs without a bound CUDA device.
  3. chore(workflow): example config — nuclei model, label_name: cellpose_labels, reuse_pyramid: false.

🤖 Generated with Claude Code

lguerard and others added 3 commits June 25, 2026 10:17
Stop tracking Snakemake's .snakemake state (iocache/metadata) and the
pixi env dir; they are per-machine runtime artefacts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Use the slurm plugin's `gres: "gpu:1"` (emits --gres=gpu:1) instead of
`gpu: 1` (emits --gpus), which left scicore jobs without a bound CUDA
device. Clarify the comment.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Update the example: nuclei Cellpose model, label_name cellpose_labels,
reuse_pyramid false (rebuild instead of copying the input's pyramid).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@lguerard
lguerard merged commit 9933177 into main Jun 25, 2026
2 checks passed
@lguerard
lguerard deleted the chore/commit-workflow-tweaks branch June 25, 2026 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant