Skip to content

Commit

Permalink
specify the version of distributed library
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Riesgo Ferreiro committed Dec 14, 2020
1 parent c3ead68 commit 002b1d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/01_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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)
2 changes: 1 addition & 1 deletion neofox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.#
VERSION = "0.4.0"
VERSION = "0.4.1"
REFERENCE_FOLDER_ENV = "NEOFOX_REFERENCE_FOLDER"
NEOFOX_BLASTP_ENV = "NEOFOX_BLASTP"
NEOFOX_MIXMHC2PRED_ENV = "NEOFOX_MIXMHC2PRED"
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
distributed==2.25.0
python-dotenv==0.12.0

0 comments on commit 002b1d1

Please sign in to comment.