Skip to content
Open
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
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,4 @@ template ``Reader`` which provides the metadata::
... vcf_writer.write_record(record)

An extensible script is available to filter vcf files in vcf_filter.py. VCF filters
declared by other packages will be available for use in this script. Please
see :doc:`FILTERS` for full description.
declared by other packages will be available for use in this script.
2 changes: 2 additions & 0 deletions docs/INTRO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ Introduction
============

.. include:: ../README.rst

Please see :doc:`FILTERS` for full description of how the filters work.