Skip to content

Commit 97dbf6f

Browse files
committed
increase default k2 confidence threshold
1 parent 900a7e8 commit 97dbf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipes/WDL/tasks/tasks_metagenomics.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ task kraken2 {
214214
File reads_bam
215215
File kraken2_db_tgz # {database.kdb,taxonomy}
216216
File krona_taxonomy_db_tgz # taxonomy.tab
217-
Float? confidence_threshold
217+
Float? confidence_threshold = 0.05
218218
Int? min_base_qual
219219

220220
Int machine_mem_gb = 90

0 commit comments

Comments
 (0)