CBICA / NiChart_Project

Neuro Imaging Chart of AI-based Imaging Biomarkers
https://neuroimagingchart.com/
Other
13 stars 5 forks source link

Working directory to solve #2 #3

Closed spirosmaggioros closed 3 months ago

spirosmaggioros commented 3 months ago
gurayerus commented 3 months ago

Hi Spiros, I found why it fails in combat step. The bash script "util_combat_test.sh" calls "out_csv=$(realpath $3)"; when the output folder does not exist, realpath may fail depending on OS/shell . For now, it can be fixed by: "out_csv=$3"