Skip to content

Commit ba92047

Browse files
committed
update filename
1 parent 65d82c4 commit ba92047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pilot1/Uno/README.ChallengeProblem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ From the (master dataframe generation process)[https://github.com/ECP-CANDLE/top
77
```
88
$ python plangen.py --fs_name cell drug --fs_paths top21_cell.txt top21_drug.txt --fs_parts 4 1 --out_dir . --overwrite
99
...
10-
plangen_cell694-p4_drug1492-p1.json JSON file written
10+
plangen_cell703-p4_drug1492-p1.json JSON file written
1111
```
1212

1313
## Node specific dataframe generation
1414

1515
This part is already integrated in the Challenge Problem workflow, but for the testing purpose, you can run this command to generate a dataframe for node 1.1
1616

1717
```
18-
$ python topN_to_uno.py --dataframe_from top21.parquet --plan plangen_cell694-p4_drug1492-p1.json --incremental --cell_feature_selection lincs1000 --node 1.1 --output TopN_1.1_uno.h5
18+
$ python topN_to_uno.py --dataframe_from top21.parquet --plan plangen_cell703-p4_drug1492-p1.json --incremental --cell_feature_selection lincs1000 --node 1.1 --output TopN_1.1_uno.h5
1919
```
2020

2121
## Running Uno with new dataframe

0 commit comments

Comments
 (0)