Skip to content
Snippets Groups Projects
Select Git revision
  • 8f2c8522ae7f7e4ad2aea2d282d6df6ad14f1df9
  • master default protected
  • dev
  • v0.2.7
  • v0.2.6
  • v0.1.0
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.2
13 results

htseq.config

Blame
  • Forked from LBMC / nextflow
    1156 commits behind the upstream repository.
    Laurent Modolo's avatar
    705226a9
    History
    htseq.config 279 B
    profiles {
      docker {
        docker.temp = 'auto'
        docker.enabled = true
        process {
          $counting {
            container = "htseq:0.8.0"
          }
        }
      }
      sge {
        process{
          $trimming {
            beforeScript = "module purge; module load HTSeq/0.8.0"
          }
        }
      }
    }