Skip to content

Commit 2a322c4

Browse files
committed
Update schema
1 parent 2dc5746 commit 2a322c4

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
@@ -561,14 +561,15 @@
561561
"kraken_db": {
562562
"type": "string",
563563
"description": "Database when using Kraken2/Bracken for contaminant screening.",
564-
"help_text": "See [pre-built Kraken2/Bracken databases](https://benlangmead.github.io/aws-indexes/k2).",
564+
"help_text": "See the usage tab for more information",
565565
"fa_icon": "fas fa-fish"
566566
},
567567
"bracken_precision": {
568568
"type": "string",
569569
"default": "S",
570570
"fa_icon": "fas fa-tree",
571571
"description": "Taxonomic level for Bracken abundance estimations.",
572+
"help_text": "First letter of Domain / Phylum / Class / Order / Family / Genus / Species",
572573
"enum": ["D", "P", "C", "O", "F", "G", "S"]
573574
}
574575
}

0 commit comments

Comments
 (0)