with relevant correct variables. There was an error:
/home/user/miniforge3/envs/clair3/bin/clair3.py: line 1: import: command not found
from: can't read /var/mail/importlib
from: can't read /var/mail/shared.param_p
Solved by adding a shebang:
#!/usr/bin/env python3 to the file /home/user/miniforge3/envs/clair3/bin/clair3.py
Hi developers,
Thanks for the great tool - very fast and accurate!
I installed clair3 via option 3 Bioconda. Linux system with GPU available Ubuntu 20.04
I ran Clair3 as follows:
with relevant correct variables. There was an error:
Solved by adding a shebang:
#!/usr/bin/env python3
to the file/home/user/miniforge3/envs/clair3/bin/clair3.py
George