This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Snakemake, snake files

Hi everyone,

I want to make a snake file. I already downloaded snakemake, but what command should I do in order to make a snake file? Because I already have the rules I want to put in the snake file, but somehow I don't know how to make a snakefile.

Can anyone help me?

snakemake

I thought that it was following Python synthax?

1 answer

Why not follow the beginners tutorial ? https://snakemake.readthedocs.io/en/stable/tutorial/basics.html

Log in to answer this question.