mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
feat(align_bowtie2): Add dsl2
This commit is contained in:
parent
2d4549122b
commit
20777a09d4
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
// Alignment with Bowtie2
|
||||
//
|
||||
|
||||
nextflow.enable.dsl = 2
|
||||
|
||||
params.align_options = [:]
|
||||
params.samtools_sort_options = [:]
|
||||
params.samtools_index_options = [:]
|
||||
|
|
Loading…
Reference in a new issue