-
Notifications
You must be signed in to change notification settings - Fork 4
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 #81 from ArcInstitute/dev
code improvements and bug fixes
- Loading branch information
Showing
20 changed files
with
287 additions
and
208 deletions.
There are no files selected for viewing
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
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
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
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
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
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 |
---|---|---|
|
@@ -18,16 +18,19 @@ | |
- datasets: API for accessing pre-processed datasets | ||
''' | ||
|
||
from . import phenoscore as ps | ||
from . import preprocessing as pp | ||
from . import ngs | ||
from . import assays | ||
from . import load | ||
from . import visualize as viz | ||
from . import preprocessing as pp | ||
from . import phenoscore as ps | ||
from . import assays | ||
from . import plotting as pl | ||
from . import dashboard | ||
|
||
from .ngs import GuideCounter | ||
from .assays import PooledScreens, GImaps | ||
from .dashboard import DrugScreenDashboard | ||
|
||
|
||
__version__ = "0.4.5" | ||
__version__ = "0.4.6" | ||
__author__ = "Abe Arab" | ||
__email__ = '[email protected]' # "[email protected]" |
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
6 changes: 6 additions & 0 deletions
6
screenpro/visualize/dashboard.py → screenpro/dashboard/__init__.py
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
Oops, something went wrong.