annotate adjust_bracken_kreport_for_unclassified_reads.xml @ 3:899a650587ed draft default tip

planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
author public-health-bioinformatics
date Thu, 27 Oct 2022 19:13:25 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
1 <tool id="adjust_bracken_kreport_for_unclassified_reads" name="Adjust Kraken-Style Bracken Report for Unclassified Reads" version="0.1.0+galaxy0">
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
2 <description>Adjust kraken-style bracken report to account for unclassified reads</description>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
3 <requirements>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
4 </requirements>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
6 '$__tool_directory__/adjust_bracken_kreport_for_unclassified_reads.py'
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
7 --kraken-report '${kraken_report}'
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
8 --kraken-style-bracken-report '${kraken_style_bracken_report}'
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
9 > ${adjusted_report}
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
10 ]]></command>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
11 <inputs>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
12 <param name="kraken_report" type="data" format="txt" />
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
13 <param name="kraken_style_bracken_report" type="data" format="txt" />
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
14 </inputs>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
15 <outputs>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
16 <data name="adjusted_report" label="Adjusted Report" format="txt"/>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
17 </outputs>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
18 <tests>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
19 <test>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
20 <param name="kraken_report" value="input/SRR17619849_kraken2.txt"/>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
21 <param name="kraken_style_bracken_report" value=""/>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
22 <output name="adjusted_report" file="" ftype="tabular"/>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
23 </test>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
24 </tests>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
25 <help><![CDATA[
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
26 ]]></help>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
27 <citations>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
28 </citations>
899a650587ed planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/adjust_bracken_for_unclassified_reads commit 24535690aedb81353cf5e036dc4577022d9604ad
public-health-bioinformatics
parents:
diff changeset
29 </tool>