Skip to content

Commit

Permalink
Revert back to use provided_metadata_file
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Oct 11, 2024
1 parent 28ca375 commit 13f436f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy/datatypes/converters/archive_to_directory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<requirement type="package" version="23.2.1">galaxy-util</requirement>
</requirements>
<command><![CDATA[
cp '$metadata_json' galaxy.json &&
mkdir '$output1.files_path' &&
cd '$output1.files_path' &&
python -c "from galaxy.util.compression_utils import CompressedFile; CompressedFile('$input1').extract('.')"
Expand All @@ -23,7 +22,7 @@
<option value="directory">directory</option>
</param>
</inputs>
<outputs>
<outputs provided_metadata_file="metadata_json">
<data format="auto" name="output1"/>
</outputs>
<tests>
Expand Down

0 comments on commit 13f436f

Please sign in to comment.