annotate fastp_json_to_tabular.xml @ 0:091a2fb2e7ad draft default tip

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
author public-health-bioinformatics
date Thu, 10 Mar 2022 21:59:56 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
1 <tool id="fastp_json_to_tabular" name="Convert fastp json report to tabular" version="0.1.0">
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
2 <description>Convert fastp json report to tabular</description>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
3 <requirements>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
4 </requirements>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
6 '$__tool_directory__/fastp_json_to_tabular.py'
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
7 ${report} > ${output}
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
8 ]]></command>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
9 <inputs>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
10 <param name="report" type="data" format="json" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
11 </inputs>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
12 <outputs>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
13 <data name="output" label="fastp report" format="tabular"/>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
14 </outputs>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
15 <tests>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
16 <test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
17 <param name="report" value="test-01_fastp.json" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
18 <output name="output" file="test-01_fastp.tsv" ftype="tabular" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
19 </test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
20 <test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
21 <param name="report" value="test-02_fastp.json" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
22 <output name="output" file="test-02_fastp.tsv" ftype="tabular" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
23 </test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
24 <test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
25 <param name="report" value="test-03_fastp.json" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
26 <output name="output" file="test-03_fastp.tsv" ftype="tabular" />
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
27 </test>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
28 </tests>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
29 <help><![CDATA[
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
30 ]]></help>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
31 <citations>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
32 </citations>
091a2fb2e7ad "planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/tree/master/tools/fastp_json_to_tabular commit 888d26702a84c2f8fd1428aff8cd869e94cc0bae"
public-health-bioinformatics
parents:
diff changeset
33 </tool>