Unverified Commit 55a8ab11 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #13991 from mvdbeek/backport_compression_converter

[22.01] Don't create a BGZF index when running the compressing converter
parents 468d5e0c 4588b8fb
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
<tool id="CONVERTER_uncompressed_to_gz" name="Convert uncompressed file to compressed" hidden="true" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
    <macros>
        <token name="@TOOL_VERSION@">1.11</token>
        <token name="@TOOL_VERSION@">1.15.1</token>
        <token name="@VERSION_SUFFIX@">0</token>
    </macros>
    <requirements>
        <requirement type="package" version="1.11">tabix</requirement>
        <requirement type="package" version="@TOOL_VERSION@">htslib</requirement>
    </requirements>
    <command><![CDATA[
cp '$ext_config' 'galaxy.json' &&
bgzip -@ \${GALAXY_SLOTS:-1} -ci '$input1' > '$output1'
cp '$ext_config' galaxy.json &&
bgzip -@ "\${GALAXY_SLOTS:-1}" -c '$input1' > '$output1'
    ]]></command>
    <configfiles>
        <configfile name="ext_config">{"output1": {