This works fine and I get my .csv file, however, the output .csv file is stored within the working directory of the shell from which this code was executed. If I leave away -H /path/to/dir/of/my/choice, the .csv file is simply stored in my local home directory (/home/johannes.wiesner/mclf_run-20210310-150418*).
However, I would like to be able a path to specify where exactly to store it. Is there such an option? It seems like in earlier day there was a -o flag that was supposed to handle this? I cannot find any documentation on how to do this, or maybe there is simply no solution for it?
This issue seems to be related to nipreps/mriqc#699 ?
I would like to use MRIQC's classifier to classify my T1 raw data. For that I used the following lines of code:
This works fine and I get my .csv file, however, the output .csv file is stored within the working directory of the shell from which this code was executed. If I leave away
-H /path/to/dir/of/my/choice
, the .csv file is simply stored in my local home directory (/home/johannes.wiesner/mclf_run-20210310-150418*
).However, I would like to be able a path to specify where exactly to store it. Is there such an option? It seems like in earlier day there was a
-o
flag that was supposed to handle this? I cannot find any documentation on how to do this, or maybe there is simply no solution for it?This issue seems to be related to nipreps/mriqc#699 ?