Skip to content

Commit

Permalink
Use recommended format for optional parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlang committed Jul 26, 2024
1 parent d45c4aa commit 20c6cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/differentialabundance.nf
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ workflow DIFFERENTIALABUNDANCE {
}
ch_features = ch_features_matrix
.map{ meta, matrix ->
matrix.mklink(options = ['overwrite':true], matrix_as_anno_filename)
matrix.mklink(matrix_as_anno_filename, overwrite:true)
[ meta, file(matrix_as_anno_filename) ]
}
}
Expand Down

0 comments on commit 20c6cc6

Please sign in to comment.