Skip to content

Commit 4c07b35

Browse files
author
Daniel Hogan
committed
Update README.md
Clarify graph building requirements.
1 parent 7004d3b commit 4c07b35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ The simplest thing to do with `vg` is to build a graph and align to it. At prese
144144
vg construct -r small/x.fa -v small/x.vcf.gz >x.vg
145145
```
146146

147+
Note that to build a graph, an index of the VCF file is required. The VCF index file can be generated using the `tabix` command provided by SAMtools (e.g. `tabix -p vcf x.vcf.gz` on the command line).
148+
147149
### Viewing, conversion
148150

149151
`vg view` provides a way to convert the graph into various formats:

0 commit comments

Comments
 (0)