Skip to content

FIX: Refine FSL.split output identification #2746

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

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

miykael
Copy link
Collaborator

@miykael miykael commented Oct 23, 2018

The current implementation of FSL's split selects all files that start with vol* (or the specified prefix) as output.

This caused a problem in my setup, because I had additional files in the same folder, that started with vol_*. This small PR corrects this, by forcing the output to start with a number.

@effigies effigies added this to the 1.1.4 milestone Oct 24, 2018
@effigies effigies changed the title FIX: only select outputs created by split FIX: Refine FSL.split output identification Oct 24, 2018
@effigies
Copy link
Member

Thanks, @miykael!

Failures are related to #2707 and #2745. Merging.

@effigies effigies merged commit a10963c into nipy:master Oct 24, 2018
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.

2 participants