From 346b1684f01d70033258b4accfec0d4447ac729d Mon Sep 17 00:00:00 2001 From: aron0093 Date: Tue, 15 Feb 2022 13:25:56 +0000 Subject: [PATCH] Corrected incorrect implementation of n_neighbor_clusters auto adjustment. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7d468d7..ed92996 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name='cytopath', - version='0.1.8', + version='0.1.8.post1', description='Simulation based inference of differentiation trajectories from RNA velocity fields.', license='BSD 3-Clause License', packages=find_packages(), author = 'Revant Gupta', author_email = 'revant.gupta.93@gmail.com', url = 'https://github.com/aron0093/cytopath', - download_url = 'https://github.com/aron0093/cytopath/archive/v_018.tar.gz', + download_url = 'https://github.com/aron0093/cytopath/archive/v_018_1.tar.gz', keywords = ['Trajectory Inference', 'single-cell RNA sequencing', 'RNA velocity'], install_requires=[ 'numpy>=1.20.0',