Skip to content

Commit

Permalink
v0.3.0: Building Cohort Allele Frequency objects with Plugins! (#111)
Browse files Browse the repository at this point in the history
* build release with new va-spec version
  • Loading branch information
quinnwai authored Feb 25, 2025
1 parent 580fbec commit 284e8e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions 1000g/1000g_plugin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pysam

from plugin_system.plugins.base_plugin import BasePlugin
from plugin_system.utils import (
load_dict,
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ setuptools

# for cohort allele frequency generation
firecloud
ga4gh.va_spec~=0.2.0a0
pandas
vrsix==0.1.1

# TODO: use actual version with merge of PR
ga4gh.va_spec @ git+https://github.com/ga4gh/va-spec-python.git@2ea827ee9179262094e9f4cdba0876a6a389a54c#egg=ga4gh.va_spec
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Versions should comply with PEP 440:
# https://packaging.python.org/en/latest/single_source_version.html
version='0.2.0rc5', # Required
version='0.3.0', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 284e8e9

Please sign in to comment.