Skip to content
Snippets Groups Projects
Commit 2ffaef30 authored by aliarifki's avatar aliarifki Committed by Xavier Grand
Browse files

Modification du nom du process

parent 51ef747b
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.
Finish editing this message first!
Please register or to comment