Mercurial > repos > lparsons > htseq_count
comparison htseq-count.xml @ 13:30bb8acb77a4
Updated to v0.5.4p5, use repository dependencies.
author | lparsons |
---|---|
date | Tue, 05 Nov 2013 13:02:43 -0500 |
parents | 62a1de8c8aae |
children | 3ffe4e2572a7 |
comparison
equal
deleted
inserted
replaced
12:62a1de8c8aae | 13:30bb8acb77a4 |
---|---|
1 <tool id="htseq_count" name="htseq-count" version="0.3.1"> | 1 <tool id="htseq_count" name="htseq-count" version="0.3.2"> |
2 <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description> | 2 <description> - Count aligned reads in a BAM file that overlap features in a GFF file</description> |
3 <version_command>htseq-count -h | grep version | sed 's/^\(.*\)*\(version .*\)\./\2/'</version_command> | 3 <version_command>htseq-count -h | grep version | sed 's/^\(.*\)*\(version .*\)\./\2/'</version_command> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="1.6.2">numpy</requirement> | 5 <requirement type="package" version="1.7.1">numpy</requirement> |
6 <requirement type="package" version="0.5.4p1">htseq</requirement> | 6 <requirement type="package" version="0.5.4p5">htseq</requirement> |
7 <requirement type="package" version="0.1.18">samtools</requirement> | 7 <requirement type="package" version="0.1.19">samtools</requirement> |
8 <requirement type="package" version="1.56.0">picard</requirement> | 8 <requirement type="package" version="1.56.0">picard</requirement> |
9 </requirements> | 9 </requirements> |
10 <command> | 10 <command> |
11 ##set up input files | 11 ##set up input files |
12 #set $reference_fasta_filename = "localref.fa" | 12 #set $reference_fasta_filename = "localref.fa" |
186 | 186 |
187 The htseq-count script allows to choose between three modes: *union*, *intersection-strict*, and *intersection-nonempty*. | 187 The htseq-count script allows to choose between three modes: *union*, *intersection-strict*, and *intersection-nonempty*. |
188 | 188 |
189 The following figure illustrates the effect of these three modes: | 189 The following figure illustrates the effect of these three modes: |
190 | 190 |
191 .. image:: /static/images/count_modes.png | 191 .. image:: $PATH_TO_IMAGES/count_modes.png |
192 :width: 500 | 192 :width: 500 |
193 | 193 |
194 | 194 |
195 Strandedness | 195 Strandedness |
196 ------------ | 196 ------------ |