We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302105a commit dc9b067Copy full SHA for dc9b067
1 file changed
main.nf
@@ -935,7 +935,7 @@ process pmdtools {
935
936
script:
937
//Check which treatment for the libraries was used
938
- def treatment = params.pmd_udg_type ?: (params.pmd_udg_type =='half' ? '--UDGhalf' : '--CpG') : '--UDGminus'
+ def treatment = params.pmd_udg_type ? (params.pmd_udg_type =='half' ? '--UDGhalf' : '--CpG') : '--UDGminus'
939
if(params.snpcapture){
940
snpcap = (params.pmdtools_reference_mask != '') ? "--refseq ${params.pmdtools_reference_mask}" : ''
941
log.info"######No reference mask specified for PMDtools, therefore ignoring that for downstream analysis!"
0 commit comments