view fastp_json_to_tabular.xml @ 4:b86961fa4ac4 draft default tip

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 0cedf8014d943912974969f1ed294f6d0ec8f258"
author public-health-bioinformatics
date Thu, 10 Mar 2022 19:14:05 +0000
parents 2c2d59b3d64d
children
line wrap: on
line source

<tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0">
    <description>Convert fastp json report to tabular</description>
    <requirements>
    </requirements>
    <command detect_errors="exit_code"><![CDATA[
        '$__tool_directory__/fastp_json_to_tabular.py'
          ${report} > ${output}
    ]]></command>
    <inputs>
        <param name="report" type="data" format="json" />
    </inputs>
    <outputs>
        <data name="output" label="fastp report" format="tabular"/>
    </outputs>
    <tests>
    </tests>
    <help><![CDATA[
    ]]></help>
    <citations>
    </citations>
</tool>