This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from ManuSetty/develop
- Added section for gating cells in the mass cytometry notebook - Updated tSNE dependency version
- Loading branch information
Showing
3 changed files
with
992 additions
and
38 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
|
||
setup(name='wishbone', | ||
version='0.2.1', | ||
version='0.2.2', | ||
description='Wishbone algorithm for identifying bifurcating trajectories from single-cell data', | ||
author='Manu Setty', | ||
author_email='[email protected]', | ||
|
@@ -24,7 +24,7 @@ | |
'numpy>=1.10.0', | ||
'pandas>=0.18.0', | ||
'scipy>=0.14.0', | ||
'tsne', | ||
'tsne==0.1.3', | ||
'matplotlib', | ||
'seaborn', | ||
'sklearn', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
from . import wishbone_gui | ||
from . import autocomplete_entry | ||
|
||
__version__ = "0.2.1" | ||
__version__ = "0.2.2" |