From 91644d3d4a83ecfb86a67574e4ee219c995c661e Mon Sep 17 00:00:00 2001 From: dvav Date: Mon, 20 Jan 2020 19:08:18 +0000 Subject: [PATCH] Updated README and setup.py --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e56a1..bf2e72b 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ A guide to start using `clonosGP` quickly is available [here](quickstart.ipynb). # Citation -*citation to be added* \ No newline at end of file +For citation information check [http://github.com/dvav/clonosGP](http://github.com/dvav/clonosGP) \ No newline at end of file diff --git a/setup.py b/setup.py index b9c6926..6000bad 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ description='Clonal deconvolution in cancer using longitudinal NGS data', long_description=long_description, long_description_content_type="text/markdown", - url='http://github.com/dvav/?????', + url='http://github.com/dvav/clonosGP', author='Dimitrios V. Vavoulis', author_email='dimitris.vavoulis@gmail.com', license='MIT',