minor bug with conda install import: command not found
#327
Labels
enhancement
New feature or request
import: command not found
#327
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
The text was updated successfully, but these errors were encountered: