Installation

Environment Setup

DeepDISC is built on detectron2. Detectron2 allows for modular construction of models, as well as testing state-of-the-art models.

Before installing DeepDISC, it is recommended to create a virtual environment.

Within a fresh environment, install the packages in conda-env.yml

Then, install detectron2 and scarlet following the instructions on the webpages

Finally, install deepdisc with

>> git clone https://github.com/lincc-frameworks/deepdisc.git
>> cd deepdisc
>> pip install -e .