# HG changeset patch # User iuc # Date 1580100232 18000 # Node ID 916cb26bd9d3ed7536648d6c72454e5d10011213 # Parent 67b0b160903aa9c15110e4401a53ec921553c9a0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq_count commit 9b894593cf3c0156faf679300ded731e0796f792" diff -r 67b0b160903a -r 916cb26bd9d3 htseq-count.xml --- a/htseq-count.xml Thu Oct 17 03:01:55 2019 -0400 +++ b/htseq-count.xml Sun Jan 26 23:43:52 2020 -0500 @@ -1,4 +1,4 @@ - + - Count aligned reads in a BAM file that overlap features in a GFF file htseq @@ -49,7 +49,7 @@ --secondary-alignments=${advanced_options.secondary_alignments} --supplementary-alignments=${advanced_options.supplementary_alignments} #if $advanced_options.samout_conditional.samout == "Yes": - --samout='$__new_file_path__/${samoutfile.id}_tmp.sam' + --samout=samout.sam #end if #end if @@ -65,7 +65,7 @@ #if $advanced_options.samout_conditional.samout == "Yes": && samtools view -Su -t '${reference_fasta_filename}.fai' - '$__new_file_path__/${samoutfile.id}_tmp.sam' + samout.sam | samtools sort -T "\${TMPDIR:-.}" -o '$samoutfile' - #end if #end if