[286bfb]: / src / scripts / embedding / brca.sh

Download this file

14 lines (10 with data), 270 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/bash
gpuid=$1
config=$2
### Dataset Information
declare -a dataroots=(
'path/to/tcga_brca'
)
split_names='train,test'
split_dir='survival/TCGA_BRCA_overall_survival_k=0'
bash "./scripts/embedding/${config}.sh" $gpuid $split_dir $split_names "${dataroots[@]}"