Snakemake, snake files
1
0
Entering edit mode
17 months ago

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 • 654 views
ADD COMMENT
4
Entering edit mode

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"

ADD REPLY
0
Entering edit mode

I thought that it was following Python synthax?

ADD REPLY
2
Entering edit mode

Snake is a language over python.

ADD REPLY
3
Entering edit mode
17 months ago

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

ADD COMMENT

Login before adding your answer.

Traffic: 2908 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6