Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.24 KB

necrobiome

This repository describes the analysis performed in the paper Tarone et al. 2022. The devil is in the details: Variable impacts of season, BMI, sampling site temperature, and presence of insects on the post-mortem microbiome

DOI

Setup

This repository assumes you are running in a Unix environment (e.g., Mac OSX or Linux) and you have conda installed.

To get this repository:

git clone https://github.com/aemann01/necrobiome.git && cd necrobiome/
  • Run the following command to install the one of the environments
conda env create -f environment.yml
  • To load a given environment run
conda activate 2022-Necrobiome
  • To turn off the environment run
conda deactivate