# HG changeset patch # User iuc # Date 1529487175 14400 # Node ID 8ce1e2c7ee72a35ddbf1eb294af46622cc83bf2b # Parent 92808b865dfb062d76aa4a59807dbe774b3ef545 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 6c859db1a131f3f17aecdf44af80ad93b0e9c018 diff -r 92808b865dfb -r 8ce1e2c7ee72 featurecounts.xml --- a/featurecounts.xml Thu Jun 14 04:33:21 2018 -0400 +++ b/featurecounts.xml Wed Jun 20 05:32:55 2018 -0400 @@ -1,7 +1,8 @@ - + Measure gene expression in RNA-Seq experiments from SAM or BAM files. subread + samtools featureCounts -v 2>&1 | grep . @@ -58,7 +59,9 @@ $extended_parameters.read_reduction $extended_parameters.primary $extended_parameters.ignore_dup - + #if $extended_parameters.R: + $extended_parameters.R + #end if #if str($extended_parameters.read_extension_5p) != "0": --readExtension5 $extended_parameters.read_extension_5p #end if @@ -108,6 +111,9 @@ && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.jcounts' > '${output_jcounts}' #end if + #if $extended_parameters.R: + && samtools sort -o '$output_bam' -@ \${GALAXY_SLOTS:-2} *.featureCounts.bam + #end if && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.summary' > '${output_summary}' ]]> @@ -389,6 +395,13 @@ label="Ignore reads marked as duplicate" help="If specified, reads that were marked as duplicates will be ignored. Bit Ox400 in the FLAG field of a SAM/BAM file is used for identifying duplicate reads. In paired end data, the entire read pair will be ignored if at least one end is found to be a duplicate read." /> + + + + extended_parameters['R'] + + @@ -500,14 +519,18 @@ - + +
+ +
+
diff -r 92808b865dfb -r 8ce1e2c7ee72 test-data/output.bam Binary file test-data/output.bam has changed