cacao icon indicating copy to clipboard operation
cacao copied to clipboard

Run on the SGE cluster without Docker support

Open YingYa opened this issue 5 years ago • 3 comments

Hi Sigve,

How could I run cacao on the SGE cluster without Docker support?

Regards, Ya

YingYa avatar Jun 22 '20 03:06 YingYa

Hi Ya,

Thanks for reaching out. Whad does "the SGE cluster" refer to? Would running with Singularity be a better option for you? If so, I will try to make this as an alternative way to run the workflow.

regards, Sigve

sigven avatar Jun 25 '20 07:06 sigven

Hi @YingYa, one option would be to install through conda:

conda install -c pcgr cacao

If you don't yet have conda installed:

wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
chmod +x miniconda.sh
./miniconda.sh -b -p $PWD/miniconda
export PATH=$PWD/miniconda/bin:$PATH
conda create -n cacao -c pcgr cacao
export PATH=$PWD/miniconda/envs/cacao/bin:$PATH

vladsavelyev avatar Jun 25 '20 07:06 vladsavelyev

Was not thinking along those lines, thanks for the input, Vlad!

sigven avatar Jun 25 '20 07:06 sigven