mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-31 03:32:10 -05:00
Update software/bedtools/complement/main.nf
Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
parent
fc8cdde2b4
commit
8496427c56
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
// Import generic module functions
|
||||
include { initOptions; saveFiles; getSoftwareName } from './functions'
|
||||
|
||||
params.options = [:]
|
||||
def options = initOptions(params.options)
|
||||
|
||||
process BEDTOOLS_COMPLEMENT {
|
||||
|
|
Loading…
Reference in a new issue