Skip to content

Releases: kipoi/kipoi-veff

v0.2.3

01 Mar 10:19
2ac1c97
Compare
Choose a tag to compare
  • fix None handling
  • usage of new kipoi_utils / kipoi_conda packages

v0.2.2

22 Jan 14:35
Compare
Choose a tag to compare

Changes

  • speedup SyncBatchWriter
  • remove the urllib<1.23"dependency constraint
  • add intervaltree<3dependency constraint

v0.2.1

23 Nov 15:22
Compare
Choose a tag to compare

Features

  • #26 added --singularity to score_variants and create_mutation_map command line tools

v0.2.0

03 Nov 19:45
Compare
Choose a tag to compare

Features

  • Leverage kipoi.writers and write to extra files in batches instead of storing all the predictions in memory and then writing to the file
    • NOTE when using --extra_output=<file>, the column names will be slightly different than in the previous version

Bugfix

  • Allow to skip writing to a vcf file when output_vcf is not specified in score_variants

v0.1.2

26 Oct 14:45
Compare
Choose a tag to compare

Bugfix

  • don't check if the output directory exists when not using vcf_output 65ff7cd

v0.1.1

10 Oct 17:34
Compare
Choose a tag to compare
  • don't require the dataloader to return the .bed name field as a metadata id anymore
  • make compliant with kipoiseq dataloaders by using the model schema instead of datalaoder schema to infer the model input dimensions