Skip to content
Snippets Groups Projects
mapping_paired.config 588 B
Newer Older
profiles {
  docker {
    docker.temp = 'auto'
    docker.enabled = true
    process {
      withname: mapping_fastq {
        container = "bwa:0.7.17"
      }
    }
  }
      withname: mapping_fastq {
        beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
        module = "BWA/0.7.17"
        executor = "sge"
        cpus = 16
        memory = "30GB"
        time = "24h"
        queue = 'E5-2670deb128A,E5-2670deb128B,E5-2670deb128C,E5-2670deb128D,E5-2670deb128E,E5-2670deb128F'
        penv = 'openmp16'