8000 GitHub - colinbrislawn/snakemake-github-action: A Github action for running a Snakemake workflow
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

colinbrislawn/snakemake-github-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Github action for running a Snakemake workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 60.5%
  • Dockerfile 39.5%
0