Skip to content

Commit

Permalink
Merge pull request #104 from Rohan-cod/vcf2fhir-0.1.1
Browse files Browse the repository at this point in the history
Update changelog and setup file for 0.1.1
  • Loading branch information
rhdolin authored May 26, 2022
2 parents 2bb9f64 + 249928a commit b3f4404
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v0.1.1 (2022-05-26)

## Added
* Updated code to handle records with multiple alts ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)).

## Changed
* Genomic Source Class to a required parameter ([#97](https://github.com/elimuinformatics/vcf2fhir/pull/97)).
* GitHub Action workflow to install dependencies from requirements.txt ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)).

## Fixed
* Variant Inner-End calculation ([#98](https://github.com/elimuinformatics/vcf2fhir/pull/98)).
* Installation error due to PyVCF by switching to PyVCF3 ([#103](https://github.com/elimuinformatics/vcf2fhir/pull/103)).

# v0.1.0 (2021-09-22)

This is our first minor version release with support for structural variant conversion and incorporation of clinical annotations. For more details follow [Readme](README.md). We would love to hear your feedback! If you find any issue please open an [Issue](https://github.com/elimuinformatics/vcf2fhir/issues/new/choose).
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes required for PyPI
[metadata]:
name = vcf2fhir
version = 0.1.0
version = 0.1.1
description = Convert .vcf files to HL7 FHIR standard
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit b3f4404

Please sign in to comment.