Skip to content
Snippets Groups Projects
indexing.config 487 B
Newer Older
Laurent Modolo's avatar
Laurent Modolo committed
profiles {
  docker {
    docker.temp = 'auto'
    docker.enabled = true
    process {
      withname: index_fasta {
Laurent Modolo's avatar
Laurent Modolo committed
        container = "bowtie:1.2.2"
      }
    }
  }
Laurent Modolo's avatar
Laurent Modolo committed
    process{
      withname: index_fasta {
        beforeScript = "source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
        module = "Bowtie/1.2.2"
        executor = "sge"
        cpus = 1
        memory = "20GB"
        time = "12h"
        queue = 'monointeldeb128'