Loading lib/galaxy/datatypes/converters/uncompressed_to_gz.xml +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": { Loading Loading
lib/galaxy/datatypes/converters/uncompressed_to_gz.xml +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": { Loading