Mercurial > repos > bgruening > deeptools_plot_coverage
diff plotCoverage.xml @ 25:bed83fb37252 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit b5fc4073c884a2d6a4092ea85150db1971010f28
author | bgruening |
---|---|
date | Sun, 14 May 2017 18:33:15 -0400 |
parents | 5f1ab4c4f459 |
children | 79032c0e6423 |
line wrap: on
line diff
--- a/plotCoverage.xml Fri Mar 31 15:55:16 2017 -0400 +++ b/plotCoverage.xml Sun May 14 18:33:15 2017 -0400 @@ -38,6 +38,7 @@ --plotTitle '$advancedOpt.plotTitle' #end if @ADVANCED_OPTS_READ_PROCESSING@ + @PLOTWIDTHHEIGHT@ @blacklist@ #end if @@ -45,7 +46,7 @@ </command> <inputs> - <expand macro="multiple_input_bams" /> + <expand macro="multiple_input_bams" MIN="1"/> <conditional name="advancedOpt"> <param name="showAdvancedOpt" type="select" label="Show advanced options" > @@ -57,6 +58,7 @@ <param argument="--numberOfSamples" type="integer" value="100000" min="1" label="Number of samples" help="Number of samples taken from the genome to compute the scaling factors."/> + <expand macro="plotWidthHeight" PLOTWIDTH="15.0" PLOTHEIGHT="5.0" /> <expand macro="region_limit_operation" /> <expand macro="read_processing_options" /> <expand macro="skipZeros" />