salilab / bayesian_hdx

Support code for HDX data reduction
GNU Lesser General Public License v2.1
3 stars 3 forks source link

Adding a python script for processing HDXWorkbench CSV files and a Dockerfile #7

Closed r78v10a07 closed 4 years ago

r78v10a07 commented 4 years ago

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.

saltzberg commented 4 years ago

Thanks for this!