add nextflow d30e48d
This commit is contained in:
10
nextflow/tests/params-dsl.config
Normal file
10
nextflow/tests/params-dsl.config
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
params.outdir = 'results'
|
||||
|
||||
profiles {
|
||||
test {
|
||||
params.input = 'alpha,beta,delta'
|
||||
params.save_intermeds = true
|
||||
params.method = 'special'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user