Skip to content

Commit

Permalink
Merge pull request #479 from nf-core/remove_igenomes_base_from_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Oct 16, 2024
2 parents 3876a7a + 45e3a40 commit 3b7df98
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
"help_text": "Saving generated references means that you can use them for future pipeline runs, reducing processing times.",
"fa_icon": "fas fa-save"
},
"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"
},
"igenomes_ignore": {
"type": "boolean",
"description": "Do not load the iGenomes reference config.",
Expand Down Expand Up @@ -499,11 +506,5 @@
{
"$ref": "#/$defs/generic_options"
}
],
"properties": {
"igenomes_base": {
"type": "string",
"default": "s3://ngi-igenomes/igenomes/"
}
}
]
}

0 comments on commit 3b7df98

Please sign in to comment.