Skip to content

Commit

Permalink
nf-validation messes up s3 input parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
wsjung committed Feb 13, 2024
1 parent 9a34980 commit cb0aafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if (params.help) {
}

// Validate input parameters
if (params.validate_params) {
validateParameters()
}
// if (params.validate_params) {
// validateParameters()
// }

WorkflowMain.initialise(workflow, params, log, args)

Expand Down

0 comments on commit cb0aafc

Please sign in to comment.