Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 770 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 770 Bytes

Channel Depletions Model

Code repo for DETAW and DCD models

Installation

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.

Running

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.