Mercurial > repos > bgruening > deeptools_multi_bigwig_summary
diff multiBigwigSummary.xml @ 12:e9d7ac6f8e20 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit cbb142cf0582948030f99621d5dd65ab80caa296
| author | bgruening |
|---|---|
| date | Thu, 11 Aug 2016 06:29:18 -0400 |
| parents | dd46b5d1882c |
| children | b186037f17f1 |
line wrap: on
line diff
--- a/multiBigwigSummary.xml Fri May 13 17:17:26 2016 -0400 +++ b/multiBigwigSummary.xml Thu Aug 11 06:29:18 2016 -0400 @@ -35,6 +35,11 @@ #if str($region.value) != '': --region '$region' #end if + + #if $advancedOpt.showAdvancedOpt == "yes": + @ADVANCED_OPTS_GTF@ + @blacklist@ + #end if ]]> </command> @@ -67,6 +72,11 @@ <expand macro="region_limit_operation" /> <param argument="--outRawCounts" type="boolean" label="Save raw counts (scores) to file" help=""/> + <expand macro="advancedOpt_scaffold"> + <expand macro="gtf_options" /> + <expand macro="blacklist" /> + </expand> + </inputs> <outputs> <data format="deeptools_coverage_matrix" name="outFile" label="${tool.name} on ${on_string}: correlation matrix" />
