process {

    publishDir = { "${params.outdir}/${task.process.tokenize(':')[-1].tokenize('_')[0].toLowerCase()}" }

    withName: GSTAMA_COLLAPSE {
        ext.args = '-x capped -b BAM'
        ext.prefix = { "${meta.id}_tc" }
    }

}