HLA icon indicating copy to clipboard operation
HLA copied to clipboard

Can I run xHLA without docker?

Open Tiredbird opened this issue 5 years ago • 8 comments

Hello all, I have no root access and I could not use docker. Could I use this software without docker ? How did I install it?

Thank you!

Tiredbird avatar Jun 05 '19 04:06 Tiredbird

I want to know, too!!!

zhoulin8908 avatar Jul 03 '19 09:07 zhoulin8908

Run.py under bin directory is the entry of the program. You can try running this file if you have installed all the dependencies such as diamond and some python and R packages. But I really don't recommend.

polojacky avatar Apr 04 '20 08:04 polojacky

I want to know, too!!!

koujiaodahan avatar Apr 17 '20 09:04 koujiaodahan

I suppose we can install all dependencies follwing the dockerfile

koujiaodahan avatar Apr 20 '20 06:04 koujiaodahan

I also have this issue- would be great if there could be a conda option as an alternative, or some other prescribed way to install required dependencies.

t-carroll avatar Apr 21 '20 23:04 t-carroll

I did it following the dockerfile. In fact ,I dont run with any AWS S3 inputs or outputs,so the boto3 package is not necessary and the corresponding code in run.py could be commented

koujiaodahan avatar Apr 22 '20 08:04 koujiaodahan

I did it following the dockerfile. In fact ,I dont run with any AWS S3 inputs or outputs,so the boto3 package is not necessary and the corresponding code in run.py could be commented

thanks for that info, will give it a shot!

t-carroll avatar Apr 22 '20 13:04 t-carroll

My fork runs through R and Python. https://github.com/chrissyhroberts/xHLA_R

chrissyhroberts avatar May 18 '22 17:05 chrissyhroberts