Skip to content

Commit

Permalink
Fixed pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Jan 20, 2025
1 parent b1eb9ed commit 5d8518e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ process {
tag = { "${meta.id}_run${meta.run}" }
}

withName: TRIMMOMATIC {
withName: TRIMMOMATIC {
ext.args = "LEADING:30 TRAILING:30 SLIDINGWINDOW:4:20 MINLEN:35"
publishDir = [
[
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/shortread_preprocessing.nf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ workflow SHORTREAD_PREPROCESSING {
ch_multiqc_files = ch_multiqc_files.mix(ADAPTERREMOVAL_PE.out.settings)
ch_multiqc_files = ch_multiqc_files.mix(ADAPTERREMOVAL_SE.out.settings)
}
else if (params.clip_tool == 'trimmomatic') {
else if (params.clip_tool == 'trimmomatic') {

TRIMMOMATIC(ch_raw_short_reads)

Expand Down

0 comments on commit 5d8518e

Please sign in to comment.