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

Allow processing multiple files #7

Open
2 tasks
reckart opened this issue Jan 10, 2017 · 0 comments
Open
2 tasks

Allow processing multiple files #7

reckart opened this issue Jan 10, 2017 · 0 comments

Comments

@reckart
Copy link
Member

reckart commented Jan 10, 2017

The idea is to set the multiple flag on the input parameter of the engine, then in the tool XML file write all the input file names to a temporary file, and that temporary file is then passed as a parameter to the tool wrapper groovy script. The Groovy script would then read this temporary file and pass all the file names to PARAM_PATTERNS. The resulting files would then need to be discovered.

  • need to check if the input files that galaxy provides are simple file names (such that we can use PARAM_SOURCE_LOCATION) or absolute files
  • need to check if we can write the results all to some directory using PARAM_TARGET_LOCATION
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