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

Forward not working inside Transform / Filter / Produce #32

Closed
lonsbio opened this issue Oct 20, 2014 · 3 comments
Closed

Forward not working inside Transform / Filter / Produce #32

lonsbio opened this issue Oct 20, 2014 · 3 comments

Comments

@lonsbio
Copy link
Collaborator

lonsbio commented Oct 20, 2014

From ssade...@gmail.com on 2012-06-01T10:04:48Z

A forward like this doesn't get applied:

fine = {
transform("csv") {
msg " $input => $output"
exec "cp $input $output"
forward input
}
}

The input to next stage will be the $output variable.

Original issue: http://code.google.com/p/bpipe/issues/detail?id=32

@lonsbio
Copy link
Collaborator Author

lonsbio commented Oct 20, 2014

From ssade...@gmail.com on 2012-06-01T17:47:15Z

Fix / implementation released in Bpipe 0.9.5

@lonsbio
Copy link
Collaborator Author

lonsbio commented Oct 20, 2014

From ssade...@gmail.com on 2012-06-01T17:47:35Z

Status: Started

@lonsbio
Copy link
Collaborator Author

lonsbio commented Oct 20, 2014

From ssade...@gmail.com on 2012-07-05T03:50:31Z

The change for this is done now.

Status: Fixed

@lonsbio lonsbio closed this as completed Oct 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant