You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'spathlib.Path.resolve
is to determine the root of the repo (e.g. via callinggit rev-parse --show-toplevel
in the workflow directory) and then assume that the template repo is (or needs to be cloned) parallel to that.The text was updated successfully, but these errors were encountered: