Skip to content

Commit 1c8d3da

Browse files
authored
Update dge.nf
1 parent 45d27d3 commit 1c8d3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/dge.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def summary_params = paramsSummaryMap(workflow)
1313
// Print parameter summary log to screen
1414
log.info logo + paramsSummaryLog(workflow) + citation
1515

16-
WorkflowDge.initialise(params, log)
16+
WorkflowDGE2.initialise(params, log)
1717

1818
// Check mandatory arguments
1919
if( params.inputdir ){

0 commit comments

Comments
 (0)