Mercurial > repos > bgruening > deeptools_plot_coverage
comparison plotCoverage.xml @ 37:18ef8e2c9763 draft
"planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit ac42d29c298c026aa0c53c9db2553087ebc86b97"
| author | bgruening |
|---|---|
| date | Fri, 11 Feb 2022 09:25:04 +0000 |
| parents | 2c17ceeae363 |
| children | 9f2108594465 |
comparison
equal
deleted
inserted
replaced
| 36:2c17ceeae363 | 37:18ef8e2c9763 |
|---|---|
| 24 #if $outRawCounts: | 24 #if $outRawCounts: |
| 25 --outRawCounts '$outFileRawCounts' | 25 --outRawCounts '$outFileRawCounts' |
| 26 #end if | 26 #end if |
| 27 | 27 |
| 28 #if ' '.join(map(str, $BED)) != 'None': | 28 #if ' '.join(map(str, $BED)) != 'None': |
| 29 #set bedFileLList=[] | 29 #set bedFileList=[] |
| 30 #for $f in $BED: | 30 #for $f in $BED: |
| 31 #silent $bedFileList.append("'%s'" % $f) | 31 #silent $bedFileList.append("'%s'" % $f) |
| 32 #end for | 32 #end for |
| 33 #if $bedFileList != ["'None'"]: | 33 #if $bedFileList != ["'None'"]: |
| 34 --BED #echo ' '.join($bedFileList)# | 34 --BED #echo ' '.join($bedFileList)# |
| 99 <expand macro="skipZeros" /> | 99 <expand macro="skipZeros" /> |
| 100 <expand macro="plotTitle" /> | 100 <expand macro="plotTitle" /> |
| 101 <expand macro="blacklist" /> | 101 <expand macro="blacklist" /> |
| 102 </when> | 102 </when> |
| 103 </conditional> | 103 </conditional> |
| 104 | |
| 105 <expand macro="input_image_file_format" /> | 104 <expand macro="input_image_file_format" /> |
| 106 <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to a file" help=""/> | 105 <param argument="--outRawCounts" type="boolean" label="Save raw counts (coverages) to a file" help=""/> |
| 107 | |
| 108 | |
| 109 </inputs> | 106 </inputs> |
| 110 <outputs> | 107 <outputs> |
| 111 <expand macro="output_image_file_format_not_nested" /> | 108 <expand macro="output_image_file_format_not_nested" /> |
| 112 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> | 109 <data format="tabular" name="outFileRawCounts" label="${tool.name} on ${on_string}: bin counts"> |
| 113 <filter>outRawCounts is True</filter> | 110 <filter>outRawCounts is True</filter> |
