Hi team,
When I am trying to run docker following haddock tutorial, I copy pasted from a github page to run docker after create a heavy and light fasta file inside proabc2-prediction. I got the following error:
An error occurred. Check error.log file
I run the command below
(base) sma@DESKTOP-AUQVN3U:~$ docker run \
–rm \
–user $(id -u):$(id -g) \
-v `pwd`:/data \
proabc2-prediction/ heavy.fasta light.fasta
An error occurred. Check error.log file
~$ cd proabc2-prediction
~/proabc2-prediction$ ls
error.log heavy.fasta light.fasta session.log
~/proabc2-prediction$ cat error.log
No sequence present in heavy.fasta file. Please check your input file
However, my sequence files correct and the file not empty
SO I thought that the error is relating to docker running. I’m a new user and don’t know enough to troubleshoot efficiently. Please why is this error happening and how can I fix it?
I use Windows 11 and Bash as a terminal.
Operating System: Ubuntu 22.04.5 LTS
OSType: linux
Architecture: x86_64
Client: Docker Engine – Community Version: 28.3.3
Thank you