Skip to content

Commit

Permalink
Update dge.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
lconde-ucl authored Jun 5, 2024
1 parent 45d27d3 commit 1c8d3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/dge.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def summary_params = paramsSummaryMap(workflow)
// Print parameter summary log to screen
log.info logo + paramsSummaryLog(workflow) + citation

WorkflowDge.initialise(params, log)
WorkflowDGE2.initialise(params, log)

// Check mandatory arguments
if( params.inputdir ){
Expand Down

0 comments on commit 1c8d3da

Please sign in to comment.