8000 GitHub - ramadatta/snakemake
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ramadatta/snakemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Compiling Snakemake file

snakemake --snakefile 2_mapReads_multiSamples.Snakefile --cores 20

2. Must know

2.1 Comments

# One line Comment
myvar = 5 # Can also start after any chunk of code
"""
Big multiple lines comment
So many lines
WoW
"""

2.2 Running AWK

3. Errors

4. To check before running script

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0