Skip to content

Commit

Permalink
Update modules/nf-core/preseq/lcextrap/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Ewels <[email protected]>
  • Loading branch information
maxulysse and ewels authored Mar 11, 2024
1 parent f39ef5b commit 20583ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/preseq/lcextrap/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process PRESEQ_LCEXTRAP {

script:
def args = task.ext.args ?: ''
args = task.attempt > 1 ? args.join(' -defects') : args
args = task.attempt > 1 ? args.join(' -defects') : args // Disable testing for defects
def prefix = task.ext.prefix ?: "${meta.id}"
def paired_end = meta.single_end ? '' : '-pe'
"""
Expand Down

0 comments on commit 20583ca

Please sign in to comment.