# HG changeset patch # User iuc # Date 1559913761 14400 # Node ID feb3acba1e0a4f21f5fa92d47352bf11eecb4a30 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/compose_text_param commit 8aabc55146cdeb7ca2f0ab9d55d2f044ab59e569 diff -r 000000000000 -r feb3acba1e0a compose_text_param.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compose_text_param.xml Fri Jun 07 09:22:41 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}; +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +