Open jmonlong opened 4 years ago
Yes, bamShrink has been integrated in GraphTyper so it's no longer needed to compile it. The full SV genotyping pipeline (BAM/CRAM+SV sites -> SV genotypes in VCF) is now included in the genotype_sv
subcommand. The genotype
and genotype_sv
commands replace the graphtyper-pipelines scripts so you only need the graphtyper binary in your dockerfile. I think you can remove everything after line 36 in your file.
In case you need bamShrink for something else; I think the linking error you get is because it is trying to link to bzip2 but isn't finding it. I am not sure why bzip2 is sometimes needed but adding the flag -lbz2
should fix the issue.
Best, Hannes
I'm trying to build a docker container with GraphTyper, the pipeline repo and the necessary dependencies (see current Dockerfile). I'm having problems installing bamShrink. You mentioned in #6 that you might be integrating it to GraphTyper? I've tried different gcc versions but I'm not sure if I should continue down this road. Do you have a recommendation?
For bamShrink I'm trying this in the Dockerfile:
I'm getting an error during the compilation: