generated from CCBR/CCBR_SnakemakeTemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Consider allowing workdir to already existing during init
#97
Comments
Since we're overwriting the configs etc on init, concern is that you could overwrite a previous runs information, which you don't want to do. We could add an archive step here or something similar to ensure we don't lose the previous configs |
Gotcha. Maybe we could add a |
Love that idea! Def works. |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
carlisle --runmode=init --workdir=.
Perhaps instead it could throw a warning if the directory isn't empty?
The text was updated successfully, but these errors were encountered: