We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This may have to do with the IGDATA environment variable being exported by a Dockerfile ENTRYPOINT script:
IGDATA
ENTRYPOINT
bracer/Dockerfile
Line 72 in 131c2b9
Try exporting IGDATA prior to running bracer assemble:
bracer assemble
export IGDATA=/ncbi-igblast-1.4.0/bin && bracer assemble ...
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: