[e66fb7]: / src / scripts / survival / brca_surv.sh

Download this file

17 lines (12 with data), 340 Bytes

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