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
Hi. I was wondering whether it would be possible to soft-link the run_ilastik.sh script in the environment bin/ directory as part of the recipe build process. Currently, it is placed in the top-level directory of the conda environment. I have tested this behaviour after the creation of the conda environment and it works well. I think I remember having issues when the script was physically copied in bin/ due to path searches.
Hi. I was wondering whether it would be possible to soft-link the
run_ilastik.sh
script in the environmentbin/
directory as part of the recipe build process. Currently, it is placed in the top-level directory of the conda environment. I have tested this behaviour after the creation of the conda environment and it works well. I think I remember having issues when the script was physically copied inbin/
due to path searches.I am trying to run
ilastik
as part of a pipeline in--headless
mode, and ideally I dont want to have any interaction with the environment other than sourcing it:https://github.com/drpatelh/nf-core-imcyto/blob/master/environment_ilastik.yml
In my opinion this would make things more portable across multiple containers so it would be great to know what you think.
The text was updated successfully, but these errors were encountered: