Open Karimi-81 opened 3 years ago
Hi @Karimi-81 , do you have root privileges on the machine you are using?
In the meanwhile, I found a similar issue with another project. Could you try a solution described there, i.e. downgrading tbb by running
conda install tbb=2020.2
?
Link to the thread: https://www.biostars.org/p/494922/
Karim Karimi Ph.D in Animal Breeding & Genetics Postdoctoral Fellowship in Mink Genomics Department of Animal Science and Aquaculture
Dalhousie University Tel: (902) 814 4442
From: Ilia Minkin @.> Sent: Saturday, May 22, 2021 1:49 PM To: medvedevgroup/SibeliaZ @.> Cc: Karim Karimi @.>; Mention @.> Subject: Re: [medvedevgroup/SibeliaZ] twopaco: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory (#28)
CAUTION: The Sender of this email is not from within Dalhousie.
In the meanwhile, I found a similar issue with another project. Could you try a solution described there?
https://www.biostars.org/p/494922/
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/medvedevgroup/SibeliaZ/issues/28#issuecomment-846434439, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATA6XJCAKC2ICQSE2U5F2Y3TO7OA5ANCNFSM45DVN6CQ.
Distinct junctions = 51616635
Loading the graph... Analyzing the graph... [..................................................] Generating the output... Blocks found: 2148015 Coverage: 0.23 bash: global_alignment: command not found
is this issue related to aligner? should I install or load aligner separately. I used the last version of software in conda.
Hi there, I used conda to install the sibeliaz: conda install -c bioconda sibeliaz However, I tried to run the program, I encountered with following error: (base) -bash-4.2$ sibeliaz assembly_mini.fasta Constructing the graph... twopaco: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory TwoPaco: 0.00 seconds elapsed, 216 KB memory used Loading the graph... error: Can't read the input file SibeliaZ-LCB: 0.05 seconds elapsed, 2048 KB memory used rm: cannot remove './sibeliaz_out/de_bruijn_graph.dbg': No such file or directory bash: global_alignment: command not found Alignment: 0.05 seconds elapsed, 1724 memory used
Is this issue related to installation of required libraries. Do you have any idea to solve the problem. Thank you