changeset 3:42c89c1bbda9 default tip

Update output labels
author Jim Johnson <jj@umn.edu>
date Mon, 15 Jun 2015 15:44:54 -0500
parents 4c87b4cc1176
children
files peptide_to_gff.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/peptide_to_gff.xml	Mon Jun 15 15:22:59 2015 -0500
+++ b/peptide_to_gff.xml	Mon Jun 15 15:44:54 2015 -0500
@@ -114,8 +114,8 @@
     <param name="show_unmapped" type="boolean" truevalue="yes" falsevalue="no" checked="False" label="Show unmapped lines"/>
   </inputs>
   <outputs>
-    <data format="gff3" metadata_source="input_file" name="output_gff" label="peptides.gff3"/>
-    <data format_source="input_file" metadata_source="input_file" name="unmapped" label="peptides.unmapped">
+    <data format="gff3" metadata_source="input_file" name="output_gff" label="${tool.name} peptides.gff3"/>
+    <data format_source="input_file" metadata_source="input_file" name="unmapped" label="${tool.name} peptides.unmapped">
       <filter>show_unmapped == True</filter>
     </data>
   </outputs>