Skip to content

Commit a0ba558

Browse files
committed
updated tahoe instructions
1 parent b727e51 commit a0ba558

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • sub-packages/bionemo-scdl/simple-benchmark

sub-packages/bionemo-scdl/simple-benchmark/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,15 @@ full conversion; however, running a single plate of the data should give you a g
243243
on your system. The following command will run the speedtest on the first plate, as downloaded above:
244244

245245
```bash
246-
python scdl_speedtest.py --generate-baseline -i tahoe-100m/h5ad/plate1_filt_Vevo_Tahoe100M_WServicesFrom_ParseGigalab.h5ad
246+
python scdl_speedtest.py --generate-baseline -i tahoe-100m/h5ad/plate1_filt_Vevo_Tahoe100M_WServicesFrom_ParseGigalab.h5ad --warmup-time 30 --max-time 120
247247
```
248248

249249
Alternatively, on the fully converted data:
250250

251+
```bash
252+
python -m bionemo.scdl.simple_benchmark.scdl_speedtest.py --generate-baseline -i <path to Tahoe 100M in h5ad format> --scdl-path <path to Tahoe 100M in SCDL format> --warmup-time 30 --max-time 120
253+
```
254+
251255
## Support
252256

253257
For support, please [file an issue in the BioNeMo Framework GitHub repository](https://github.com/NVIDIA/bionemo-framework/issues).

0 commit comments

Comments
 (0)