Mercurial > repos > iuc > kma
changeset 4:8fbd98f37c10 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kma commit f040316174672d9e3ce53b1873ab07cff1128940
| author | iuc |
|---|---|
| date | Mon, 15 Dec 2025 21:59:45 +0000 |
| parents | 0e8330535ea0 |
| children | |
| files | kma_map.xml macros.xml |
| diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/kma_map.xml Wed Jul 23 12:20:33 2025 +0000 +++ b/kma_map.xml Mon Dec 15 21:59:45 2025 +0000 @@ -1,4 +1,4 @@ -<tool id="kma_map" name="Map with KMA" version="@TOOL_VERSION@+galaxy0" profile="23.0"> +<tool id="kma_map" name="Map with KMA" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description></description> <macros> <import>macros.xml</import> @@ -164,7 +164,7 @@ </output> <output name="read_mapping" ftype="tabular"> <assert_contents> - <has_n_lines n="492"/> + <has_n_lines n="513"/> <has_n_columns n="7"/> <has_text text="b0842_1"/> </assert_contents> @@ -183,7 +183,7 @@ <param name="kma_index" value="test_index"/> <output name="assembly_matrix" ftype="tabular"> <assert_contents> - <has_n_lines n="2551"/> + <has_n_lines n="2578"/> <has_n_columns n="7" comment="#"/> <has_line_matching expression="^A	.*"/> <has_line_matching expression="^T	.*"/> @@ -231,7 +231,7 @@ </output> <output name="read_mapping" ftype="tabular"> <assert_contents> - <has_n_lines n="1012"/> + <has_n_lines n="1048"/> <has_n_columns n="7"/> <has_text text="b0842_1"/> </assert_contents>
--- a/macros.xml Wed Jul 23 12:20:33 2025 +0000 +++ b/macros.xml Mon Dec 15 21:59:45 2025 +0000 @@ -1,5 +1,7 @@ <macros> - <token name="@TOOL_VERSION@">1.5.1</token> + <token name="@TOOL_VERSION@">1.6.8</token> + <token name="@VERSION_SUFFIX@">0</token> + <token name="@PROFILE@">23.0</token> <token name="@INTYPES@">fastq,fastq.gz,fastqsanger,fastqsanger.gz</token> <xml name="kma_index"> <param label="Select a KMA index" name="kma_index" type="select">
