Releases: kipoi/kipoi-veff
Releases · kipoi/kipoi-veff
v0.2.3
- fix None handling
- usage of new kipoi_utils / kipoi_conda packages
v0.2.2
Changes
- speedup
SyncBatchWriter
- remove the
urllib<1.23"
dependency constraint
- add
intervaltree<3
dependency constraint
v0.2.1
Features
- #26 added
--singularity
to score_variants and create_mutation_map
command line tools
v0.2.0
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
Bugfix
- don't check if the output directory exists when not using vcf_output 65ff7cd
v0.1.1
- 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