Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Oct 28, 2024
1 parent b5e96f6 commit 4edc8ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"type": "object",
"description": "Configure preprocessing tools",
"default": "",
"fa_icon": "fas fa-toolbox",
"fa_icon": "fas fa-align-center",
"properties": {
"aligner": {
"type": "string",
Expand Down Expand Up @@ -244,7 +244,7 @@
"type": "object",
"description": "Configure variant calling tools",
"default": "",
"fa_icon": "fas fa-toolbox",
"fa_icon": "fas fa-barcode",
"properties": {
"only_paired_variant_calling": {
"type": "boolean",
Expand Down Expand Up @@ -410,7 +410,7 @@
"type": "object",
"description": "",
"default": "",
"fa_icon": "fas fa-toolbox",
"fa_icon": "fas fa-braille",
"properties": {
"vep_include_fasta": {
"type": "boolean",
Expand Down Expand Up @@ -573,7 +573,8 @@
"description": "Download annotation cache.",
"help_text": "Set this parameter, if you wish to download annotation cache.\nUsing this parameter will download cache even if --snpeff_cache and --vep_cache are provided."
}
}
},
"fa_icon": "fas fa-dna"
},
"reference_genome_options": {
"title": "Reference genome options",
Expand Down

0 comments on commit 4edc8ab

Please sign in to comment.