Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

snakemake

Actions
Run Snakemake on the repository
v1.4.2
Star (56)

Snakemake github action

This action runs Snakemake on the repository.

Inputs

directory

Required The working directory to use. Default .test.

snakefile

The Snakefile containing the workflow description. Default Snakefile.

args

Additional arguments to pass to Snakemake.

stagein

Preliminary commands to run before the workflow execution.

Example usage

uses: snakemake/snakemake-github-action@v1.4.0
with:
  directory: '.test'
  snakefile: 'workflow/Snakefile'
  args: '--use-conda'
  stagein: '' # additional preliminary commands to run (can be multiline)

snakemake is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run Snakemake on the repository
v1.4.2

snakemake is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.