Russel88 / CRISPRCasTyper

CCTyper: Automatic detection and subtyping of CRISPR-Cas operons
https://typer.crispr.dk
MIT License
89 stars 16 forks source link

error while loading shared libraries: libnsl.so.1 #53

Open mlarjim opened 2 months ago

mlarjim commented 2 months ago

Hi, I installed CRISPRCasTyper (v1.8.0) through conda but it can not execute makeblastdb, this error appears:

[2024-07-05 11:00:29] INFO: BLASTing for CRISPR near cas operons
makeblastdb: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
blastn: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory

And then:

FileNotFoundError: [Errno 2] No such file or directory: 'cctyper_2/blast.tab'

It might be due to a version problem of Blast https://github.com/bioconda/bioconda-recipes/issues/24033

Thanks