Closed Lemon-Liu closed 5 years ago
Hi, thank you very much for your interest! The problem is related to the fact that Guppy_GPU requires the installation of CUDA library. If you want to take advantage of GPU for the computation acceleration, you can consider installing that. Otherwise, you can consider using '-B 2' to use Guppy_CPU or '-B 3' to use Albacore.
Sincerely, Yu
Dear developers,
After installing DeepSimulator, I tried
./case_study.sh -f example/artificial_human_chr22.fasta
, everything is fine.However, when I tried
./deep_simulator.sh -i example/artificial_human_chr22.fasta
in the 'DeepSimulator' dir, there is a problem of 'guppy_basecaller':/mypath/DeepSimulator/base_caller/guppy_3.1.5/ont-guppy/bin/guppy_basecaller: error while loading shared libraries: libcuda.so.1: cannot open shared object file: No such file or directory Basecalling finished!
Here is the whole output in the screen:
and the 'pass.fastq' file is null.
Do you have any suggestion to fix it? Thanks ahead.
Mia