Skip to content

Quick Reference

First, setup the environment.

Apply this Copier template to create a new Snakemake workflow with an associated python package with the following commands:

copier copy --trust https://github.com/NEU-ABLE-LAB/able-workflow-copier.git ./

If this template has been updated and you would like to apply those updates to your project, run the following command. You can see all the Copier templates that have been applied to your project in the ./copier-answers/ directory. (DO NOT EDIT THESE FILES.)

copier update --trust --answers-file ".copier-answers/project.yml"