Entering edit mode
2.0 years ago
beginner123
•
0
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?
A snakefile is just a text file with a defined syntax. Open your favorite text editor, type the code, save as a text file named "Snakefile"
I thought that it was following Python synthax?
Snake is a language over python.