# HG changeset patch # User iuc # Date 1529052924 14400 # Node ID 220ee3518f19f3425370dea479626d60260a6fda planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/collection_element_identifiers commit 3e691a225d82f9f79bba80902f385a6b4557ab45 diff -r 000000000000 -r 220ee3518f19 collection_element_identifiers.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/collection_element_identifiers.xml Fri Jun 15 04:55:24 2018 -0400 @@ -0,0 +1,37 @@ + + of a list collection + + + + + + #for $el in $input_collection: +${el.element_identifier} +#end for + + + + + + + + + + + + + + + + + + + + + + + diff -r 000000000000 -r 220ee3518f19 test-data/output.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/output.txt Fri Jun 15 04:55:24 2018 -0400 @@ -0,0 +1,3 @@ +e1 +e2 +e3 diff -r 000000000000 -r 220ee3518f19 test-data/simple_line.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/simple_line.txt Fri Jun 15 04:55:24 2018 -0400 @@ -0,0 +1,1 @@ +This is a line of text.