Adds simple NXF config script

olgabot-patch-2
Sven Fillinger 5 years ago
parent 4e1cb46dc5
commit 4d43077ddf

@ -0,0 +1,10 @@
#!/usr/bin/env nextflow
def separator = "-"*40
print("$separator\n")
print("Parameter scope for config \'${workflow.profile}\'\n")
print("$separator\n")
params.each {
assert it
print("\t$it\n")
}

@ -0,0 +1 @@
includeConfig("nfcore_custom.config")
Loading…
Cancel
Save