Mercurial > repos > iuc > bracken
changeset 8:1d4bd12f01cf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bracken commit 2d68ebc8d29e6046811970c6ef04f683e9916857
| author | iuc |
|---|---|
| date | Thu, 18 Jan 2024 15:38:05 +0000 |
| parents | 978ae4147c29 |
| children | 0c7b6eb7e752 |
| files | est-abundance.xml macros.xml test-data/NC_003198.1_simulated_bracken_report_S1.txt test-data/NC_003198.1_simulated_bracken_report_S2.txt test-data/test2.log |
| diffstat | 5 files changed, 25 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/est-abundance.xml Mon May 22 19:24:46 2023 +0000 +++ b/est-abundance.xml Thu Jan 18 15:38:05 2024 +0000 @@ -33,6 +33,8 @@ </options> </param> <param name="level" type="select" label="Level" help="Level to push all reads to"> + <option value="S2">Subspecies 2</option> + <option value="S1">Subspecies 1</option> <option value="S" selected="true">Species</option> <option value="G">Genus</option> <option value="F">Family</option> @@ -74,6 +76,20 @@ <output name="kraken_report" file="NC_011750.1_simulated_kraken_style_bracken_report.txt" ftype="tabular"/> <output name="logfile" file="test2.log" lines_diff="8"/> </test> + <test expect_num_outputs="1"> + <param name="input" value="NC_003198.1_simulated_kraken_report.txt" ftype="tabular"/> + <param name="level" value="S1"/> + <param name="kmer_distr" value="test_entry"/> + <param name="logfile_output" value="False"/> + <output name="report" file="NC_003198.1_simulated_bracken_report_S1.txt" ftype="tabular"/> + </test> + <test expect_num_outputs="1"> + <param name="input" value="NC_003198.1_simulated_kraken_report.txt" ftype="tabular"/> + <param name="level" value="S2"/> + <param name="kmer_distr" value="test_entry"/> + <param name="logfile_output" value="False"/> + <output name="report" file="NC_003198.1_simulated_bracken_report_S2.txt" ftype="tabular"/> + </test> </tests> <help> <