Skip to content
Snippets Groups Projects
Commit 1e2cf646 authored by aliarifki's avatar aliarifki
Browse files

Modification du nom du process

parent 8fc859a0
No related branches found
No related tags found
No related merge requests found
version = "2.5.2" version = "2.5.2"
container_url = "xgrand/pycoqc:${version}" container_url = "xgrand/pycoqc:${version}"
process pycoqc { process control_basecalling {
container = "${container_url}"
label "small_mem_mono_cpus"
if (params.basecalling_out != "") {
publishDir "results/${params.basecalling_out}", mode: 'copy'
}
input:
path(txt)
output:
path("*.html")
"""
pycoQC -f ${txt} -o quality_control.html)
"""
}
process control_bam {
container = "${container_url}" container = "${container_url}"
label "small_mem_mono_cpus" label "small_mem_mono_cpus"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment