Skip to content

Commit 2967e24

Browse files
committed
Update cummeRbund to 2.24.0
to fix `Mutex creation failed` when importing `later`, xref: r-lib/later#63 cummeRbund 2.24.0 is the first version that doesn't (indirectly) depend on `r-later` and works correctly.
1 parent 9124aaf commit 2967e24

File tree

15 files changed

+4
-4
lines changed

15 files changed

+4
-4
lines changed

tools/cummerbund/cummeRbund.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0"?>
2-
<tool id="cummeRbund" name="cummeRbund" version="@TOOL_VERSION@+galaxy1">
2+
<tool id="cummeRbund" name="cummeRbund" version="@TOOL_VERSION@+galaxy0">
33
<description>visualize Cuffdiff output</description>
44
<macros>
55
<import>cummeRbund_macros.xml</import>
66
</macros>
77
<requirements>
88
<requirement type="package" version="1">fonts-conda-ecosystem</requirement>
9-
<requirement type="package" version="1.0.4">r-argparse</requirement>
10-
<requirement type="package" version="3.4.1">r-base</requirement>
9+
<requirement type="package" version="2.0.1">r-argparse</requirement>
10+
<requirement type="package" version="3.5.1">r-base</requirement>
1111
<requirement type="package" version="@TOOL_VERSION@">bioconductor-cummerbund</requirement>
1212
</requirements>
1313
<code file="cummeRbund_options.py"/>

tools/cummerbund/cummeRbund_macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<macros>
3-
<token name="@TOOL_VERSION@">2.16.0</token>
3+
<token name="@TOOL_VERSION@">2.24.0</token>
44
<macro name="replicates_checkbox">
55
<param name="replicates" type="boolean" truevalue="--replicates" falsevalue="" checked="True" label="Replicates?"/>
66
</macro>
-2.15 KB
Loading
-163 Bytes
Loading
52 Bytes
Loading
612 Bytes
Loading
59 Bytes
Loading
475 Bytes
Loading
-1.19 KB
Loading
-198 Bytes
Loading

0 commit comments

Comments
 (0)