Skip to content

Commit

Permalink
Merge pull request galaxyproject#17009 from mvdbeek/update_tar_to_dir…
Browse files Browse the repository at this point in the history
…ectory_dependency

[23.1] Update tar_to_directory dependency
  • Loading branch information
martenson authored Nov 10, 2023
2 parents 643b0d4 + 93d11dc commit 70d4185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/converters/tar_to_directory.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="CONVERTER_tar_to_directory" name="Convert tar to directory" version="1.0.1" profile="17.05">
<!-- Don't use tar directly so we can verify safety of results - tar -xzf '$input1'; -->
<requirements>
<requirement type="package" version="19.9">galaxy-util</requirement>
<requirement type="package" version="23.1">galaxy-util</requirement>
</requirements>
<command>
mkdir '$output1.files_path';
Expand Down

0 comments on commit 70d4185

Please sign in to comment.