problems in installing delly parallel

96 views
Skip to first unread message

Gen Bio

unread,
Sep 20, 2023, 10:41:23 AM9/20/23
to delly-users
Hi, 
I am trying to install delly based on the instructions provided in GitHub. I was able to install delly successfully. However, I am receiving error while trying to install parallel. Here is my codes:
cd delly/
sudo make all 

[Everything was fine up to this point]. Then I tried to install parallel by the following code
sudo make PARALLEL=1 -B src/delly

This gave me the following error:
config.status: config.h is unchanged config.status: linking htscodecs_bundled.mk to htscodecs.mk make[1]: Entering directory '/Programs/Structural_Variants/delly/src/htslib' htscodecs_bundled.mk:2Too many open files. Stop. make[1]: Leaving directory '/Programs/Structural_Variants/delly/src/htslib' make: [Makefile:57: .htslib] Error 2

How can I resolve this issue? Is there anything I am missing here? I truly appreciate your help.

Thanks,
Roy

Tobias Rausch

unread,
Sep 25, 2023, 3:14:22 AM9/25/23
to Gen Bio, delly-users
Can you please try without -B and removing the previous delly directory?

cd delly/
make PARALLEL=1 all 

Does this work?

Thanks, Tobias

--
You received this message because you are subscribed to the Google Groups "delly-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to delly-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/delly-users/62c3e79a-c81c-4b38-8448-7061c8d6cc93n%40googlegroups.com.

Gen Bio

unread,
Oct 5, 2023, 10:31:46 AM10/5/23
to Tobias Rausch, delly-users
Thanks, it worked. Sorry for my late reply!
Reply all
Reply to author
Forward
0 new messages