-
Notifications
You must be signed in to change notification settings - Fork 33
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
Docker image for DRAGMAP #36
Comments
Here is a Dockerfile using Ubuntu:
In the process of building this tool, I found a bug related to how version information is gathered. It looks like you are using |
Hi, |
Sure, no problem, and thank you for your response! I ended up pushing the final image to Dockerhub here. Please feel free to use it if you want. |
Hi, thank you very much for sharing the docker image. I have an issue with the 1.3.0 version and tried your docker image with singularity and the issue continues. I checked the function in src/lib/workflow/Input2SamWorkflow.cpp, it catches the error of boost::iostream::gzip_error. So I figured it might be a gzip format error with my input Fastq File. However, I checked the input file with gzip -t -v, and here is the log: It does not seem problematic to me. I really had no clue what was going on. If you have run into similar issues, could you pls share some ideas about what might go wrong with my data or commands? Much appreciated! |
This docker should be placed more popular on the homepage. Saved my day, and dockers are always welcome :) When installing dragmap from bioconda in a fresh environment with python3.12, the alignment on the same data results in ... |
Hello there,
Thank you for maintaining this awesome open-source version of Dragen's aligner! I was planning on replacing bwa-mem2 with dragmap for its slightly higher accuracy. We have internally benchmarked it, and it seems to perform better.
I just have a quick question. Do you have a Dockerfile for building an image of this tool? I peeked around Dockerhub and saw a few images exist for DRAGMAP, but they didn't look too promising after taking a closer look. I was planning on building an image for our pipeline if one does not exist. If you want, I can send you the final Dockerfile.
Please let me know what you think.
Best Regards,
@skchronicles
The text was updated successfully, but these errors were encountered: