-
Notifications
You must be signed in to change notification settings - Fork 43
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
Programming a CbrainTask should involve providing a default Tool and ToolConfig #72
Labels
Comments
This would be useful within Boutiques-enabled tools too. |
Oh, maybe. But adding the convention within standard CBRAIN tasks is still a useful thing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Programmers developing a new CbrainTask do so in a context completely devoid of information about the Tool object and ToolConfig object that the sysadmins are expected to create. That is fine. However, the poor sysadmin has to know quite a bit about the task in order to create that Tool and ToolConfig using the interface.
I suggest that as part of writing and publishing a CbrainTask, the task's programmer be made to
incorporate a set of default values for a Tool object and a first ToolConfig. Maybe embedded within
the PortalTask class? Those values would be supplied as template to the sysadmin when configuring these two things with the interface.
The text was updated successfully, but these errors were encountered: