-
Notifications
You must be signed in to change notification settings - Fork 532
Add nipype_crash_search script #1422
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
Conversation
Added Gitter Sidecar
* Use nibabel instead of SimpleITK to determine image shape * Do not convert .mgz to .nii * Simplify error checking and origvol_names with comprehensions * PEP8 cleanup in/around checkT1s
REF: Simplify checkT1s
fix: segstats avgwf_txt_file can be a bool without error
6.0beta still works.
FIX: Removes unnecessary methods from smri freesurfer workflow utils.
no zombies here
thanks @alexsavio - for now i think this is fine. in the future i'd like to move this to a database search to speed things up. |
could you please update the CHANGES file and add some documentation (perhaps at the same place as nipype_display_crash)? |
ENH: Makes ReconAll workflow backwards compatible with FreeSurfer 5.3.0.
Please let me know if that is ok. |
@alexsavio - something weird is happening with this merge (there are too many files included that are already in master). can you close this pull request and make a change on top of current master and send? |
I am sorry, yes, I still don't know how to deal with rebase/merge... I will create a new PR. |
Here it is: #1438 |
This is a script to search through a log folder for regular expressions in the tracebacks of the .pklz files.
Is it useful?