Mercurial > repos > bgruening > deeptools_plot_coverage
comparison plotCoverage.xml @ 31:1d9d0ef3ab37 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author | bgruening |
---|---|
date | Thu, 05 Apr 2018 10:41:19 -0400 |
parents | 79032c0e6423 |
children | 003a83043303 |
comparison
equal
deleted
inserted
replaced
30:ce44b1c88849 | 31:1d9d0ef3ab37 |
---|---|
17 @THREADS@ | 17 @THREADS@ |
18 | 18 |
19 --plotFile '$outFileName' | 19 --plotFile '$outFileName' |
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 |