Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adrosenbaum committed Jan 14, 2020
1 parent 7b763be commit 1ee11bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export:
vcf_type: String
out_name: ANN
description: "Gene annotation, format: hgnc_id|gene_name"
target: all
format_separator: "|"
```

Expand All @@ -120,7 +121,7 @@ ANN=ID1|GENE1,ID2|GENE2

And a header
```
##INFO=<ID=ANN,Number=1,Type=String,Description="Gene annotation, format: hgnc_id|gene_name">
##INFO=<ID=ANN,Number=.,Type=String,Description="Gene annotation, format: hgnc_id|gene_name">
```

In this way, it is up to the user what meta data is imported and exported in the vcf.
Expand Down

0 comments on commit 1ee11bb

Please sign in to comment.