Skip to content

[BUG] Error using move file during group level analysis #643

@mwmaclean

Description

@mwmaclean

Is there an existing issue for this?

  • I have searched the existing issues

Expected Behavior

rename files to bids format

Current Behavior

Crashed at the end when renaming existing png file

Error message

Error using movefile
The system cannot find the path specified.



Error in renamePng (line 19)
    movefile(source, target);

Error in bidsResults>renameOutputResults (line 515)
    renamePng(result.dir);

Error in bidsResults (line 241)
          renameOutputResults(results);

Error in cpp_spm>stats (line 281)
      bidsResults(opt, 'nodeName', nodeName);

Error in cpp_spm (line 106)
      stats(args);

Error in stats (line 77)
cpp_spm(bids_dir, output_dir, 'dataset', ...

Environment

- OS:windows
- Matlab:R2019b
- SPM:12

Branch

- branch:main
- version:

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions