Mercurial > repos > iuc > featurecounts
diff featurecounts.xml @ 35:30f6985f0ac7 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c43e4b51d4b0a46eeba363fa4061d4af03a677a4
author | iuc |
---|---|
date | Wed, 07 May 2025 09:59:27 +0000 |
parents | 5dbff3a5845a |
children |
line wrap: on
line diff
--- a/featurecounts.xml Sun Dec 22 10:55:10 2024 +0000 +++ b/featurecounts.xml Wed May 07 09:59:27 2025 +0000 @@ -1,9 +1,8 @@ -<tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> +<tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2"> <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files</description> <macros> - <token name="@TOOL_VERSION@">2.0.8</token> + <token name="@TOOL_VERSION@">2.1.1</token> <token name="@VERSION_SUFFIX@">0</token> - <macro name="conditional_gff_opions"> <param name="gff_feature_type" type="text" value="exon" argument="-t" label="GFF feature type filter" help="Specify the feature type. Only rows which have the matched matched feature type in the provided GTF annotation file will be included for read counting. `exon' by default."/> <param name="gff_feature_attribute" type="text" value="gene_id" argument="-g" label="GFF gene identifier" help="Specify the attribute type used to group features (eg. exons) into meta-features (eg. genes), when GTF annotation is provided. `gene_id' by default. This attribute type is usually the gene identifier. This argument is useful for the meta-feature level summarization. Ex: if the 9th column is 'gene_id "ENSG00000223972"; gene_name "DDX11L1" gene_source "havana"' (GTF) or 'gene_id=ENSG00000223972; gene_name=DDX11L1; gene_source=havana' (GFF), the available attributes for this feature are 'gene_id', 'gene_name' and 'gene_source'."/>