Skip to content
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

Run on the SGE cluster without Docker support #3

Open
YingYa opened this issue Jun 22, 2020 · 3 comments
Open

Run on the SGE cluster without Docker support #3

YingYa opened this issue Jun 22, 2020 · 3 comments

Comments

@YingYa
Copy link

YingYa commented Jun 22, 2020

Hi Sigve,

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

Regards,
Ya

@sigven
Copy link
Owner

sigven commented Jun 25, 2020

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

@vladsavelyev
Copy link

vladsavelyev commented Jun 25, 2020

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

@sigven
Copy link
Owner

sigven commented Jun 25, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants