Skip to content

Commit

Permalink
refactor: add config to pivot modules
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 6, 2024
1 parent e093df4 commit 32b34a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,11 @@ process {
]
}

withName: 'NFCORE_SMRNASEQ:MIRNA_QUANT:CSVTK_JOIN' {
ext.args = "--fields 'UID,Read,miRNA,Variant,iso_5p,iso_3p,iso_add3p,iso_snp,iso_5p_nt,iso_3p_nt,iso_add3p_nt,iso_snp_nt' --tabs --outer-join --na \"0\" --out-delimiter \"\t\""
ext.prefix = "joined_samples_mirtop"
withName: 'NFCORE_SMRNASEQ:MIRNA_QUANT:PIVOT_LONGER' {
publishDir = [ enabled: false ]
}

withName: 'NFCORE_SMRNASEQ:MIRNA_QUANT:PIVOT_WIDER' {
publishDir = [
path: { "${params.outdir}/mirna_quant/mirtop" },
mode: params.publish_dir_mode,
Expand Down

0 comments on commit 32b34a1

Please sign in to comment.