Skip to content

Commit

Permalink
Update the version. Note that the wrapper version is always behind du…
Browse files Browse the repository at this point in the history
…ring releases.
  • Loading branch information
dpryan79 committed Jul 13, 2016
1 parent 5fa189d commit 823d3da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deeptools/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# This file is originally generated from Git information by running 'setup.py
# version'. Distribution tarballs contain a pre-generated copy of this file.

__version__ = '2.2.4-197-ce7b44e'
__version__ = '2.3.0'
4 changes: 2 additions & 2 deletions galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
</xml>

<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
<token name="@WRAPPER_VERSION@">2.2.2</token>
<token name="@WRAPPER_VERSION@">2.2.3</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="2.7.10">python</requirement>
<requirement type="binary">@BINARY@</requirement>
<requirement type="package" version="2.2.2">deepTools</requirement>
<requirement type="package" version="2.2.3">deepTools</requirement>
<yield />
</requirements>
<expand macro="stdio" />
Expand Down
4 changes: 2 additions & 2 deletions galaxy/wrapper/tool_dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package name="python" version="2.7.10">
<repository name="package_python_2_7_10" owner="iuc" prior_installation_required="True" />
</package>
<package name="deepTools" version="2.2.2">
<repository name="package_python_2_7_deeptools_2_2_2" owner="iuc"/>
<package name="deepTools" version="2.2.3">
<repository name="package_python_2_7_deeptools_2_2_3" owner="iuc"/>
</package>
</tool_dependency>

0 comments on commit 823d3da

Please sign in to comment.