-
Notifications
You must be signed in to change notification settings - Fork 119
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
snpeff executable file not found in $PATH #889
Comments
I think its I can pull up help options this way:
|
The documentation in the readme uses Link to documentation : https://github.com/StaPH-B/docker-builds/tree/master/snpeff/5.2a |
The database (Candida_auris) can not be downloaded [dongyibo@login8 variants]$ singularity exec -B ./:/data docker://staphb/snpeff:5.1 snpeff download Candida_auris |
[dongyibo@login8 variants]$ singularity exec docker://staphb/snpeff:5.2a snpEff Candida_auris /blue/bphl-florida/dongyibo/Dev_Candida_PB/output-202402231521 |
[dongyibo@login8 variants]$ singularity exec docker://staphb/snpeff:5.2a snpeff Candida_auris /blue/bphl-florida/dongyibo/Dev_Candida_PB/output-202402231521 |
I think it's because the files don't exist? I ran this outside of a container, just on an ubuntu VM:
|
Yep, looks others encounter similar issues when downloading these files: pcingola/SnpEff#503 I don't think this issue is related to our docker image, but will keep this issue open for now |
how to use my own databases in this docker image? |
I mean that I need build a database by myself. but may I use it in the docker container? |
I'm not familiar with using snpeff, but you should be able to build your own database. You will need to mount (docker) or bind (singularity) your directory (like Something like...
As a feature, containers can't see your system unless you mount them. |
What container were you trying to use, and how were you attempting to use it?
[dongyibo@login8 variants]$ singularity exec -B ./:/data docker://staphb/snpeff:5.1 snpEff ann Candida_auris /blue/bphl-florida/dongyibo/Dev_Candida_PB/output-20240223152123/variants/bc2085bc2085.variants_bcftools.vcf > /blue/bphl-florida/dongyibo/Dev_Candida_PB/output-20240223152123/variants/test.chr22.ann.vcf
INFO: Converting OCI blobs to SIF format
INFO: Starting build...
Getting image source signatures
Copying blob 66f0a9a81c21 done
Copying blob 11b3c9cbca2b done
Copying blob d7bfe07ed847 done
Copying blob 9b6eb5233646 done
Copying blob a90bb4189aae done
Copying blob b0684862500b done
Copying blob 4f4fb700ef54 done
Copying config 1562668ec9 done
Writing manifest to image destination
Storing signatures
2024/02/27 11:37:40 info unpack layer: sha256:d7bfe07ed8476565a440c2113cc64d7c0409dba8ef761fb3ec019d7e6b5952df
2024/02/27 11:37:40 info unpack layer: sha256:11b3c9cbca2b6982b563fbd6919b029859d28477e927582dfc9b34da1df4e1c7
2024/02/27 11:37:42 warn rootless{usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-ptp-helper} ignoring (usually) harmless EPERM on setxattr "security.capability"
2024/02/27 11:37:44 info unpack layer: sha256:9b6eb5233646ef9536c0db358cfd8ec8ad73fae0acac800dcc3f86a38d9ce48e
2024/02/27 11:37:46 info unpack layer: sha256:b0684862500b9fa0cf335bee0d99976faa9d601defe67091cc09764758032607
2024/02/27 11:37:48 info unpack layer: sha256:a90bb4189aaed6b4233812724d91d61a2b0ab10d8db2a3544085c317f44ff30f
2024/02/27 11:37:51 info unpack layer: sha256:66f0a9a81c2173031ef6ab6b69bbbe102f519f7fd6e15f7f5bf61580a54786c8
2024/02/27 11:37:51 info unpack layer: sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
INFO: Creating SIF file...
FATAL: "snpEff": executable file not found in $PATH
Relevant log output
No response
The text was updated successfully, but these errors were encountered: