Skip to content

mrvollger/SmkTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<your workflow name>

Actions Status

This is a Snakemake project template. The Snakefile is under workflow.

Slides describing and justifying the use of this template.

Install

Please start by installing pixi which handles the environment of this Snakemake workflow.

You can then install the pixi environment by cloning this repository and running:

pixi install

Usage

pixi handles the execution of the Snakemake workflows:

pixi run snakemake ...

And if you want to run this Snakemake from another directory you can do so with:

pixi run --manifest-path /path/to/snakemake/pixi.toml snakemake ...

where you update /path/to/snakemake/pixi.toml to the path of the pixi.toml you cloned.

And in place of ... use all the normal Snakemake arguments for your workflow.

About

A template repository for snakemake workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages