Repository 'htseq_count'
hg clone https://toolshed.g2.bx.psu.edu/repos/lparsons/htseq_count

Changeset 28:916cb26bd9d3 (2020-01-26)
Previous changeset 27:67b0b160903a (2019-10-17) Next changeset 29:4418229c501e (2024-01-31)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq_count commit 9b894593cf3c0156faf679300ded731e0796f792"
modified:
htseq-count.xml
b
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
b
@@ -1,4 +1,4 @@
-<tool id="htseq_count" name="htseq-count" version="0.9.1" profile="16.04">
+<tool id="htseq_count" name="htseq-count" version="0.9.1+galaxy1" profile="16.04">
     <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description>
     <requirements>
         <requirement type="package" version="0.9.1">htseq</requirement>
@@ -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