Skip to content

Commit d1182fe

Browse files
author
planemo-autoupdate
committed
Updating tools/trimmomatic from version 0.39 to 0.40
1 parent a7612b0 commit d1182fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tools/trimmomatic/trimmomatic.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
See similar fix for snpSift
1111
https://github.com/galaxyproject/tools-iuc/commit/b5e2080a7afdea9fa476895693b6115824c6fbb9
1212
-->
13-
<requirement type="package" version="9.4">coreutils</requirement>
13+
<requirement type="package" version="9.5">coreutils</requirement>
1414
</requirements>
1515
<command detect_errors="aggressive"><![CDATA[
1616
@CONDA_TRIMMOMATIC_JAR_PATH@ &&

tools/trimmomatic/trimmomatic_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
-->
66
<token name="@CONDA_TRIMMOMATIC_JAR_PATH@">if [ -z "\$TRIMMOMATIC_JAR_PATH" ]; then export TRIMMOMATIC_JAR_PATH=\$(dirname \$(readlink -e \$(which trimmomatic))); fi</token>
77
<token name="@CONDA_TRIMMOMATIC_ADAPTERS_PATH@">if [ -z "\$TRIMMOMATIC_ADAPTERS_PATH" ]; then export TRIMMOMATIC_ADAPTERS_PATH=\$(dirname \$(readlink -e \$(which trimmomatic)))/adapters; fi</token>
8-
<token name="@TOOL_VERSION@">0.39</token>
9-
<token name="@VERSION_SUFFIX@">2</token>
8+
<token name="@TOOL_VERSION@">0.40</token>
9+
<token name="@VERSION_SUFFIX@">0</token>
1010
</macros>

0 commit comments

Comments
 (0)