Skip to content

Commit

Permalink
fix template merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jma1991 committed Jul 20, 2023
1 parent 296b81f commit d9bfd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/rnasplice.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def summary_params = paramsSummaryMap(workflow)
// Print parameter summary log to screen
log.info logo + paramsSummaryLog(workflow) + citation

WorkflowRnasplice.initialise(params, log)
WorkflowRnasplice.initialise(params, log, valid_params)

// Check input path parameters to see if they exist
def checkPathParamList = [
Expand Down

0 comments on commit d9bfd16

Please sign in to comment.