Skip to content

Commit

Permalink
Updating tools/chipseeker from version 1.32.0 to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Jan 6, 2025
1 parent 373c81f commit 1911b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/chipseeker/chipseeker.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<tool id="chipseeker" name="ChIPseeker" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<description>for ChIP peak annotation and visualization</description>
<macros>
<token name="@TOOL_VERSION@">1.32.0</token>
<token name="@TOOL_VERSION@">1.42.0</token>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">bioconductor-chipseeker</requirement>
<requirement type="package" version="1.6.6">r-optparse</requirement>
<requirement type="package" version="1.7.5">r-optparse</requirement>
</requirements>
<version_command><![CDATA[
echo $(R --version | grep version | grep -v GNU)", ChIPseeker version" $(R --vanilla --slave -e "library(ChIPseeker); cat(sessionInfo()\$otherPkgs\$ChIPseeker\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
Expand Down

0 comments on commit 1911b23

Please sign in to comment.