From f6cc4ceb118f2bbc78a2af6f65743931cef0a172 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Fri, 16 Dec 2016 07:16:50 -0800 Subject: [PATCH] Update README with deps --- README.md | 9 +++++++++ setup.py | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5191c..3cbee7a 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ Please refer to https://github.com/PacificBiosciences/FALCON_unzip/wiki + +Needs: + +* blasr +* samtools +* nucmer +* variantCaller.py + +Tested with smrttools-4.1.0 diff --git a/setup.py b/setup.py index b54466c..bde842a 100755 --- a/setup.py +++ b/setup.py @@ -11,10 +11,12 @@ scripts = glob.glob("src/py_scripts/*.py") setup(name='falcon_unzip', - version='0.1.0', + version='0.4.0', description='Falcon unzip', author='Jason Chin', author_email='jchin@pacificbiosciences.com', + maintainer='Christopher Dunn', + maintainer_email='pb.cdunn@gmail.com', packages=['falcon_unzip'], package_dir={'falcon_unzip':'falcon_unzip/'}, scripts = scripts,