Skip to content

Commit

Permalink
Comment out unusued tempalte parmaeter (renaming), and remove a dupli…
Browse files Browse the repository at this point in the history
…cate entry in schema
  • Loading branch information
jfy133 committed Oct 16, 2024
1 parent 63fe6a2 commit 2af46d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ params {
save_mmseqs_db = false

// References
genome = null
//genome = null // we use --host_genome instead
igenomes_base = 's3://ngi-igenomes/igenomes/'
igenomes_ignore = false

Expand Down
8 changes: 0 additions & 8 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@
"fa_icon": "fas fa-dna",
"description": "Reference genome related files and options required for the workflow.",
"properties": {
"igenomes_base": {
"type": "string",
"format": "directory-path",
"description": "Directory / URL base for iGenomes references.",
"default": "s3://ngi-igenomes/igenomes/",
"fa_icon": "fas fa-cloud-download-alt",
"hidden": true
},
"igenomes_ignore": {
"type": "boolean",
"description": "Do not load the iGenomes reference config.",
Expand Down

0 comments on commit 2af46d8

Please sign in to comment.