-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory: '/home/***/proabc2-work/session.log
#14
Comments
From your command it seems that you are missing the
you might need to adjust the paths to your case |
“yilu@localhost:~/proabc2-work$ docker run ghcr.io/haddocking/proabc-2:latest -v /home/yilu/proabc2-work h.fasta l.fasta |
The Go into your home directory cd /home/yilu Run the command: docker run \
-v `pwd`:/data
ghcr.io/haddocking/proabc-2:latest \
proabc2-work h.fasta l.fasta |
***@***.***:~$ docker run ghcr.io/haddocking/proabc-2:latest -v 'pwd':/data /home/yilu/proabc2-work h.fasta l.fasta
usage: proabc2 [-h] folder heavy light
proabc2: error: unrecognized arguments: -v l.fasta”
At the same time,I tried “pip install” method,however, it was stopped as "ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from proabc-2) (from versions: 2.2.0 ..."
The environement is based on Windows 11+WSL2+Docker-Desktop(win)+ubuntu20.04.
…________________________________
发件人: Rodrigo Vargas Honorato ***@***.***>
发送时间: 2024年6月6日 17:51
收件人: haddocking/proABC-2 ***@***.***>
抄送: AbDiscover ***@***.***>; Author ***@***.***>
主题: Re: [haddocking/proABC-2] [Errno 2] No such file or directory: '/home/***/proabc2-work/session.log". (Issue #14)
The -v goes inside the docker arguments, try this:
Go into your home directory
cd /home/yilu
Run the command:
docker run \
-v `pwd`:/data
ghcr.io/haddocking/proabc-2:latest \
proabc2-work h.fasta l.fasta
―
Reply to this email directly, view it on GitHub<#14 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BI6TRHIRYOFMXJE5X3XR5Z3ZGAWJ7AVCNFSM6AAAAABI2GECC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJRHA3TCNJVGA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It's ` not '
|
No such file or directory: '/home/***/proabc2-work/session.log
This comment was marked as resolved.
This comment was marked as resolved.
Could you please share what command you tried to input? |
Thanks @Iqrarshad, indeed with powershell/cmd i'm also getting this error. Could you instead try via WSL and check if that works for you? |
My issue has been resolved. The folder we created earlier, "proabc2-prediction," required permission to write a log file. I updated the permissions of the folder, and it worked for me. |
Thanks for the update on the workaround 👍🏽 |
I used docker as " docker run ghcr.io/haddocking/proabc-2:latest /home//proabc2-work h.fasta l.fasta", however, the error cames"[Errno 2] No such file or directory: '/home//proabc2-work/session.log". May I have your advice on this?
The text was updated successfully, but these errors were encountered: