Open rjpuzniak opened 3 years ago
--directory
is for uploading bids data. Since you are uploading an individual data object, please use --rois instead.
Like..
$ bl data upload --datatype neuro/rois --project (project ID) --subject (subject name) --rois (file path for rois)
Also, "dataset" command is deprecated by "data" command. So please use that instead.
Lastly, I just released a new version of brainlife CLI (1.5.5). Please update your CLI if you have not done so recently.
Hello, recently I've tried to upload several rois to BL using CLI, however I'm constantly encountering the error during data validation step, which prevents me for doing so. Below I'll describe the way I'm processing and what happens: 1) I create a folder tmp which contains a subfolder named
rois
(tmp/rois). Insiderois
folder there are several files with binary masks, all in .nii.gz format 2) I'm uploading the data with given command3) On the terminal prompt I receive a following message
4) I can't figure out why
config
variable has no fieldrois
, nor what I can do to change that. I've also tried uploading the rois together with associatedlabel.json
, but this didn't make a difference. Thank You very much,Robert