Skip to content
Snippets Groups Projects
Forked from LBMC / nextflow
1265 commits behind the upstream repository.
nf_test.config 177 B
docker {
  temp = 'auto'
  enabled = true
}

process {
  $adaptor_removal {
    container = "cutadapt:1.14"
  }
}

process {
  $trimming {
    container = "cutadapt:1.14"
  }
}