Mercurial > repos > bgruening > deeptools
diff deepTools_macros.xml @ 48:72d1d7c68bd3 draft
Uploaded
| author | bgruening |
|---|---|
| date | Tue, 26 Aug 2014 13:48:56 -0400 |
| parents | 7d6d2f91843e |
| children | 1d802a322244 |
line wrap: on
line diff
--- a/deepTools_macros.xml Tue Apr 01 12:31:58 2014 -0400 +++ b/deepTools_macros.xml Tue Aug 26 13:48:56 2014 -0400 @@ -36,7 +36,7 @@ </when> </conditional> </xml> - + <xml name="region_limit_operation"> <param name="region" type="text" value="" label="Region of the genome to limit the operation to" @@ -44,14 +44,14 @@ </xml> <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token> - <token name="@WRAPPER_VERSION@">1.1</token> + <token name="@WRAPPER_VERSION@">1.5.8.2</token> <xml name="requirements"> <requirements> <requirement type="binary">@BINARY@</requirement> <requirement type="package" >samtools</requirement> <requirement type="package" >deepTools</requirement> <requirement type="package" >ucsc_tools</requirement> - <requirement type="package" version="1.5.8_09023018b96c23f922aa2ea553090e9df8ecf41e">deepTools</requirement> + <requirement type="package" version="1.5.8.2">deepTools</requirement> <requirement type="package" version="0.1">ucsc_tools</requirement> <requirement type="package" version="1.7.1">numpy</requirement> <requirement type="package" version="0.7.7">pysam</requirement> @@ -109,6 +109,9 @@ <regex match="Traceback" /> </stdio> </xml> + <xml name="pseudocount"> + <param name="pseudocount" type="float" value="1" label="Pseudocount" help="Small number to avoid dividing by zero."/> + </xml> <token name="@REFERENCES@"> .. class:: infomark @@ -119,12 +122,22 @@ This tool is developed by the `Bioinformatics and Deep-Sequencing Unit`_ at the `Max Planck Institute for Immunobiology and Epigenetics`_. - .. _Bioinformatics and Deep-Sequencing Unit: http://www3.ie-freiburg.mpg.de/facilities/research-facilities/bioinformatics-and-deep-sequencing-unit/ .. _Max Planck Institute for Immunobiology and Epigenetics: http://www3.ie-freiburg.mpg.de .. _help site: https://github.com/fidelram/deepTools/wiki/ +**References** + +If you use this Galaxy tool in work leading to a scientific publication please +cite the following paper: + </token> + <xml name="citations"> + <citations> + <citation type="doi">10.1093/nar/gku365</citation> + <yield /> + </citations> + </xml> <xml name="multiple_input_bams"> <repeat name="input_files" title="BAM files" min="2">
