File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/galaxy/datatypes/converters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 =" 23.2.1 " >galaxy-util</requirement >
4+ <requirement type =" package" version =" 25.0 " >galaxy-util</requirement >
55 </requirements >
66 <command ><![CDATA[
77 mkdir '$output1.files_path' &&
Original file line number Diff line number Diff line change 11<tool id =" CONVERTER_tar_to_directory" name =" Convert tar to directory" version =" 1.0.1" profile =" 21.09" >
22 <!-- Don't use tar directly so we can verify safety of results - tar -xzf '$input1'; -->
33 <requirements >
4- <requirement type =" package" version =" 23.2.1 " >galaxy-util</requirement >
4+ <requirement type =" package" version =" 25.0 " >galaxy-util</requirement >
55 </requirements >
66 <command detect_errors =" exit_code" ><![CDATA[
77cp '$provided_metadata' 'galaxy.json' &&
You can’t perform that action at this time.
0 commit comments