yeatmanlab / AFQ

Automated Fiber Quantification
75 stars 52 forks source link

AFQ writing to the input directory #35

Open soichih opened 4 years ago

soichih commented 4 years ago

This line was failing as we don't have write permission to the directory where we have input data.

https://github.com/yeatmanlab/AFQ/blob/a42e1577772d7effa591b39c26acbabcdb69b32c/functions/AFQ_SegmentFiberGroups.m#L187

I think it would be better if any output to be stored under the current working directory, or inside the output directory.