From 002b1d14c3730c59fe48b1ace05bf7b731b8268c Mon Sep 17 00:00:00 2001 From: Pablo Riesgo Ferreiro Date: Mon, 14 Dec 2020 12:54:04 +0100 Subject: [PATCH] specify the version of distributed library --- docs/source/01_overview.md | 2 +- neofox/__init__.py | 2 +- requirements.txt | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/01_overview.md b/docs/source/01_overview.md index f1598884..b30ee458 100644 --- a/docs/source/01_overview.md +++ b/docs/source/01_overview.md @@ -56,4 +56,4 @@ Happy annotation and modelling! For questions, please contact Franziska Lang ([franziska.lang@tron-mainz.de](mailto:franziska.lang@tron-mainz.de)) or Pablo Riesgo Ferreiro ([pablo.riesgoferreiro@tron-mainz.de](mailto:pablo.riesgoferreiro@tron-mainz.de)). ## How to cite -Franziska Lang, & Pablo Riesgo Ferreiro. (2020). TRON-Bioinformatics/neofox: Neofox v0.4.0. Zenodo. http://doi.org/10.5281/zenodo.4090421 \ No newline at end of file +Franziska Lang, & Pablo Riesgo Ferreiro. (2020). TRON-Bioinformatics/neofox: Neofox v0.4.0. Zenodo. [![DOI](https://zenodo.org/badge/294667387.svg)](https://zenodo.org/badge/latestdoi/294667387) diff --git a/neofox/__init__.py b/neofox/__init__.py index 94da95ea..205e8ec4 100755 --- a/neofox/__init__.py +++ b/neofox/__init__.py @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see .# -VERSION = "0.4.0" +VERSION = "0.4.1" REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER" NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP" NEOFOX_MIXMHC2PRED_ENV = "NEOFOX_MIXMHC2PRED" diff --git a/requirements.txt b/requirements.txt index 7d6a7bf2..b1a1b25f 100755 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,6 @@ python-dotenv==0.12.0 betterproto==1.2.5 pysam==0.16.0.1 dask[complete]==2.25.0 -python-dotenv==0.12.0 \ No newline at end of file +distributed==2.25.0 +python-dotenv==0.12.0 +