Skip to content

aemann01/necrobiome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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