comparison plotCoverage.xml @ 1:9f2b016177e7 draft

planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 8b9cdb8dc4a8fedd2b2286e7afab6529e49a9d22-dirty
author bgruening
date Tue, 22 Dec 2015 13:43:42 -0500
parents fd4a79e7e5f0
children 3bfd8cde1b76
comparison
equal deleted inserted replaced
0:fd4a79e7e5f0 1:9f2b016177e7
1 <tool id="deeptools_plot_coverage" name="plotCoverage" version="@WRAPPER_VERSION@.0"> 1 <tool id="deeptools_plot_coverage" name="plotCoverage" version="@WRAPPER_VERSION@.0">
2 <description>creates a heatmap of correlation scores between different samples </description> 2 <description>plots a histogram of coverage on genomic regions </description>
3 <macros> 3 <macros>
4 <token name="@BINARY@">plotCoverage</token> 4 <token name="@BINARY@">plotCoverage</token>
5 <import>deepTools_macros.xml</import> 5 <import>deepTools_macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
20 --bamfiles '#echo "' '".join($files)#' 20 --bamfiles '#echo "' '".join($files)#'
21 --labels '#echo "' '".join($labels)#' 21 --labels '#echo "' '".join($labels)#'
22 --plotFileFormat "$outFileFormat" 22 --plotFileFormat "$outFileFormat"
23 23
24 #if $outRawCounts: 24 #if $outRawCounts:
25 --outRawCounts '$outFileRawCounts' 25 --outRawCounts '$outFileRawCounts'
26 #end if 26 #end if
27 27
28 #if $advancedOpt.showAdvancedOpt == "yes": 28 #if $advancedOpt.showAdvancedOpt == "yes":
29 --numberOfSamples '$advancedOpt.numberOfSamples' 29 --numberOfSamples '$advancedOpt.numberOfSamples'
30 $advancedOpt.skipZeros 30 $advancedOpt.skipZeros