Skip to content
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

Adding an 'args' parameter to the plugin framework. #258

Merged
merged 1 commit into from
Jun 8, 2014

Conversation

tdanford
Copy link
Contributor

@tdanford tdanford commented Jun 6, 2014

PluginExecutor now takes a plugin_args argument, whose value is now passed through as
an argument to the 'run' method of ADAMPlugin.

Added a new example (test) plugin, TakeNPlugin, which shows a simple use of this parameter.

@tdanford
Copy link
Contributor Author

tdanford commented Jun 6, 2014

This is a fix to #130

@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/348/

PluginExecutor now takes a plugin_args argument, whose value is now passed through as
an argument to the 'run' method of ADAMPlugin.

Added a new example (test) plugin, TakeNPlugin, which shows a simple use of this parameter.
@AmplabJenkins
Copy link

All automated tests passed.
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/ADAM-prb/355/

fnothaft added a commit that referenced this pull request Jun 8, 2014
Adding an 'args' parameter to the plugin framework.
@fnothaft fnothaft merged commit 712c37e into bigdatagenomics:master Jun 8, 2014
@fnothaft
Copy link
Member

fnothaft commented Jun 8, 2014

Merged! Thanks @tdanford.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants