Piero Dalle Pezze

Results 5 issues of Piero Dalle Pezze

Hello, I run my nextflow pipeline within a docker container in a kubernetes environment. I have troubles with the plugin `nf-amazon` . In particular: 1. `nextflow plugins install nf-amazon` does...

triage/needs-information
stale
plugins

Hi, I am trying to get this work: ``` withName:my_process { container = "${env.MY_DOCKER_IMAGE}" cpus = "${env.K8S_CPU}" memory = { "${env.K8S_MEM_HIGH}" * task.attempt } maxRetries = 3 errorStrategy = {...

stale

Fixes #5 . Changes proposed in this pull request: - added thresholds - added thresholds documentation

enhancement

we need to define module-specific thresholds triggering potential warnings or errors.

enhancement
question

Help documentation for BamQC modules

enhancement