-
Notifications
You must be signed in to change notification settings - Fork 535
antsCorticalThickness.sh interface with example data #902
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
sounds like Travis CI fails with a gpg related error from neurodebian, maybe we should ping @yarikoptic ?
|
@armaneshaghi - thanks for this. a lot of test files were regenerated, which should not be the case. this typically means you are not synced with upstream. to fix:
|
still includes garbage files. not really sure what I need to do. I'm synced with upstream. commit 85dc10e is the correct one, but when I hard reset to that commit, then there is no change to be pushed. Any ideas? |
desc='image dimension (2 or 3)') | ||
anatomical_image=File(exists=True, | ||
argstr='-a %s', | ||
desc='Structural *intensity* image, typically T1.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i forgot to fix a few - could you please fix these. multiline description strings should be a tuple.
desc=('asdasd'
'qweqwe'
'123123')
@satra is this final from your point of view? |
antsCorticalThickness.sh interface with example data
Re-sending PR #884 with requested changes by @satra. Example data are just some files with size 0. All tests passed.