Skip to content

Commit

Permalink
fix: grammar in workflow name/desc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Nov 22, 2023
1 parent cee1754 commit dba9602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/workflows/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ type WorkflowSchema map[string]interface{}
var WORKFLOW_VARIANT_SCHEMA WorkflowSchema = map[string]interface{}{
"ingestion": map[string]interface{}{
"vcf_gz": map[string]interface{}{
"name": "Compressed-VCF Elasticsearch Indexing",
"description": "This ingestion workflow will validate and ingest a BGZip-Compressed-VCF into Elasticsearch.",
"name": "Compressed VCF Elasticsearch Indexing",
"description": "This ingestion workflow will validate and ingest a BGZip-compressed VCF into Elasticsearch.",
"data_type": "variant",
"tags": []string{"variant"},
"file": "vcf_gz.wdl",
Expand Down

0 comments on commit dba9602

Please sign in to comment.