Skip to content

Commit

Permalink
decrease galaxy profile version
Browse files Browse the repository at this point in the history
The profile version does not need to be the latest Galaxy version. It specifies the latest version in which those tools will work. So it would be better to keep it a bit lower. Otherwise, older Galaxy instances can not install this tool.
  • Loading branch information
bgruening authored Aug 28, 2023
1 parent 96b2da1 commit 292b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy/wrapper/deepTools_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
<token name="@TOOL_VERSION@">3.5.3</token>
<token name="@GALAXY_VERSION@">23.01</token>
<token name="@GALAXY_VERSION@">22.05</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">deeptools</requirement>
Expand Down

0 comments on commit 292b492

Please sign in to comment.