Skip to content

Commit

Permalink
Merge pull request #6548 from planemo-autoupdate/tools/bigwig_outlier…
Browse files Browse the repository at this point in the history
…_bed

Updating tools/bigwig_outlier_bed from version 0.2.0 to 0.2.2
  • Loading branch information
bgruening authored Nov 12, 2024
2 parents e3d7e01 + fad2bd4 commit dcef254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/bigwig_outlier_bed/bigwig_outlier_bed.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<tool name="Bigwig outliers to bed features" id="bigwig_outlier_bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
<description>Writes high and low bigwig runs as features in a bed file</description>
<macros>
<token name="@TOOL_VERSION@">0.2.0</token>
<token name="@TOOL_VERSION@">0.2.2</token>
<token name="@PYTHON_VERSION@">3.12.3</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<edam_topics>
<edam_topic>topic_0157</edam_topic>
Expand All @@ -17,7 +17,7 @@
</xrefs>
<requirements>
<requirement type="package" version="@PYTHON_VERSION@">python</requirement>
<requirement type="package" version="2.0.0">numpy</requirement>
<requirement type="package" version="2.1.3">numpy</requirement>
<requirement type="package" version="@TOOL_VERSION@">pybigtools</requirement>
</requirements>
<required_files>
Expand Down

0 comments on commit dcef254

Please sign in to comment.