Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2529,6 +2529,7 @@ process multivcfanalyzer {
// Mitochondrial to nuclear ratio helps to evaluate quality of tissue sampled

process mtnucratio {
label 'mc_small'
tag "${samplename}"
publishDir "${params.outdir}/mtnucratio", mode: params.publish_dir_mode

Expand Down