snakemake define folder as output

后端 未结 3 429
予麋鹿
予麋鹿 2021-01-20 01:43

I try to run prokka using snakemake and rule all. In the latter I define all output folders which will be produced by prokka to write the results. Prokka requires a folder t

3条回答
  •  臣服心动
    2021-01-20 02:23

    As @JohnnyBD mentioned, your major problem appears to be with rule all output not matching rule prokka. If you still need to use directory as output instead of a file, you may want to use directory() as it better handles edge cases.

提交回复
热议问题