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

IgBLAST crashes in docker container #53

Open
antonkulaga opened this issue Apr 24, 2020 · 1 comment
Open

IgBLAST crashes in docker container #53

antonkulaga opened this issue Apr 24, 2020 · 1 comment

Comments

@antonkulaga
Copy link

When I ran the latest docker container on test fastq data it crashes with IgBLAST subprocess
stdout.txt
stderr.txt

Here is the command that was run:

bracer assemble --ncores 28 --species Hsap  cell_1 bracer_results /cromwell-executions/BCR_extraction/39483cc3-3a87-4370-96bb-7c7e8e4112dd/call-bracer_assemble/inputs/1726693592/cell1_1.fastq /cromwell-executions/BCR_extraction/39483cc3-3a87-4370-96bb-7c7e8e4112dd/call-bracer_assemble/inputs/1726693592/cell1_2.fastq
@dcroote
Copy link
Contributor

dcroote commented May 28, 2020

This may have to do with the IGDATA environment variable being exported by a Dockerfile ENTRYPOINT script:

ENTRYPOINT ["bash", "/bracer/docker_helper_files/docker_wrapper.sh"]

Try exporting IGDATA prior to running bracer assemble:

export IGDATA=/ncbi-igblast-1.4.0/bin && bracer assemble ...

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

No branches or pull requests

2 participants