Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Alphabetical list of people who have made contributions:
Javier Herrero
Warren Kretzschmar <winni@well.ox.ac.uk>
Heng Li
Pierre Lindenbaum
Shane McCarthy <sm15@sanger.ac.uk>
John Marshall <jm18@sanger.ac.uk>
Joel Martin
Expand Down
6 changes: 5 additions & 1 deletion doc/bcftools.html
Original file line number Diff line number Diff line change
Expand Up @@ -3977,6 +3977,10 @@ <h4 id="_list_of_plugins_coming_with_the_distribution">List of plugins coming wi
<dd>
<p>generate unsorted VariantKey-RSid index files in hexadecimal format</p>
</dd>
<dt class="hdlist1"><strong>vcf2table</strong></dt>
<dd>
<p>print the variants as a set of tables</p>
</dd>
</dl>
</div>
</div>
Expand Down Expand Up @@ -5727,4 +5731,4 @@ <h2 id="_copying">COPYING</h2>
</div>
</div>
</body>
</html>
</html>
2 changes: 2 additions & 0 deletions doc/bcftools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2991,6 +2991,8 @@ By default, appropriate system directories are searched for installed plugins.
*variantkey-hex*::
generate unsorted VariantKey-RSid index files in hexadecimal format

*vcf2table*::
print the variants as a set of tables

==== Examples:

Expand Down
Loading
Loading