Closed katelynxli closed 1 year ago
Duplicate of #333, #308
It reinstalling scib via git doesn't work, try setting the LD_LIBRARY_PATH variable
export LD_LIBRARY_PATH=$HOME/<path-to-conda-installation>/lib
Solved by navigating to the scib/knn_graph directory on my system and manually recompiling the knn_graph.o file.
g++ -std=c++11 -O3 knn_graph.cpp -o knn_graph.o
Hello!
I am trying to run the ilisi_graph() function in scib.metrics with the following code
ilisi_output_RSS = scib.metrics.ilisi_graph(adata_int, batch_key ="dataset", type_="embed", use_rep='X_emb', verbose=False)
However, I am encountering this FileNotFoundError
I updated my scib version to the github version, but the error persists still. Could you please advise? Thank you in advance!