diff 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 diff
--- a/fastp_json_to_tabular.xml	Wed Mar 09 23:44:08 2022 +0000
+++ b/fastp_json_to_tabular.xml	Thu Mar 10 00:13:02 2022 +0000
@@ -1,9 +1,9 @@
 <tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0">
-    <description>Pick plasmids containing specific genes</description>
+    <description>Convert fastp json report to tabular</description>
     <requirements>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        '$__tool_directory__/fastp_json_to_tsv.py'
+        '$__tool_directory__/fastp_json_to_tabular.py'
           ${report} > ${output}
     ]]></command>
     <inputs>