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

Recipe and recipe execution #1

Closed
wants to merge 1 commit into from
Closed

Conversation

ttung
Copy link
Owner

@ttung ttung commented Apr 11, 2019

Builds on top of spacetx#1097 to construct and run recipes with one or more runnables.

A recipe wires together one or more runnables. Inputs to recipes are available to the recipe itself as the magic variable name "file_inputs". A runnable is invoked by the magic function "compute". Anything written to the magic variable "file_outputs" is matched and written out to a set of output paths.

This is part of the fix for spacetx#311, and is a continuation of spacetx#1117

Builds on top of spacetx#1097 to construct and run recipes with one or more runnables.

A recipe wires together one or more runnables.  Inputs to recipes are available to the recipe itself as the magic variable name "file_inputs".  A runnable is invoked by the magic function "compute".  Anything written to the magic variable "file_outputs" is matched and written out to a set of output paths.

Fixes spacetx#311
@ttung ttung closed this Apr 11, 2019
@ttung ttung deleted the tonytung-recipe branch April 11, 2019 07:40
@ttung ttung restored the tonytung-recipe branch April 11, 2019 07:42
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.

1 participant