Skip to content

Commit

Permalink
fix typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Oct 28, 2024
1 parent 4d2fea0 commit 79b035a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
"general_reference_genome_options": {
"title": "General reference genome options",
"type": "object",
"description": "",
"description": "General options to interact with reference genomes.",
"default": "",
"properties": {
"igenomes_base": {
Expand Down Expand Up @@ -652,7 +652,7 @@
"dbsnp_vqsr": {
"type": "string",
"fa_icon": "fas fa-copy",
"description": "label string for VariantRecalibration (haplotypecaller joint variant calling)"
"description": "Label string for VariantRecalibration (haplotypecaller joint variant calling)"
},
"dict": {
"type": "string",
Expand Down Expand Up @@ -724,7 +724,7 @@
"known_indels_vqsr": {
"type": "string",
"fa_icon": "fas fa-book",
"description": "1st label string for VariantRecalibration (haplotypecaller joint variant calling)\n\nIf you use AWS iGenomes, this has already been set for you appropriately."
"description": "Label string for VariantRecalibration (haplotypecaller joint variant calling). If you use AWS iGenomes, this has already been set for you appropriately."
},
"known_snps": {
"type": "string",
Expand All @@ -747,7 +747,7 @@
"known_snps_vqsr": {
"type": "string",
"fa_icon": "fas fa-book",
"description": "label string for VariantRecalibration (haplotypecaller joint variant calling).\n\nIf you use AWS iGenomes, this has already been set for you appropriately."
"description": "Label string for VariantRecalibration (haplotypecaller joint variant calling).If you use AWS iGenomes, this has already been set for you appropriately."
},
"mappability": {
"type": "string",
Expand Down

0 comments on commit 79b035a

Please sign in to comment.