Skip to content

Set up desktop distribution#7

Draft
mikoding9 wants to merge 4 commits into
PyPSA:mainfrom
open-energy-transition:desktop-distribution
Draft

Set up desktop distribution#7
mikoding9 wants to merge 4 commits into
PyPSA:mainfrom
open-energy-transition:desktop-distribution

Conversation

@mikoding9
Copy link
Copy Markdown

No description provided.

mikoding9 added 4 commits May 24, 2026 23:28
When a job directory already exists from a previous failed or cancelled
run, git worktree add fails with exit 128 "already exists". Prune stale
worktree refs and remove the directory beforehand so retries succeed.
Paths under ~/Library/Application Support contain a space. Storing the
shlex-quoted path in a plain string variable and expanding it unquoted
caused word-splitting, so Snakemake received a truncated path as a
positional target. Switch to a bash array and use "${SNKMT_ARGS[@]}"
to preserve the path as a single argument.
@mikoding9 mikoding9 marked this pull request as draft May 25, 2026 09:35
@mikoding9 mikoding9 marked this pull request as ready for review May 25, 2026 09:36
@mikoding9 mikoding9 marked this pull request as draft May 25, 2026 09:36
@mikoding9
Copy link
Copy Markdown
Author

@lkstrp Feel free to give feedback

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