# HG changeset patch # User mvdbeek # Date 1557730828 14400 # Node ID 5b459fe14efb7897f062d4cd245ce45b2350e356 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compose_text_param commit 6cce597c5a058322363f061d06979f733744762d-dirty" diff -r 000000000000 -r 5b459fe14efb compose_text_param.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compose_text_param.xml Mon May 13 03:00:28 2019 -0400 @@ -0,0 +1,86 @@ + + from parameters + +{ + let s = ""; + for (const repeat of $job.components) { + s += repeat.param_type.component_value + }; + return {'output': s}; +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +This tool concatenates each parameter value to a string. +If used in a workflow you can connect the output to any +text parameter value. + +