Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path resolution for git toplevel is wrong #54

Open
ptrebert opened this issue Jul 14, 2024 · 0 comments
Open

path resolution for git toplevel is wrong #54

ptrebert opened this issue Jul 14, 2024 · 0 comments

Comments

@ptrebert
Copy link
Member

probably a more general problem, but in the update workflow script, determining if and where the template-snakemake repository exists is logically flawed. What needs to be done here instead of just using Python's pathlib.Path.resolve is to determine the root of the repo (e.g. via calling git rev-parse --show-toplevel in the workflow directory) and then assume that the template repo is (or needs to be cloned) parallel to that.

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

No branches or pull requests

1 participant