File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ New package dependencies are now included in the top-level install instructions.
10
10
11
11
```
12
12
python rnagen_baseline_keras2.py
13
- python rnagen_baseline_keras2.py --plot
13
+ python rnagen_baseline_keras2.py --plot True
14
14
```
15
15
16
16
# Improving cancer type classifier with synthetic data
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The CANDLE-ized versions of the codes can simply be run without any command line
7
7
When needed, the CANDLE versions also use the ` fetch_file ` methods, which store the data in the top-level ` Data/Examples ` directory.
8
8
Any keywords in the ` default_model ` file can be overwritten with the appropriate command line argument.
9
9
The orginal codes and workflow below are preserved for comparison.
10
+ New package dependencies are now included in the top-level install instructions.
10
11
11
12
# CANDLE workflow
12
13
You can’t perform that action at this time.
0 commit comments