Mercurial > repos > iuc > featurecounts
comparison featurecounts.xml @ 37:8620533d294b 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:13 +0000 |
| parents | 39863c075dca |
| children |
comparison
equal
deleted
inserted
replaced
| 36:39863c075dca | 37:8620533d294b |
|---|---|
| 1 <tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.09"> | 1 <tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.2"> |
| 2 <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files</description> | 2 <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">2.0.8</token> | 4 <token name="@TOOL_VERSION@">2.1.1</token> |
| 5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
| 6 | |
| 7 <macro name="conditional_gff_opions"> | 6 <macro name="conditional_gff_opions"> |
| 8 <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."/> | 7 <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."/> |
| 9 <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'."/> | 8 <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'."/> |
| 10 <param name="summarization_level" type="boolean" truevalue=" -f" falsevalue="" argument="-f" label="On feature level" help="If specified, read summarization will be performed at the feature level. By default (-f is not specified), the read summarization is performed at the meta-feature level."/> | 9 <param name="summarization_level" type="boolean" truevalue=" -f" falsevalue="" argument="-f" label="On feature level" help="If specified, read summarization will be performed at the feature level. By default (-f is not specified), the read summarization is performed at the meta-feature level."/> |
| 11 </macro> | 10 </macro> |
