-
Notifications
You must be signed in to change notification settings - Fork 25
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: '/inputs/idh1_config.yaml' #164
Comments
Are you mounting a volume (docker -v argument) for the input directory?
…On Sun, Jan 12, 2025 at 9:46 AM taherimo ***@***.***> wrote:
I followed the steps to run the pipeline using docker, but the config file
cannot be found by the pipeline:
Traceback (most recent call last):
File "run_snakemake.py", line 375, in <module>
main()
File "run_snakemake.py", line 333, in main
with open(args.configfile) as configfile:
FileNotFoundError: [Errno 2] No such file or directory: '/inputs/idh1_config.yaml'
Even when I pass the absolute path of the yaml file to the --configfile=
argument I get same error.
—
Reply to this email directly, view it on GitHub
<#164>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADSHOHEAUWHO55NSO6A4WD2KJ54RAVCNFSM6AAAAABVBDAVTOVHI2DSMVQWIX3LMV43ASLTON2WKOZSG44DENJSGIZTENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@timodonnell I created input, output, and reference-genome directories as described in the README file and copied the required files (fastq, vcf, bed, etc.) into the input and reference-genome directories. Also, |
Could you paste the full docker command you're using to run the pipeline? Also worth checking, do you see the |
@julia326 Yes I have three subdirectories under a directory I created for this purpose (
I created them as described in the manual. Also, the Here is my full docker command:
|
@taherimo I think the issue is that your docker command is missing colons in specifying the mounts. Try running:
|
@julia326 I ran exactly the command you mentioned (included colons). But I still get same error:
|
@taherimo I just realized I missed the part above where you have subfolders within
|
@julia326 Thanks for your help. I think it is working now. |
I followed the steps to run the pipeline using docker, but the config file cannot be found by the pipeline:
Even when I pass the absolute path of the yaml file to the --configfile= argument I get same error.
The text was updated successfully, but these errors were encountered: