-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
25 lines (18 loc) · 966 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#####################################################################################
#### NOTE: head over to `builds.yaml` to define what builds you'd like to run. ####
#### (i.e., datasets and subsampling schemas) ####
#####################################################################################
# This analysis-specific config file overrides the settings in the default config file.
# If a parameter is not defined here, it will fall back to the default value.
configfile:
- defaults/parameters.yaml # Pull in the default values
- my_profiles/GISaidneherlab/builds.yaml # Pull in our list of desired builds
# config:
# - sequences=data/GISAID/sequences.fasta
# - metadata=data/GISAID/metadata.tsv
# Set the maximum number of cores you want Snakemake to use for this pipeline.
cores: 2
# Always print the commands that will be run to the screen for debugging.
printshellcmds: True
# Print log files of failed jobs
show-failed-logs: True