Skip to content

AgResearch/snakemake-playpen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeMake Playpen

Ambiguous Rules, arrghh!

Create a file wahoo.a.gz locally:

$ echo "Wahoo!" > wahoo.a
$ gzip wahoo.a

then why doesn't this create wahoo.b.gz ?

$ snakemake -s workflow/playpen.smk --cores 1

Commenting out the gunzip rule and starting from plain old wahoo.a works fine.

What's wrong?

Releases

No releases published

Packages

No packages published