-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted CancerDiscover, switching to pure python implementations, fun…
…ctional pipeline upto cross-validation
- Loading branch information
1 parent
e6f4c0a
commit da4c8d9
Showing
28 changed files
with
446 additions
and
404 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Submodule CancerDiscover
deleted from
12212f
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# module - candis | ||
from candis.config import Config, get_config, CONFIG | ||
from candis.ios import cdata, pipeline | ||
from candis.ios.cdata import CData | ||
from candis.config import Config, get_config, CONFIG | ||
from candis.ios.cdata import CData | ||
from candis.ios.pipeline import Pipeline | ||
from candis.ios import cdata, pipeline | ||
# candis.cli | ||
from candis.cli import main | ||
from candis.cli import main | ||
|
||
__version__ = CONFIG.VERSION |
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.