Mercurial > repos > iuc > featurecounts
diff featurecounts.xml @ 30:56aa64c23690 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Tue, 31 Aug 2021 08:07:43 +0000 |
| parents | 3cd88f5c9d4c |
| children | 83ab9e468b86 |
line wrap: on
line diff
--- a/featurecounts.xml Mon Aug 30 13:47:16 2021 +0000 +++ b/featurecounts.xml Tue Aug 31 08:07:43 2021 +0000 @@ -1,10 +1,12 @@ <tool id="featurecounts" name="featureCounts" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> - <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files.</description> + <description>Measure gene expression in RNA-Seq experiments from SAM or BAM files</description> <macros> <token name="@TOOL_VERSION@">2.0.1</token> <token name="@VERSION_SUFFIX@">1</token> </macros> - + <xrefs> + <xref type="bio.tools">subread</xref> + </xrefs> <requirements> <requirement type="package" version="@TOOL_VERSION@">subread</requirement> <requirement type="package" version="1.11">samtools</requirement> @@ -281,8 +283,8 @@ <conditional name = "multifeatures"> <param name="multifeat" type="select" label="Allow reads to map to multiple features" help="Setting -O, -M and --fraction"> - <option value="" selected="true">Disabled: reads that align to multiple features or overlapping features are excluded</option> - <option value="-M">Enabled: multi-mapping reads are included (-M)</option> + <option value="" selected="true">Disabled; reads that align to multiple features or overlapping features are excluded</option> + <option value="-M">Enabled; multi-mapping reads are included (-M)</option> <option value="-O">Enabled: multi-overlapping features are included (-O)</option> <option value="-O -M">Enabled: both multi-mapping and multi-overlapping features are included (-M -O)</option> </param> @@ -293,8 +295,8 @@ truevalue="--fraction" falsevalue="" argument="--fraction" - label="Assign fractions to multi-mapping reads" - help="If specified, a fractional count 1/x will be generated for each multi-mapping read, where x is the number of alignments (indicated by 'NH' tag) reported for the read."/> + label="Assign fractions to multimapping reads" + help="If specified, a fractional count 1/n will be generated for each multi-mapping read, where n is the number of alignments (indica- ted by 'NH' tag) reported for the read."/> </when> <when value="-O"> <param name="fraction" @@ -302,8 +304,8 @@ truevalue="--fraction" falsevalue="" argument="--fraction" - label="Assign fractions to multi-overlapping features" - help="If specified, a fractional count 1/y will be generated for each multi-overlapping feature, where y is the number of features overlapping with the read."/> + label="Assign fractions to multimapping reads" + help="If specified, a fractional count 1/n will be generated for each multi-overlapping read, where n is the number of alignments (indica- ted by 'NH' tag) reported for the read."/> </when> <when value="-O -M"> <param name="fraction" @@ -311,8 +313,8 @@ truevalue="--fraction" falsevalue="" argument="--fraction" - label="Assign fractions to both multi-mapping reads and multi-overlapping features" - help="If specified, a fractional count 1/(x*y) will be generated, where x is the number of alignments (indicated by 'NH' tag) and y the number of overlapping features."/> + label="Assign fractions to multimapping reads" + help="If specified, a fractional count 1/n will be generated for each multi-mapping or multi-overlapping read, where n is the number of alignments (indica- ted by 'NH' tag) reported for the read."/> </when> </conditional>
