Code repo for DETAW and DCD models
To setup a conda enviroment that works with this version, first install miniconda3 or anaconda3
Then install the environment (default name detaw) by running the following command from conda prompt
conda env create -f environment.yml
This will take a few minutes (upto 20 mins) to download and install packages.
After that activate the enviroment with this command
conda activate detaw
Now you are ready to run DCD and DETAW. Please follow the instructions in the manual.