Mercurial > repos > public-health-bioinformatics > fastp_json_to_tabular
view fastp_json_to_tabular.xml @ 1:93332d66ee79 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 | Wed, 09 Mar 2022 23:44:08 +0000 |
parents | dc655c5e77d6 |
children | 2c2d59b3d64d |
line wrap: on
line source
<tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0"> <description>Pick plasmids containing specific genes</description> <requirements> </requirements> <command detect_errors="exit_code"><![CDATA[ '$__tool_directory__/fastp_json_to_tsv.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>