Skip to content

Commit 14c8b9e

Browse files
authored
Update Snakefile
1 parent a37005d commit 14c8b9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

workflow/Snakefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ min_version("7.17.0")
77
# The following is equivalent to what snakemake does with the configuration file:
88

99
configfile: "config/config.yaml"
10-
# Program to convert yaml file to dictionary
11-
# import yaml
12-
# config = yaml.load("config.yaml", Loader=yaml.Loader)
1310

1411
##### setup singularity #####
1512
# this container defines the underlying OS for each job when using the workflow

0 commit comments

Comments
 (0)