annotate tbprofiler_json_to_tabular.xml @ 0:3e0d5ceeeb0f draft default tip

planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
author public-health-bioinformatics
date Tue, 19 Sep 2023 18:03:41 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
1 <tool id="tbprofiler_json_to_tabular" name="Convert tbprofiler json report to tabular" version="0.1.0+galaxy2">
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
2 <description>Convert tbprofiler json report to tabular</description>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
3 <requirements>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
4 </requirements>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
6 '$__tool_directory__/tbprofiler_json_to_tabular.py'
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
7 ${report}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
8 --qc ${qc}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
9 --gene-coverage ${gene_coverage}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
10 --missing-positions ${missing_positions}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
11 --resistance-variants ${resistance_variants}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
12 --other-variants ${other_variants}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
13 --analysis-metadata ${analysis_metadata}
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
14 ]]></command>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
15 <inputs>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
16 <param name="report" type="data" format="json" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
17 </inputs>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
18 <outputs>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
19 <data name="qc" label="QC" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
20 <data name="gene_coverage" label="Gene Coverage" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
21 <data name="missing_positions" label="Missing positions" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
22 <data name="resistance_variants" label="Resistance variants" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
23 <data name="other_variants" label="Other variants" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
24 <data name="analysis_metadata" label="Analysis metadata" format="tabular"/>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
25 </outputs>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
26 <tests>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
27 <test>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
28 <param name="report" value="test-01_tbprofiler.json" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
29 <output name="qc" file="test-01_qc.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
30 <output name="gene_coverage" file="test-01_gene_coverage.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
31 <output name="missing_positions" file="test-01_missing_positions.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
32 <output name="resistance_variants" file="test-01_resistance_variants.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
33 <output name="other_variants" file="test-01_other_variants.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
34 <output name="analysis_metadata" file="test-01_analysis_metadata.tsv" ftype="tabular" />
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
35 </test>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
36 </tests>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
37 <help><![CDATA[
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
38 ]]></help>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
39 <citations>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
40 </citations>
3e0d5ceeeb0f planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/tbprofiler_json_to_tabular commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
41 </tool>