changeset 2:ee6166a3edd8 draft

Uploaded
author greg
date Thu, 19 Nov 2020 21:50:54 +0000
parents bca267738b33
children 6116deacb2c7
files vsnp_determine_ref_from_data.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vsnp_determine_ref_from_data.xml	Thu Nov 19 21:25:31 2020 +0000
+++ b/vsnp_determine_ref_from_data.xml	Thu Nov 19 21:50:54 2020 +0000
@@ -112,11 +112,11 @@
         <data name="output_metrics" format="txt"  label="${tool.name} (metrics) on ${on_string}">
             <filter>input_type_cond['input_type'] == 'single'</filter>
         </data>
-        <collection name="output_dbkey_collection" type="list">
+        <collection name="output_dbkey_collection" type="list" label="${tool.name} (dbkey) on ${on_string}">
             <discover_datasets pattern="__name__" directory="output_dbkey" format="txt"/>
             <filter>input_type_cond['input_type'] == 'collection'</filter>
         </collection>
-        <collection name="output_metrics_collection" type="list">
+        <collection name="output_metrics_collection" type="list" label="${tool.name} (metrics) on ${on_string}">
             <discover_datasets pattern="__name__" directory="output_metrics" format="txt"/>
             <filter>input_type_cond['input_type'] == 'collection'</filter>
         </collection>