Open tetedange13 opened 1 year ago
@tetedange13 thank you so much for taking the time!! Impressive effort getting all the dependencies to play nicely together!! I will attempt to add this as a recipe and some instructions to the repo for others to use!!
Hi,
Context
I did not want to mess up my good old Conda install and Biocontainers' Docker image for Bohra only has
bohra
itself (andconda
is absent so impossible to install all tools throughbohra init
) => So I tried to set up everything for Bohra inside a Singularity image => It took me ages but it eventually worked, so I thought it would be useful to share it hereDisclaimer: I am not an expert in Singularity (neither in "Conda inside Singularity"), so surely some parts can be improved
Singularity definition file
Misc
singularity build --fakeroot bohra-2.3.2.sif bohra.def
(final size =~ 6.3 GB)singularity run bohra-2.3.2.sif bohra check
(a prompt asks for download of "babykraken" -> have to answer "[n]o")singularity run bohra-2.3.2.sif bohra run -i isolates.tab --pipeline preview --conda_prefix /opt/conda/envs
Hope this helps ! Have a nice day, Felix.