Skip to content

Commit

Permalink
Merge pull request #6437 from planemo-autoupdate/tools/hicstuff
Browse files Browse the repository at this point in the history
Updating tools/hicstuff from version 3.1.5 to 3.2.3
  • Loading branch information
bgruening authored Oct 10, 2024
2 parents 25c9d8d + a78403a commit 0770184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/hicstuff/hicstuff_pipeline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>generates a Hi-C contact matrix</description>
<macros>
<import>macros.xml</import>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<expand macro="requirements" />
<command detect_errors="exit_code"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions tools/hicstuff/macros.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<macros>
<token name="@TOOL_VERSION@">3.1.5</token><!-- TODO remove cooler and biopython requirement on update -->
<token name="@TOOL_VERSION@">3.2.3</token><!-- TODO remove cooler and biopython requirement on update -->
<token name="@PROFILE@">21.09</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">hicstuff</requirement>
<requirement type="package" version="0.10.2">cooler</requirement>
<requirement type="package" version="1.80">biopython</requirement>
<requirement type="package" version="1.84">biopython</requirement>
<yield/>
</requirements>
</xml>
Expand Down

0 comments on commit 0770184

Please sign in to comment.