Mercurial > repos > lparsons > htseq_count
comparison htseq-count.xml @ 8:65c91537862c
Updated to HTSeq 0.5.4p5, use tool shed repository dependencies
| author | lparsons |
|---|---|
| date | Mon, 04 Nov 2013 16:24:18 -0500 |
| parents | 1615d0b5b809 |
| children | c86659f03e98 |
comparison
equal
deleted
inserted
replaced
| 7:1615d0b5b809 | 8:65c91537862c |
|---|---|
| 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 ------------ |
