Hi,
I've created a python script for processing HDXWorkbench CSV files in a bin folder inside the v2.
I also created a Dockerfile for using bayesian_hdx froma Docker container. I tested the docker image in Windows and Linux and it works fine.
if you decide to merge this into the master branch, you should also edit the Dockerfile v2/docker/Dockerfile and fix the URL variable in line 17 to use the original github repo.
Hi, I've created a python script for processing HDXWorkbench CSV files in a bin folder inside the v2. I also created a Dockerfile for using bayesian_hdx froma Docker container. I tested the docker image in Windows and Linux and it works fine. if you decide to merge this into the master branch, you should also edit the Dockerfile v2/docker/Dockerfile and fix the URL variable in line 17 to use the original github repo.
Current line 17:
ENV URL=https://github.com/r78v10a07/bayesian_hdx
Fix to:
ENV URL=https://github.com/salilab/bayesian_hdx
Thanks.