Mercurial > repos > galaxyp > peptide_to_gff
diff peptide_to_gff.xml @ 2:4c87b4cc1176
Add simple label to output files for IGV display application (it does not handle punctuation in URLs)
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Mon, 15 Jun 2015 15:22:59 -0500 |
parents | 0cd177bc347d |
children | 42c89c1bbda9 |
line wrap: on
line diff
--- a/peptide_to_gff.xml Mon Sep 08 13:36:17 2014 -0500 +++ b/peptide_to_gff.xml Mon Jun 15 15:22:59 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" /> - <data format_source="input_file" metadata_source="input_file" name="unmapped"> + <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"> <filter>show_unmapped == True</filter> </data> </outputs>