Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix example table format of markdown #115

Merged
merged 1 commit into from
Sep 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,8 @@ the VCF header is A (Number=A)
For example this table lists Alt columns query and annotation (assuming the REFs and position match) along with the values from
the annotation and shows how the query INFO will be filled:

| query | anno | anno vals | |
| ALTS | ALTS | from INFO | result |
| ------ | ---- | ---------- | ------- |
| query ALTS | anno ALTS | anno vals from INFO | result | note |
| ------ | ---- | ---------- | ------- | ---- |
| C,G | C,G | 22,23 | 22,23 |
| C,G | C,T | 22,23 | 22,. |
| C,G | T,G | 22,23 | .,23 |
Expand Down