Skip to content
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

adding freebayes version 1.3.8 attempt 2 #1144

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erinyoung
Copy link
Contributor

Attempt #2 to close #1057

There is a new version of freebayes. I attempted to create a dockerfile for this new version in #975, but was unsuccessful.

It was suggested that I attempt installing from conda. This is my attempt at use micromamba's verion 1.5.8 base with the corresponding error.

0.529 Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.109.133, ...
0.538 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.110.133|:443... connected.
0.556 HTTP request sent, awaiting response... 200 OK
0.573 Length: 30414 (30K) [text/plain]
0.573 Saving to: ‘SARS-CoV-2.reference.fasta’
0.573 
0.573      0K .......... .......... .........                       100% 16.1M=0.002s
0.575 
0.575 2024-12-23 18:21:40 (16.1 MB/s) - ‘SARS-CoV-2.reference.fasta’ saved [30414/30414]
0.575 
0.580 index file SARS-CoV-2.reference.fasta.fai not found, generating...
0.599 /opt/conda/conda-bld/freebayes_1711687983774/_build_env/x86_64-conda-linux-gnu/include/c++/12.3.0/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = Allele*; _Alloc = std::allocator<Allele*>; reference = Allele*&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
0.600 bash: line 1:    27 Aborted                 freebayes -f SARS-CoV-2.reference.fasta SRR13957123.sorted.bam > var.vcf
------
Dockerfile:48
--------------------
  47 |     
  48 | >>> RUN wget https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123.sorted.bam && \
  49 | >>>     wget https://raw.githubusercontent.com/artic-network/primer-schemes/refs/heads/master/nCoV-2019/V5.3.2/SARS-CoV-2.reference.fasta && \
  50 | >>>     freebayes -f SARS-CoV-2.reference.fasta SRR13957123.sorted.bam > var.vcf && \
  51 | >>>     head var.vcf
  52 |     
--------------------
ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh wget https://github.com/StaPH-B/docker-builds/raw/master/tests/SARS-CoV-2/SRR13957123.sorted.bam &&     wget https://raw.githubusercontent.com/artic-network/primer-schemes/refs/heads/master/nCoV-2019/V5.3.2/SARS-CoV-2.reference.fasta &&     freebayes -f SARS-CoV-2.reference.fasta SRR13957123.sorted.bam > var.vcf &&     head var.vcf" did not complete successfully: exit code: 134

Pull Request (PR) checklist:

  • Include a description of what is in this pull request in this message.
  • The dockerfile successfully builds to a test target for the user creating the PR. (i.e. docker build --tag samtools:1.15test --target test docker-builds/samtools/1.15 )
  • Directory structure as name of the tool in lower case with special characters removed with a subdirectory of the version number (i.e. spades/3.12.0/Dockerfile)
    • (optional) All test files are located in same directory as the Dockerfile (i.e. shigatyper/2.0.1/test.sh)
  • Create a simple container-specific README.md in the same directory as the Dockerfile (i.e. spades/3.12.0/README.md)
    • If this README is longer than 30 lines, there is an explanation as to why more detail was needed
  • Dockerfile includes the recommended LABELS
  • Main README.md has been updated to include the tool and/or version of the dockerfile(s) in this PR
  • Program_Licenses.md contains the tool(s) used in this PR and has been updated for any missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request An Update]: freebayes
1 participant