Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:50
3e1c039

Plugin manifests changed since v0.1.0

  • alphamissenseplugins/alphamissense/alphamissense.source.toml (modified)
  • caddplugins/cadd/cadd.source.toml (modified)
  • clinvarplugins/clinvar/clinvar.source.toml (modified)
  • dbnsfpplugins/dbnsfp/dbnsfp.source.toml (modified)
  • spliceaiplugins/spliceai/spliceai.source.toml (modified)

Using this release

Pin this tag as the version of the manifest repository when building a plugin cache:

import vepyr

vepyr.build_plugin_cache(
    plugin="alphamissense",      # any directory under plugins/
    version="v0.1.1",
    source_path="AlphaMissense_hg38.tsv.gz",
    cache_dir="/data/116_GRCh38_merged",
    plugin_cache_root="/data/plugin_cache",
)

See Building a plugin cache.

What's Changed

  • feat!: drop csq_rank; CSQ block order comes from annotate(plugins=[...]) by @mwiewior in #13
  • docs(alphamissense): document BGZF preprocessing in a README, drop path_md5 by @mwiewior in #14

Full Changelog: v0.1.0...v0.1.1