Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Update README with deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Dunn committed Dec 21, 2016
1 parent 6dd5fd9 commit f6cc4ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
maintainer='Christopher Dunn',
maintainer_email='[email protected]',
packages=['falcon_unzip'],
package_dir={'falcon_unzip':'falcon_unzip/'},
scripts = scripts,
Expand Down

0 comments on commit f6cc4ce

Please sign in to comment.