Closed yarikoptic closed 5 years ago
also note that there is I guess an ignored error msg
/opt/nobrainer/third_party/freesurfer/bin/mri_convert: line 2: /opt/nobrainer/third_party/freesurfer/sources.sh: No such file or directory
not sure how critical if at all but may be docker image could get then that sources.sh in some shape? ;-)
@yarikoptic - the second thing is freesurfer and can be ignored.
for the first thing, we could add a default option or we can ask the user to specify it (currently the case). this would allow the user to generate nii.gz
or .nii
files independent of the input extension. i think asking this of the user is ok.
but yes, we can raise an exception if an unknown extension is detected or carry over the input extension.
i can switch the output to a prefix
Thanks, Satra!
On Aug 20, 2019, at 10:32 PM, Satrajit Ghosh notifications@github.com wrote:
Closed #7 via 8ff7266.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
I just waited for ~10 minutes for kwik to complete just to get a crash
so I thought it would be more user friendly if output argument is checked if there is any of known supported extensions and either crash early or default to some (nii.gz?)
PS I was using singularity image of 0.2 converted from docker, available within https://github.com/ReproNim/containers/tree/master/images/neuronets