# HG changeset patch # User iuc # Date 1626178445 0 # Node ID ce44c6f2ba386e65f3a3dd216eba9383cbc8d639 # Parent ea04b737afa0fcfd3f73df5308d44a05eaff5b47 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit c2db6daac834eea9b88388aed840d484544f0786" diff -r ea04b737afa0 -r ce44c6f2ba38 featurecounts.xml --- a/featurecounts.xml Sat Nov 21 10:22:09 2020 +0000 +++ b/featurecounts.xml Tue Jul 13 12:14:05 2021 +0000 @@ -1,7 +1,12 @@ - + Measure gene expression in RNA-Seq experiments from SAM or BAM files. + + 2.0.1 + 1 + + - subread + subread samtools coreutils @@ -120,7 +125,7 @@ #end if #if $extended_parameters.R: - && samtools sort -o '$output_bam' -@ \${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" *.featureCounts.bam + && samtools sort --no-PG -o '$output_bam' -@ \${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" *.featureCounts.bam #end if && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.summary' > '${output_summary}' ]]> diff -r ea04b737afa0 -r ce44c6f2ba38 test-data/output.bam Binary file test-data/output.bam has changed