This workflow takes a list of KEGG gene identifiers and supplies descriptions associated to said genes + pathways including all genes and the descriptions associated to said pathways.
The list_to_string local beanshell scripts merely transform a given list into a string of unique not-null elements separated by new lines (for batch btit use).
Note that the input is a real taverna list : multiple values must be declared as multiple values instead of a single string value with distinct identif...