UCLOrengoGroup / cath-tools

Protein structure comparison tools such as SSAP and SNAP
http://cath-tools.readthedocs.io
GNU General Public License v3.0
57 stars 14 forks source link

cath-resolve-hits.macos-10 #80

Open bioinfo2016 opened 8 months ago

bioinfo2016 commented 8 months ago

I run cath-resolve-hits.macos-10 on macOs Ventura. I run the following command: ./cath-resolve-hits --min-dc-hmm-coverage=80 --worst-permissible-bitscore 25 --output-hmmer-aln --input-format hmmsearch_out seqs.hmmsearch > seqs.crh

I go the following errror: dyld[4096]: Library not loaded: /usr/local/opt/icu4c/lib/libicudata.68.dylib Referenced from: ../../../cath-resolve-hits.macos-10

Reason: tried: '/usr/local/opt/icu4c/lib/libicudata.68.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/icu4c/lib/libicudata.68.dylib' (no such file), '/usr/local/opt/icu4c/lib/libicudata.68.dylib' (no such file), '/usr/local/lib/libicudata.68.dylib' (no such file), '/usr/lib/libicudata.68.dylib' (no such file, not in dyld cache), '/usr/local/Cellar/icu4c/73.2/lib/libicudata.68.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/icu4c/73.2/lib/libicudata.68.dylib' (no such file), '/usr/local/Cellar/icu4c/73.2/lib/libicudata.68.dylib' (no such file), '/usr/local/lib/libicudata.68.dylib' (no such file), '/usr/lib/libicudata.68.dylib' (no such file, not in dyld cache) zsh: abort ./cath-resolve-hits.macos-10

I run the the command "brew reinstall node" but nothing changed. Does anyone solve this problem? Your help is appreciated.

Regards