Hi All,
I've developed a PyMVPA app that works with BIDS. Before we can place it next to the other BIDS Apps, I have a question:
The app consists of two parts: I) a short bash script that does some preparation - including merging runs' preprocessed functionals (outputs of fmriprep) into single files - needed for the main MVPA part, and II) the main script which is written in Python. I was wondering if I need to wrap these two into a single script, or have them as two separate apps. I was thinking when people use this app, they really need to run the bash part just once, but then they will run multiple tests with different arguments using the main app. So it makes more sense to have these as two separate apps, doesn't it?
Thank you!!
Sajjad