Comments on Snakemake config files.
This commit is contained in:
parent
9c6fe6700b
commit
52c629b9b8
@ -1,14 +1,13 @@
|
||||
folder_artifacts_nickel: "artifacts/nickel"
|
||||
folder_artifacts_json: "artifacts/json"
|
||||
folder_blacklists: "blacklists"
|
||||
system: "local" # can be "local" for local execution
|
||||
system: "local"
|
||||
prefix: "outputs"
|
||||
analysis_dir: "outputs/analysis"
|
||||
|
||||
site: "grenoble"
|
||||
cluster: "dahu"
|
||||
max_duration: 60 # 1 hour
|
||||
checkpoint: 1 # 1 minute
|
||||
max_duration: 60
|
||||
checkpoint: 1
|
||||
besteffort: True
|
||||
#sleep_time: 300 # 5 minutes
|
||||
sleep_time: 30 # 0.5 minutes
|
||||
sleep_time: 30
|
||||
|
@ -1,7 +1,7 @@
|
||||
folder_artifacts_nickel: "artifacts/nickel"
|
||||
folder_artifacts_json: "artifacts/json"
|
||||
folder_blacklists: "blacklists"
|
||||
system: "g5k" # can be "local" for local execution
|
||||
system: "g5k" # can be "g5k" to run on the Grid'5000 testbed, or "local" for local execution
|
||||
prefix: "outputs"
|
||||
analysis_dir: "outputs/analysis"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user