Mercurial > repos > bgruening > deeptools
diff bamCorrelate.xml @ 11:baf4283e2d7f draft
Uploaded
author | bgruening |
---|---|
date | Sat, 14 Dec 2013 07:00:55 -0500 |
parents | 135f3bae5c56 |
children | 16310f8b24d5 |
line wrap: on
line diff
--- a/bamCorrelate.xml Sat Dec 14 03:29:29 2013 -0500 +++ b/bamCorrelate.xml Sat Dec 14 07:00:55 2013 -0500 @@ -107,13 +107,7 @@ </param> <when value="no" /> <when value="yes"> - <param name="outFileFormat" type="select" label="Image file format"> - <option value="png" selected="true">png</option> - <option value="pdf">pdf</option> - <option value="svg">svg</option> - <option value="eps">eps</option> - <option value="emf">emf</option> - </param> + <expand macro="input_image_file_format"/> <param name="saveRawCounts" type="boolean" label="Save the bin counts"/> <param name="saveCorMatrix" type="boolean" label="Save the correlation matrix"/> </when> @@ -121,14 +115,7 @@ </inputs> <outputs> - <data format="png" name="outFileName"> - <change_format> - <when input="output.outFileFormat" value="pdf" format="pdf" /> - <when input="output.outFileFormat" value="svg" format="svg" /> - <when input="output.outFileFormat" value="eps" format="eps" /> - <when input="output.outFileFormat" value="emf" format="emf" /> - </change_format> - </data> + <expand macro="output_image_file_format" /> <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> <filter>(outputOpt['showOutputOpt'] == 'yes' and outputOpt['saveRawCounts'] == True)</filter> </data>