Mercurial > repos > public-health-bioinformatics > fastp_json_to_tabular
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastp_json_to_tabular.xml Wed Mar 09 23:40:04 2022 +0000 @@ -0,0 +1,20 @@ +<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' + ]]></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>
