Skip to content

BIDS + branched analysis error #165

Description

@jones-michael-s

Has anyone run a BIDS + branched analysis recently? I'm having problems with a very basic tasklist:

		<module><name>aamod_structuralfromnifti</name></module>
		<module><name>aamod_reorienttomiddle_structural</name></module>
		<module><name>aamod_epifromnifti</name></module>
		<module><name>aamod_reorienttomiddle_epi</name></module>		
		<module><name>aamod_realign</name></module>  
		<module><name>aamod_coreg_noss</name></module>
		<module><name>aamod_segment8_multichan</name>	</module>	
		<module><name>aamod_norm_write</name></module>
		<module><name>aamod_smooth</name></module>


		<module>
			
		<branch>
              		<selected_sessions>Flanker_run-1</selected_sessions>
			<module><name>aamod_firstlevel_model</name></module>
		</branch>
					
		<branch>
               		<selected_sessions>Flanker_run-2</selected_sessions>
			<module><name>aamod_firstlevel_model</name></module>
		</branch>

		</module>

This gives me a strange warning on start-up:

WARNING: Renaming output epi of aamod_firstlevel_model_00001 to .
It might breake dependency for the consecuting module(s).
Make sure that you know what you are doing!

If I let the analysis proceed, SPM crashes with an out-of-memory error.

My userscript is just some basic setup and a call to aas_processBIDS. I'm not doing any stream renaming. aa says Flanker_run-1 and Flanker_run-2 are valid session names (and I still get the error even if I remove the selected_sessions statements, so that doesn't seem to be the problem).

Here's a screen grab of my BIDS directory:

ds000102_directory_tree

Maybe branched analysis got broken recently? Or am I doing something wrong?

Regards,
Mike

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions