You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datashuttle should be an easy way to run your experiment, not just collect data. There are currently not many convenience functions like getter / setter for paths. It would be really nice to do something like:
project_info = project.get_all_sub_and_ses()
for sub_info in project_info:
for ses_path in sub_info["session_paths"]:
...
This wouldn't be much to implement but would expand the utility a lot, at the moment it's not really clear how to use datashuttle as a worflow manager.
The text was updated successfully, but these errors were encountered:
datashuttle should be an easy way to run your experiment, not just collect data. There are currently not many convenience functions like getter / setter for paths. It would be really nice to do something like:
or like
This wouldn't be much to implement but would expand the utility a lot, at the moment it's not really clear how to use datashuttle as a worflow manager.
The text was updated successfully, but these errors were encountered: