Skip to content

Commit 00bd4f9

Browse files
committed
Minor readme updates.
1 parent f134c0f commit 00bd4f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/rnagen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ New package dependencies are now included in the top-level install instructions.
1010

1111
```
1212
python rnagen_baseline_keras2.py
13-
python rnagen_baseline_keras2.py --plot
13+
python rnagen_baseline_keras2.py --plot True
1414
```
1515

1616
# Improving cancer type classifier with synthetic data

examples/rnngen/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The CANDLE-ized versions of the codes can simply be run without any command line
77
When needed, the CANDLE versions also use the `fetch_file` methods, which store the data in the top-level `Data/Examples` directory.
88
Any keywords in the `default_model` file can be overwritten with the appropriate command line argument.
99
The orginal codes and workflow below are preserved for comparison.
10+
New package dependencies are now included in the top-level install instructions.
1011

1112
# CANDLE workflow
1213

0 commit comments

Comments
 (0)