Mercurial > repos > lparsons > htseq_count
changeset 31:fb117b3ee99a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/htseq_count commit e1a31abfbf1e2b90c7e7be9a85da95031ed7cd99
| author | iuc |
|---|---|
| date | Mon, 16 Feb 2026 08:36:34 +0000 |
| parents | 8f6836089479 |
| children | |
| files | htseq-count.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/htseq-count.xml Tue Jul 29 09:27:22 2025 +0000 +++ b/htseq-count.xml Mon Feb 16 08:36:34 2026 +0000 @@ -1,7 +1,7 @@ <tool id="htseq_count" name="htseq-count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description> <macros> - <token name="@TOOL_VERSION@">2.0.9</token> + <token name="@TOOL_VERSION@">2.1.2</token> <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">23.0</token> </macros> @@ -10,7 +10,7 @@ </xrefs> <requirements> <requirement type="package" version="@TOOL_VERSION@">htseq</requirement> - <requirement type="package" version="1.22.1">samtools</requirement> + <requirement type="package" version="1.23">samtools</requirement> <requirement type="package" version="5.3.1">gawk</requirement> <requirement type="package" version="9.5">coreutils</requirement> </requirements>
