akeshavan / mindcontrol

MindControl is an app for quality control of neuroimaging pipeline outputs. Demo:
http://mindcontrol.herokuapp.com/
Other
54 stars 25 forks source link

Minor change to auto_mindcontrol #30

Open Islast opened 6 years ago

Islast commented 6 years ago

This changes auto_mindcontrol.py to use os.path.relpath instead of string substitution to calculate the relative paths to data files from the bids folder, which had been occasionally causing a problem for me.

The change is in line 64 Any other differences are just linting