# HG changeset patch # User iuc # Date 1630331272 0 # Node ID 7db9d3ea71c9013c555160870bb8d5b75bb49509 # Parent ce44c6f2ba386e65f3a3dd216eba9383cbc8d639 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6ad844a722ddf6a71cae4c77bc43d3051376d891" diff -r ce44c6f2ba38 -r 7db9d3ea71c9 featurecounts.xml --- a/featurecounts.xml Tue Jul 13 12:14:05 2021 +0000 +++ b/featurecounts.xml Mon Aug 30 13:47:52 2021 +0000 @@ -281,8 +281,8 @@ - - + + @@ -293,8 +293,8 @@ truevalue="--fraction" falsevalue="" argument="--fraction" - 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."/> + 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 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 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."/>