# HG changeset patch # User mvdbeek # Date 1426859516 -3600 # Node ID b31219f26a8f2f3dc207a45b331e38cc22385e4c # Parent 08c2d13f529d1f10d360cd2ff20257365e34ff7d Change $input.name to $input.element_ideentifier. This allows keeping the input datatset collections identifier (= history name). diff -r 08c2d13f529d -r b31219f26a8f add_input_name_as_column.xml --- a/add_input_name_as_column.xml Wed Jan 14 10:15:13 2015 -0500 +++ b/add_input_name_as_column.xml Fri Mar 20 14:51:56 2015 +0100 @@ -1,8 +1,8 @@ - + to an existing tabular file add_input_name_as_column.py --input "$input" - --label "$input.name" + --label "$input.element_identifier" --output "$output" #if $header.contains_header=="yes": --header "$header.colname"