1
1
[ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/dfci/CellBox/version_for_revision ) [ ![ Build Status] ( https://travis-ci.org/dfci/CellBox.svg?branch=master )] ( https://travis-ci.org/dfci/CellBox )
2
2
3
+ # CellBox
4
+ This is CellBox scripts developed in Sander lab.
5
+
6
+ Maintained by Bo Yuan and Judy Shen.
7
+
8
+ If you want to discuss the usage or to report a bug, please use the 'Issues' function here on GitHub.
9
+
10
+ If you find CellBox useful for your research, please consider citing the corresponding publication.
11
+ bioRxiv: [ link] ( https://www.biorxiv.org/content/10.1101/746842v3 )
12
+
13
+ For more information, please find our contact information [ here] ( https://www.sanderlab.org/#/ ) .
3
14
# Quick Start
4
15
5
16
Easily try PertBio online with Binder
@@ -9,7 +20,7 @@ Easily try PertBio online with Binder
9
20
3 . Run the following command for a short example of model training process:
10
21
11
22
```
12
- python scripts/main.py -config=configs/debugger.cellbox .json
23
+ python scripts/main.py -config=configs/Example.random_partition .json
13
24
```
14
25
15
26
Alternatively, in project folder, do the same command
@@ -65,7 +76,7 @@ pertbio.VERSION
65
76
The experiment type configuration file is specified by --experiment_config_path OR -config
66
77
67
78
```
68
- python scripts/main.py -config=configs/random_partition.cfg.json
79
+ python scripts/main.py -config=configs/Example. random_partition.cfg.json
69
80
```
70
81
71
82
Note: always run the script in the root folder.
@@ -74,7 +85,7 @@ Note: always run the script in the root folder.
74
85
A random seed can also be assigned by using argument --working_index OR -i
75
86
76
87
```
77
- python scripts/main.py -config=configs/random_partition.cfg.json -i=1234
88
+ python scripts/main.py -config=configs/Example. random_partition.cfg.json -i=1234
78
89
```
79
90
80
91
0 commit comments