We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37005d commit 14c8b9eCopy full SHA for 14c8b9e
workflow/Snakefile
@@ -7,9 +7,6 @@ min_version("7.17.0")
7
# The following is equivalent to what snakemake does with the configuration file:
8
9
configfile: "config/config.yaml"
10
-# Program to convert yaml file to dictionary
11
-# import yaml
12
-# config = yaml.load("config.yaml", Loader=yaml.Loader)
13
14
##### setup singularity #####
15
# this container defines the underlying OS for each job when using the workflow
0 commit comments