Skip to content

[ENC] Created an interface for mrtrix3's mrcat function #3403

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

Closed
wants to merge 3 commits into from
Closed

[ENC] Created an interface for mrtrix3's mrcat function #3403

wants to merge 3 commits into from

Conversation

GalKepler
Copy link
Contributor

@GalKepler GalKepler commented Oct 31, 2021

Summary

Created an interface for mrtrix3's mrcat function, as suggested in #3402

Fixes #3402 .

Acknowledgment

  • (Mandatory) I acknowledge that this contribution will be available under the Apache 2 license.

@rcali21
Copy link

rcali21 commented Feb 8, 2022

Is it possible to have this committed? It would be super helpful to have as I write a nipype dwi workflow. I also noticed that there is an additional 's' required when calling 'in_file', so running mrcat.inputs.in_file = ['some volume', 'another volume'] will return an error. For the time being, I simply added the 's' (i.e., mrcat.inputs.in_files = ['some volume', 'another volume'] )

@effigies
Copy link
Member

effigies commented Apr 2, 2022

I think this is part of #3445?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement] MRCat interface for mrtrix3's mrcat function
3 participants