Newer
Older
version = "1.1"
params.rna_count_out = ""
process rna_count{
container = "${container_url}"
label "small_mem_mono_cpus"
if (params.rna_count_out != "") {
publishDir "results/${params.rna_count_out}", mode: 'copy'
}
input:
tuple val(barcode), path(spvariants), path(classification)
path("${barcode}/*.csv")
path("${barcode}/*.pdf")
path("${barcode}/*.png")
Rscript /HBV_RNAs_count.R -s ../${spvariants} -c ../${classification} -b ${barcode}