# HG changeset patch # User iuc # Date 1567782501 14400 # Node ID a37612abf7f92f09ace0ff1b14f164c60c76a538 # Parent 9301937c903711f48009897a788459081dd68dff "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 809715c88721d082b304cf4e4a37b52d30162f08" diff -r 9301937c9037 -r a37612abf7f9 featurecounts.xml --- a/featurecounts.xml Thu Jun 06 17:54:09 2019 -0400 +++ b/featurecounts.xml Fri Sep 06 11:08:21 2019 -0400 @@ -1,4 +1,4 @@ - + Measure gene expression in RNA-Seq experiments from SAM or BAM files. subread @@ -113,7 +113,7 @@ #end if #if $extended_parameters.R: - && samtools sort -o '$output_bam' -@ \${GALAXY_SLOTS:-2} *.featureCounts.bam + && samtools sort -o '$output_bam' -@ \${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" *.featureCounts.bam #end if && sed -e 's|${alignment}|${alignment.element_identifier}|g' 'output.summary' > '${output_summary}' ]]> @@ -145,14 +145,15 @@ - + - + +