Skip to content

Commit

Permalink
small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Oct 4, 2024
1 parent b17b33c commit 7e9cd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/openms/isobaricanalyzer/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ process ISOBARICANALYZER {
else if (meta.dissociationmethod == "ECD") diss_meth = "Electron capture dissociation"

def iso_normalization = params.iso_normalization ? "-quantification:normalization" : ""
def isotope_correction = params.isotope_correction ? "-quantification:isotope_correction true" : ""
def isotope_correction = params.isotope_correction ? "-quantification:isotope_correction true" : "-quantification:isotope_correction false"

// Check for isotope correction and load the correction matrix
if (params.isotope_correction) {
Expand Down

0 comments on commit 7e9cd11

Please sign in to comment.