Skip to content

Commit dc9b067

Browse files
committed
Typo fix
1 parent 302105a commit dc9b067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ process pmdtools {
935935

936936
script:
937937
//Check which treatment for the libraries was used
938-
def treatment = params.pmd_udg_type ?: (params.pmd_udg_type =='half' ? '--UDGhalf' : '--CpG') : '--UDGminus'
938+
def treatment = params.pmd_udg_type ? (params.pmd_udg_type =='half' ? '--UDGhalf' : '--CpG') : '--UDGminus'
939939
if(params.snpcapture){
940940
snpcap = (params.pmdtools_reference_mask != '') ? "--refseq ${params.pmdtools_reference_mask}" : ''
941941
log.info"######No reference mask specified for PMDtools, therefore ignoring that for downstream analysis!"

0 commit comments

Comments
 (0)