comparison htseq-count.xml @ 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
comparison
equal deleted inserted replaced
30:8f6836089479 31:fb117b3ee99a
1 <tool id="htseq_count" name="htseq-count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="htseq_count" name="htseq-count" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description> 2 <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">2.0.9</token> 4 <token name="@TOOL_VERSION@">2.1.2</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">0</token>
6 <token name="@PROFILE@">23.0</token> 6 <token name="@PROFILE@">23.0</token>
7 </macros> 7 </macros>
8 <xrefs> 8 <xrefs>
9 <xref type="bio.tools">htseq</xref> 9 <xref type="bio.tools">htseq</xref>
10 </xrefs> 10 </xrefs>
11 <requirements> 11 <requirements>
12 <requirement type="package" version="@TOOL_VERSION@">htseq</requirement> 12 <requirement type="package" version="@TOOL_VERSION@">htseq</requirement>
13 <requirement type="package" version="1.22.1">samtools</requirement> 13 <requirement type="package" version="1.23">samtools</requirement>
14 <requirement type="package" version="5.3.1">gawk</requirement> 14 <requirement type="package" version="5.3.1">gawk</requirement>
15 <requirement type="package" version="9.5">coreutils</requirement> 15 <requirement type="package" version="9.5">coreutils</requirement>
16 </requirements> 16 </requirements>
17 17
18 <stdio> 18 <stdio>