In this release we have addressed the following
- One can output metadata (such as gene_id, transcript_id, exon regions etc.) along with the predictions from kipoi now. The relevant CLI flags are -m or --keep_metadata. By default it is true.
- Docker containers for all the models are released. These containers create the model specific conda environments, activate them and return a bash shell with the activated environment. Each model group page now has a tab named docker which gives information about which docker container is compatible with which model and how to use the containers with user defined datasets. For example, look [here](http://kipoi.org/models/DeepSEA/variantEffects/).
- We are hosting 13 containers for existing 29 model groups [here](https://hub.docker.com/repository/docker/haimasree/kipoi-docker). The repository responsible for building the containers and testing them is [here](https://github.com/haimasree/kipoi-containers). You will also find information about how to build singularity containers from these docker containers in the [README](https://github.com/haimasree/kipoi-containers).
- Continuous integration tests are fixed across this repository, [kipoi models](https://github.com/kipoi/models) and [kipoi website](https://github.com/kipoi/website).