Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active June 20, 2016 03:44
Show Gist options
  • Save danielecook/88a158f0d1390b1969ea to your computer and use it in GitHub Desktop.
Save danielecook/88a158f0d1390b1969ea to your computer and use it in GitHub Desktop.
Snakemake shortcuts

Rerun rules with code changes.

  snakemake -R `snakemake --list-code-changes`

Rerun rules with any changes

  snakemake -R `snakemake --list-version-changes --list-code-changes --list-input-changes`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment