Skip to content

Commit

Permalink
Added required fastp_umi_lenght and fastp_umi_skip parameter to nextf…
Browse files Browse the repository at this point in the history
…low.config (to meet nf-core/tools v.3.0.2 requirements?)
  • Loading branch information
rhassaine committed Jan 30, 2025
1 parent 3a9a4fe commit 8457d6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ params {
fastp_umi = false
markdups_umi = false

// Linting requirements (nf-core/tools v3.0.2)

params.fastp_umi_length = 0
params.fastp_umi_skip = -1

// Process configuration
processes_manual = false
processes_include = null
Expand Down

0 comments on commit 8457d6b

Please sign in to comment.