Closed cwhelan closed 6 years ago
Thanks Chris. We are aware of some docker problems and we are currently working on them and also try to install it to SevenBridges platform to validate its use on cloud VMs. We'll get it working soon, hopefully.
Hi @cwhelan, can you try again with the latest source code? I have it running on my docker environment now, but didn't test on AWS yet. We also have a prebuilt image: https://hub.docker.com/r/alkanlab/valor/
Hi @calkan, I was able to update to the latest commit (51dafc5a194d899d79ef8d3afd6bbe20173b8d06) and things seem to be running successfully now. Thanks!
Hi,
I'm trying to run Valor for inversion detection. I was able to complete a test run successfully on a sample BAM file on our local compute cluster. However, when I try to run in a docker container on a cloud VM using the same input file, I keep hitting segmentation faults. Here's the full output from one of my attempts:
I had to slightly modify the distributed docker build to make it work with our WDL/cromwell execution enviroment and so that I could tag the image with a version number and not run into docker caching issues. Here's a copy of my docker file:
In case it helps, here's some abridged output when running on the same bam file using our local compute:
Any thoughts on what might be going wrong or how to debug? Thanks!