feat(align_bowtie2): Add dsl2

This commit is contained in:
Edmund Miller 2021-11-16 08:53:15 -06:00
parent 2d4549122b
commit 20777a09d4
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -2,6 +2,8 @@
// Alignment with Bowtie2
//
nextflow.enable.dsl = 2
params.align_options = [:]
params.samtools_sort_options = [:]
params.samtools_index_options = [:]