Diff of /solutions/hw3/README.md [000000] .. [38ee8c]

Switch to unified view

a b/solutions/hw3/README.md
1
Download and unpack data 
2
3
```
4
wget https://bimsbstatic.mdc-berlin.de/akalin/buyar/flexynesis-benchmark-datasets/ccle_vs_gdsc.tgz
5
tar -xzvf ccle_vs_gdsc.tgz 
6
```
7
8
Define bash script to run multiple experiments:
9
=> see run_experiments.sh
10
11
```
12
mkdir output
13
srun --gpus=1 bash run_experiments.sh > log 
14
15
```
16
17
Final report: See analyse_experiments.ipynb
18
19
If you'd like to see a more elaborate pipeline that addresses such a benchmarking exercise, check out our benchmarking pipeline for Flexynesis:
20
https://github.com/BIMSBbioinfo/flexynesis-benchmarks
21
22
23
24