view fastp_json_to_tabular.xml @ 2:2c2d59b3d64d draft

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 225d05a1238c15522c9bc3b47fcc6c0bbe2e7b50-dirty"
author public-health-bioinformatics
date Thu, 10 Mar 2022 00:13:02 +0000
parents 93332d66ee79
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>