This is the public-facing version of the private repository https://github.com/emerge-bii/temporal_paper, which was originally copied on 2025-05-30 @ 12:59 EDT, retaining all the original contents except for the exclusion of data files with sharing restrictions (those paths are listed in this repository's .gitignore).
The following people contributed to the original code:
git clone git@github.com:emerge-bii/temporal_paper.git
cd temporal_paper
./install_dependencies.sh
conda activate temporal_paper_vXIf you require packages not installed in the above environment, add them to temporal_paper.yml and update the version number.
- Emerge_MAGs_v1 (globus: 20220420_MAGs)
- SingleM_otu_tables_v4 (globus: SingleM)
- EMERGE_distillate_v9 (globus: temporal_paper)
- DRAM_distillate_v2 (globus: temporal_paper)
- Manual_methanogen_calls_v1 (globus: temporal_paper)
- DRAM_annotations_v4 (globus: temporal_paper)
- Emerge_metaTs_v5 (globus: temporal_paper)
- Emerge_metaTs_processed_v6 (globus: temporal_paper)
- AA_frequencies_v1 (globus: temporal_paper)
Example:
cd data
ln -s <path/to/Emerge_MAGs_v1> Emerge_MAGs_v1Large files or folders should also be added here and to .gitignore.
Source setup.R for all inputs.
Separate analysis subfolders for each type.
If you plan to use the cazyme scraper, it will need to run in it's own conda environment. Instructions for installation of this environment and use of the script can be found in the cazyme_scraper repository.