changeset 28:00caf096ddbb

Uploaded
author yhoogstrate
date Wed, 15 Jan 2014 07:59:01 -0500
parents 637ce07f1d49
children 344459d8f3d4
files featureCounts.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/featureCounts.xml	Thu Jan 09 04:59:51 2014 -0500
+++ b/featureCounts.xml	Wed Jan 15 07:59:01 2014 -0500
@@ -77,7 +77,7 @@
 			<when value="default">
 			</when>
 			<when value="extended">
-				<param name="gff_feature_type" type="boolean" value="exon" 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_type" type="text" value="exon" 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" 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." />