microbiomedata / ReadbasedAnalysis

0 stars 6 forks source link

added JAWS runtime sections #4

Closed jfroula closed 3 years ago

jfroula commented 3 years ago

I added JAWS runtime parameters

 runtime {
        docker: DOCKER
        cpu: CPU
        poolname: "readbaseanalysis-pool"
        node: 1
        nwpn: 1
        mem: "45G"
        time: "04:00:00"
        shared: 0
    }

and a set -euo pipefail line at the beginning of all but the last command{} section.

poeli commented 3 years ago

Thanks Jeff.