-
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
move .conda to $SNK_HOME #38
Comments
This doesn't work with package pipelines. |
Probably need a check to see if workflow package as when you're developing the package workflow having conda in the package can cause issues i.e. building the package with conda env can break things because of files sizes |
Only to to check if it's editable i.e. |
might want to keep .snakemake when editable otherwise conda envs will be deleted |
Stop editable packages from being polluted with
.conda
folder by movingCONDA_PREFIX
to$SNK_HOME/conda/<pipeline_name>
The text was updated successfully, but these errors were encountered: