Update software/bedtools/complement/main.nf

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
This commit is contained in:
sruthipsuresh 2021-02-01 19:36:35 -06:00 committed by sruthipsuresh
parent fc8cdde2b4
commit 8496427c56

View file

@ -1,6 +1,7 @@
// Import generic module functions
include { initOptions; saveFiles; getSoftwareName } from './functions'
params.options = [:]
def options = initOptions(params.options)
process BEDTOOLS_COMPLEMENT {