Skip to content

Commit

Permalink
fixed preemptible and diskSize
Browse files Browse the repository at this point in the history
  • Loading branch information
RVanDamme authored Jul 29, 2020
1 parent a2219a3 commit 7a59cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ profiles {
bucketDir = 'gs://bucket/work-dir'
google { project = 'project-name-111111'; zone = 'europe-north1-a' }
google.lifeSciences.copyImage = 'google/cloud-sdk:latest'
//google.lifeSciences.preemptible = true
//google.lifeSciences.bootDiskSize = "10GB"
google.lifeSciences.preemptible = true
google.lifeSciences.bootDiskSize = "20GB"
google.lifeSciences.debug = true
includeConfig 'configs/preemptible.config'
//includeConfig 'configs/preemptible.config' //not used as the gcloud parameter are global
}

slurm {
Expand Down

0 comments on commit 7a59cca

Please sign in to comment.