Skip to content

Commit

Permalink
Bug fixing | params.fastp_phred_quality
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebdev7 committed Dec 31, 2024
1 parent b341c19 commit fa79022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ params {
save_trimmed_fail = false
save_merged = false
// (ext.args defined in nextflow.config)
fastp_qualified_quality = 20
fastp_phred_quality = 20
fastp_cut_mean_quality = 20
reads_minlength = 15

Expand Down Expand Up @@ -247,7 +247,7 @@ manifest {
// Nextflow plugins
plugins {
id '[email protected]' // Validation of pipeline parameters and creation of an input channel from a sample sheet
id '[email protected]' // Measures CO2 foot-print to run the pipeline - HTML report
//id '[email protected]' // Measures CO2 foot-print to run the pipeline - HTML report
}

validation {
Expand Down

0 comments on commit fa79022

Please sign in to comment.