Skip to content

Commit

Permalink
removed default database for a null one
Browse files Browse the repository at this point in the history
  • Loading branch information
ctuni committed Oct 30, 2024
1 parent abea138 commit a60d573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ params {
igenomes_ignore = false

// Kraken2 options
kraken2_db = 'https://github.com/nf-core/test-datasets/raw/taxprofiler/data/database/kraken2/testdb-kraken2.tar.gz'
kraken2_db = null
kraken2_save_reads = false
kraken2_save_readclassifications = false
save_uncompressed_k2db = false
Expand Down
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@
"type": "string",
"exists": true,
"mimetype": "text/plain",
"help_text": "Path to Kraken2 database file, built with kraken2 build",
"fa_icon": "fas fa-database",
"default": "https://github.com/nf-core/test-datasets/raw/taxprofiler/data/database/kraken2/testdb-kraken2.tar.gz"
"description": "Path to Kraken2 database file, either a gzipped file or the path to the uncompressed database.",
"fa_icon": "fas fa-database"
},
"igenomes_base": {
"type": "string",
Expand Down

0 comments on commit a60d573

Please sign in to comment.