Skip to content

Commit 8a31f0a

Browse files
committed
Use (pre-release) 25.1
1 parent 8da1d47 commit 8a31f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/datatypes/converters/archive_to_directory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<tool id="CONVERTER_archive_to_directory" name="Unpack archive to directory" version="1.0.0" profile="21.09">
22
<!-- Use compression_utils instead of shell commands (tar/unzip) so we can verify safety of results -->
33
<requirements>
4-
<requirement type="package" version="25.0">galaxy-util</requirement>
4+
<requirement type="package" version="25.1">galaxy-util</requirement>
55
</requirements>
66
<command><![CDATA[
77
mkdir '$output1.files_path' &&

0 commit comments

Comments
 (0)