Concatenate files - echo results and multiple files
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell.
The create_temporary_file beanshell creates a file to which the concatentation can be written.
The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has been given a default value of 'true', the results are also copied to the results port of concatenate_files.
The temporary file to which the results were written is read by the read_text_file service and its contents output.
Both of the workflow outputs contain 'a b c d e' i.e. the contents of the concatenated files separated by a newline.
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/409/download?version=1
[ More Info ]
Workflow Components
Reviews (0)
Other workflows that use similar services (0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment