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

twopaco: error while loading shared libraries: libtbb.so.2: cannot open shared object file: No such file or directory #28

Open
Karimi-81 opened this issue May 19, 2021 · 4 comments

Comments

@Karimi-81
Copy link

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

@iminkin
Copy link
Collaborator

iminkin commented May 22, 2021

Hi @Karimi-81 , do you have root privileges on the machine you are using?

@iminkin
Copy link
Collaborator

iminkin commented May 22, 2021

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/

@Karimi-81
Copy link
Author

Karimi-81 commented May 22, 2021 via email

@Karimi-81
Copy link
Author

Sorry to interrupt you again. I got another error:
Constructing the graph...
Threads = 16
Vertex length = 25
Hash functions = 5
Filter size = 68719476736
Capacity = 1
Files:
/scratch/karimi81/sibeliaz/genome1.fasta
/Pacbio_data/NCBI_Prep/assembly_new_IDs.fasta

Round 0, 0:68719476736
Pass Filling Filtering
1 188 335
2 130 22
True junctions count = 51616635
False junctions count = 34209474
Hash table size = 85826109
Candidate marks count = 724970458

Reallocating bifurcations time: 31
True marks count: 688877364
Edges construction time: 137

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.

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

2 participants