Mercurial > repos > public-health-bioinformatics > fastp_json_to_tabular
comparison fastp_json_to_tabular.xml @ 0:dc655c5e77d6 draft
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
author | public-health-bioinformatics |
---|---|
date | Wed, 09 Mar 2022 23:40:04 +0000 |
parents | |
children | 93332d66ee79 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:dc655c5e77d6 |
---|---|
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> | |
3 <requirements> | |
4 </requirements> | |
5 <command detect_errors="exit_code"><![CDATA[ | |
6 '$__tool_directory__/fastp_json_to_tsv.py' | |
7 ]]></command> | |
8 <inputs> | |
9 <param name="report" type="data" format="json" /> | |
10 </inputs> | |
11 <outputs> | |
12 <data name="output" label="fastp report" format="tabular"/> | |
13 </outputs> | |
14 <tests> | |
15 </tests> | |
16 <help><![CDATA[ | |
17 ]]></help> | |
18 <citations> | |
19 </citations> | |
20 </tool> |