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

PAM() function does not correctly expand patterns in input/output files arguments #9

Open
activeeon-bot opened this issue Feb 28, 2014 · 0 comments

Comments

@activeeon-bot
Copy link

Original issue created by Vladimir Bodnartchouk on 28, Feb 2014 at 19:23 PM - PRC-6


For example in the following code the output.files='file%1%' argument of the PAM() function should be expanded to 'file1' and 'file2'

Code to reproduce the issue:

library("PARConnector")
PAConnect(url='http://localhost:8080/rest/rest', login='demo', pwd='demo')
tasks <- PA("identity", 1:2);
fullWorkflow <- PAM( function(...){}, tasks, output.files="file%1%")
\1. Print the full workflow
fullWorkflow

\1. The awaited result should be:
...
output files : C:/PARConnector/file1 <- $USER/file1, C:/PARConnector/file2 <- $USER/file2
...

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