Mercurial > repos > public-health-bioinformatics > fastp_json_to_tabular
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:93332d66ee79 | 2:2c2d59b3d64d |
---|---|
1 <tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0"> | 1 <tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0"> |
2 <description>Pick plasmids containing specific genes</description> | 2 <description>Convert fastp json report to tabular</description> |
3 <requirements> | 3 <requirements> |
4 </requirements> | 4 </requirements> |
5 <command detect_errors="exit_code"><![CDATA[ | 5 <command detect_errors="exit_code"><![CDATA[ |
6 '$__tool_directory__/fastp_json_to_tsv.py' | 6 '$__tool_directory__/fastp_json_to_tabular.py' |
7 ${report} > ${output} | 7 ${report} > ${output} |
8 ]]></command> | 8 ]]></command> |
9 <inputs> | 9 <inputs> |
10 <param name="report" type="data" format="json" /> | 10 <param name="report" type="data" format="json" /> |
11 </inputs> | 11 </inputs> |