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

Manage exception for hcp7t in init_preprocess script #40

Open
Paolopost opened this issue Feb 3, 2017 · 0 comments
Open

Manage exception for hcp7t in init_preprocess script #40

Paolopost opened this issue Feb 3, 2017 · 0 comments
Assignees

Comments

@Paolopost
Copy link
Contributor

The files ".bvecs" and ".bvals" shouldn't be simply copied. The comma char has to be replaced by a whitespace. The replacement can be managed as follows:
sed 's/,/\ /g' input-file > output-file
This step is applied to hcp7t dataset only.

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

No branches or pull requests

2 participants