Skip to content

Commit

Permalink
Adds simple NXF config script
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Mar 8, 2019
1 parent 4e1cb46 commit 4d43077
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configtest.nf
Original file line number Diff line number Diff line change
@@ -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")
}
1 change: 1 addition & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
includeConfig("nfcore_custom.config")

0 comments on commit 4d43077

Please sign in to comment.