Skip to content

Commit

Permalink
More small changes to try to get a working alpha distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
netsettler committed Oct 4, 2023
1 parent f579053 commit a686140
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ target/

.python-version
.python-cmd

# Temporary directory, not for checkin
scratch/
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,8 @@ 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:`docs/FILTERS.rst` for full description.
declared by other packages will be available for use in this script.

For detailed documentation, see `FILTERS`_.

.. _FILTERS: docs/FILTERS.rst
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dcicpyvcf"
version = "3.0.0-alpha.2" # to become 3.0.0
version = "3.0.0-alpha.3" # to become 3.0.0
description = "Variant Call Format (VCF) parser for Python"
# A VCFv4.0 and 4.1 parser for Python."
# Online version of PyVCF documentation is available at http://pyvcf.rtfd.org/
Expand Down

0 comments on commit a686140

Please sign in to comment.