-
Notifications
You must be signed in to change notification settings - Fork 21
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
Smoove docker cannot access files! #249
Comments
you could run your docker in interactive mode ("-it") to debug. |
I tried with -it and continue give the error :
|
maybe you need to do when you run with -it, don't send the extra arguments until you are in the shell. then in the shell you can ls and see what's actually available. |
Ok, I already understand that the problem is *.bam, because if I put the all the path (/input/genomeinabotle/HG002_son/alignments_joined/post_processed//D1_S1.postprocessed.bam) it works. But how can I run for multiple files?? |
You can try escaping the
|
Thanks @brentp for all the help, I could handle with the issue, but then when the docker seemed to be running well it shows this error message:
What's happen?? |
exit status 137 means not enough memory. So you'll need to tell slurm or whatever is managing your jobs to allow more memory. |
I am runing the docker like this:
But then I get:
Can someone help me understand why this happen? What am I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: