annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
1 <tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0">
2
2c2d59b3d64d "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 225d05a1238c15522c9bc3b47fcc6c0bbe2e7b50-dirty"
public-health-bioinformatics
parents: 1
diff changeset
2 <description>Convert fastp json report to tabular</description>
0
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
3 <requirements>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
4 </requirements>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
2
2c2d59b3d64d "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 225d05a1238c15522c9bc3b47fcc6c0bbe2e7b50-dirty"
public-health-bioinformatics
parents: 1
diff changeset
6 '$__tool_directory__/fastp_json_to_tabular.py'
1
93332d66ee79 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 225d05a1238c15522c9bc3b47fcc6c0bbe2e7b50-dirty"
public-health-bioinformatics
parents: 0
diff changeset
7 ${report} > ${output}
0
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
8 ]]></command>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
9 <inputs>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
10 <param name="report" type="data" format="json" />
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
11 </inputs>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
12 <outputs>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
13 <data name="output" label="fastp report" format="tabular"/>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
14 </outputs>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
15 <tests>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
16 </tests>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
17 <help><![CDATA[
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
18 ]]></help>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
19 <citations>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
20 </citations>
dc655c5e77d6 "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit c6ac9f7bd10c58d2b4168cab62b812d4d76283fe"
public-health-bioinformatics
parents:
diff changeset
21 </tool>