We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm wondering about the following thing:
"${file_dwi}"_crop.nii.gz
${file_dwi}.nii.gz
spine-park/batch_processing.sh
Lines 274 to 277 in e3cc60a
Isn't file_dwi="${file_dwi}_crop" missing between lines 275 and 277?
file_dwi="${file_dwi}_crop"
The text was updated successfully, but these errors were encountered:
Amazing. Good catch @valosekj and thank you for reporting it!!
Sorry, something went wrong.
Use cropped data for DWI processing
84ba26f
Addresses #46
I fixed the issue in 84ba26f, can you make sure it works fine @Kaonashi22 and if so we can close the issue
I'm re-running, I'll let you know how it works!
No branches or pull requests
I'm wondering about the following thing:
"${file_dwi}"_crop.nii.gz
)${file_dwi}.nii.gz
)spine-park/batch_processing.sh
Lines 274 to 277 in e3cc60a
Isn't
file_dwi="${file_dwi}_crop"
missing between lines 275 and 277?The text was updated successfully, but these errors were encountered: