Go to file
junos 280fa5867c Create the environment from file.
Add conda-forge as a channel for some packages.
2020-12-24 11:41:21 +01:00
.idea Add the rest of the .idea files to VCS. 2020-12-23 17:12:33 +01:00
config Create the environment from file. 2020-12-24 11:41:21 +01:00
.pre-commit-config.yaml Set up requirements. 2020-12-23 17:06:25 +01:00
README.md Create the environment from file. 2020-12-24 11:41:21 +01:00

README.md

STRAW2analysis

All analysis for the STRAW project.

To install first:

  • Create a conda virtual environment from the environment.yml file.
cd config
conda env create --file environment.yml
conda activate straw2analysis

If you have already created this environment, you can update it using:

conda deactivate
conda env update --file environment.yml
conda activate straw2analysis