Skip to content

Commit 301b69c

Browse files
committed
fix(dragmap): Add param to nextflow schema
1 parent 5ee771b commit 301b69c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextflow_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204
"fa_icon": "fas fa-puzzle-piece",
205205
"enum": [
206206
"bwa-mem",
207-
"bwa-mem2"
207+
"bwa-mem2",
208+
"dragmap"
208209
],
209210
"description": "Specify aligner to be used to map reads to reference genome.",
210211
"help_text": "> **WARNING** Current indices for `bwa` in AWS iGenomes are not compatible with `bwa-mem2`.\n> Use `--bwa=false` to have `Sarek` build them automatically.\n\n> **WARNING** BWA-mem2 is in active development\n> Sarek might not be able to require the right amount of resources for it at the moment\n> We recommend to use pre-built indexes",

0 commit comments

Comments
 (0)