-
Notifications
You must be signed in to change notification settings - Fork 0
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
xform_brain should not require an explicit target specification for image data #16
Comments
Could do this by adding a target argument (which is sometimes ignored) or modifying ... see http://stackoverflow.com/questions/16321760/r-change-value-of-an-argument-in-ellipsis-and-pass-ellipsis-to-the-other-functi |
@rrbenton this is a bug that you would like closed. |
@mmc46 this is interesting for you as well. Do you want to check
and see if it works for your use case without having to specify |
Yes, that works!
… On 30 Apr 2019, at 20:38, Gregory Jefferis ***@***.***> wrote:
@mmc46 <https://github.com/mmc46> this is interesting for you as well. Do you want to check
devtools::install_github("jefferislab/nat.templatebrains@ feature/auto-target")
and see if it works for your use case without having to specify target explicitly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#16 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAOJBU3EQZOBX553N2A56N3PTCN45ANCNFSM4BR6JW4A>.
|
Error:
Error in basename(as.character(f)) :
argument "target" is missing, with no default
OK:
(moved from natverse/nat.flybrains#30)
The text was updated successfully, but these errors were encountered: