Mercurial > repos > bgruening > deeptools_plot_coverage
comparison plotCoverage.xml @ 19:d884552cd194 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author | bgruening |
---|---|
date | Thu, 05 Apr 2018 10:53:35 -0400 |
parents | e5b784148a9d |
children | 7373bed2be0f |
comparison
equal
deleted
inserted
replaced
18:3c5e48857c38 | 19:d884552cd194 |
---|---|
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 |