Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Analysis level dataset is not passed on to bidspm function #1249

Closed
4 of 9 tasks
monique2208 opened this issue Jun 18, 2024 · 1 comment · Fixed by #1258
Closed
4 of 9 tasks

[BUG] Analysis level dataset is not passed on to bidspm function #1249

monique2208 opened this issue Jun 18, 2024 · 1 comment · Fixed by #1258
Labels
bug 🐛 Something isn't working

Comments

@monique2208
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Operating system

  • Linux
  • Mac
  • Windows

Operating system version

No response

SPM 12 version

  • 7771
  • 7487
  • 7219

Platform

  • MATLAB
  • Octave

Platform version

No response

bidspm version

v3.1.0

bidspm branch / commit number

apptainer run --no-mount bind-paths --cleanenv --bindds003717:/bids /home/mdenissen/containers/bidspm_current.sif /bids /bids dataset --action stats --task SESS06 --model /bids/derivatives/models/model-defaultSESS06_smdl.json --preproc_dir /bids/derivatives/bidspm-preproc --space MNI152NLin2009cAsym --skip_validation

Expected Behavior

Run dataset level from command line

BIDS stats model

No response

Current Behavior & Error message

There are no errors, but I am still running subject level:

bidspm('/bids', ...
                         '/bids', ...
                         'subject', ...
                         'action', 'stats', ...
                         'verbosity', 2, ...
                         'space', { 'MNI152NLin2009cAsym' }, ...
                         'fwhm', 6.0, ...
                         'skip_validation', true, ...
                         'preproc_dir', '/bids/derivatives/bidspm-preproc', ...
                         'model_file', '/bids/derivatives/models/model-defaultSESS06_smdl.json');

Anything else?

The command seems ignored explicitly, only the default model action takes the dataset level into account.

cmd = append_main_cmd(cmd=cmd, analysis_level="subject", action=action)

Is this intentional?

@monique2208 monique2208 added the bug 🐛 Something isn't working label Jun 18, 2024
Copy link

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant