Mercurial > repos > galaxyp > peptide_to_gff
comparison peptide_to_gff.xml @ 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 |
comparison
equal
deleted
inserted
replaced
2:4c87b4cc1176 | 3:42c89c1bbda9 |
---|---|
112 </conditional> | 112 </conditional> |
113 </repeat> | 113 </repeat> |
114 <param name="show_unmapped" type="boolean" truevalue="yes" falsevalue="no" checked="False" label="Show unmapped lines"/> | 114 <param name="show_unmapped" type="boolean" truevalue="yes" falsevalue="no" checked="False" label="Show unmapped lines"/> |
115 </inputs> | 115 </inputs> |
116 <outputs> | 116 <outputs> |
117 <data format="gff3" metadata_source="input_file" name="output_gff" label="peptides.gff3"/> | 117 <data format="gff3" metadata_source="input_file" name="output_gff" label="${tool.name} peptides.gff3"/> |
118 <data format_source="input_file" metadata_source="input_file" name="unmapped" label="peptides.unmapped"> | 118 <data format_source="input_file" metadata_source="input_file" name="unmapped" label="${tool.name} peptides.unmapped"> |
119 <filter>show_unmapped == True</filter> | 119 <filter>show_unmapped == True</filter> |
120 </data> | 120 </data> |
121 </outputs> | 121 </outputs> |
122 <stdio> | 122 <stdio> |
123 <exit_code range="1:" level="fatal" description="Bad input dataset" /> | 123 <exit_code range="1:" level="fatal" description="Bad input dataset" /> |