[med-svn] [rsem] 04/04: bump version

Michael Crusoe misterc-guest at moszumanska.debian.org
Sun Jan 31 11:33:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository rsem.

commit 392a448a2ef76b1857b676297fd8a016ac439bf1
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Sun Jan 31 03:21:39 2016 -0800

    bump version
---
 debian/changelog        |  6 ++++++
 debian/control          |  3 ++-
 debian/patches/series   |  1 +
 debian/patches/spelling | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1b02a2d..97f51f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rsem (1.2.26+dfsg-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Michael R. Crusoe <crusoe at ucdavis.edu>  Sun, 31 Jan 2016 03:20:22 -0800
+
 rsem (1.2.23+dfsg-1) unstable; urgency=medium
 
   [ Michael R. Crusoe ]
diff --git a/debian/control b/debian/control
index a0fce00..fd5acff 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,8 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${perl:Depends},
          r-base-core,
-         bowtie | bowtie2
+         bowtie | bowtie2,
+         python
 Suggests: r-bioc-ebseq
 Description: RNA-Seq by Expectation-Maximization
  RSEM is a software package for estimating gene and isoform expression
diff --git a/debian/patches/series b/debian/patches/series
index c74318c..1c402e1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+spelling
 ignore-sam
 fix-sam-includes
 fix-boost
diff --git a/debian/patches/spelling b/debian/patches/spelling
new file mode 100644
index 0000000..3cfe416
--- /dev/null
+++ b/debian/patches/spelling
@@ -0,0 +1,49 @@
+Author: Michael R. Crusoe
+Description: fix spelling errors
+--- rsem.orig/rsem-calculate-expression
++++ rsem/rsem-calculate-expression
+@@ -666,11 +666,11 @@
+ 
+ =item B<--sampling-for-bam>
+ 
+-When RSEM generates a BAM file, instead of outputing all alignments a read has with their posterior probabilities, one alignment is sampled according to the posterior probabilities. The sampling procedure includes the alignment to the "noise" transcript, which does not appear in the BAM file. Only the sampled alignment has a weight of 1. All other alignments have weight 0. If the "noise" transcript is sampled, all alignments appeared in the BAM file should have weight 0. (Default: off)
++When RSEM generates a BAM file, instead of outputting all alignments a read has with their posterior probabilities, one alignment is sampled according to the posterior probabilities. The sampling procedure includes the alignment to the "noise" transcript, which does not appear in the BAM file. Only the sampled alignment has a weight of 1. All other alignments have weight 0. If the "noise" transcript is sampled, all alignments appeared in the BAM file should have weight 0. (Default: off)
+ 
+ =item B<--seed> <uint32>
+ 
+-Set the seed for the random number generators used in calculating posterior mean estimates and credibility intervals. The seed must be a non-negative 32 bit interger. (Default: off)
++Set the seed for the random number generators used in calculating posterior mean estimates and credibility intervals. The seed must be a non-negative 32 bit integer. (Default: off)
+ 
+ =item B<--single-cell-prior>
+ 
+@@ -776,7 +776,7 @@
+ 
+ =item B<--sort-bam-by-read-name>
+ 
+-Sort BAM file aligned under transcript coordidate by read name. Setting this option on will produce determinstic maximum likelihood estimations from independet runs. Note that sorting will take long time and lots of memory. (Default: off)
++Sort BAM file aligned under transcript coordidate by read name. Setting this option on will produce deterministic maximum likelihood estimations from independet runs. Note that sorting will take long time and lots of memory. (Default: off)
+ 
+ =item B<--sort-bam-buffer-size> <string>
+ 
+--- rsem.orig/README.md
++++ rsem/README.md
+@@ -492,7 +492,7 @@
+ obtain an accurate gene-isoform relationship. Instead, RSEM provides a
+ script `rsem-generate-ngvector`, which clusters transcripts based on
+ measures directly relating to read mappaing ambiguity. First, it
+-calcualtes the 'unmappability' of each transcript. The 'unmappability'
++calculates the 'unmappability' of each transcript. The 'unmappability'
+ of a transcript is the ratio between the number of k mers with at
+ least one perfect match to other transcripts and the total number of k
+ mers of this transcript, where k is a parameter. Then, Ng vector is
+--- rsem.orig/rsem-generate-ngvector
++++ rsem/rsem-generate-ngvector
+@@ -69,7 +69,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-This program generates the Ng vector required by EBSeq for isoform level differential expression analysis based on reference sequences only. EBSeq can take variance due to read mapping ambiguity into consideration by grouping isoforms with parent gene's number of isoforms. However, for de novo assembled transcriptome, it is hard to obtain an accurate gene-isoform relationship. Instead, this program groups isoforms by using measures on read mappaing ambiguity directly. First, it calcualt [...]
++This program generates the Ng vector required by EBSeq for isoform level differential expression analysis based on reference sequences only. EBSeq can take variance due to read mapping ambiguity into consideration by grouping isoforms with parent gene's number of isoforms. However, for de novo assembled transcriptome, it is hard to obtain an accurate gene-isoform relationship. Instead, this program groups isoforms by using measures on read mappaing ambiguity directly. First, it calculat [...]
+ 
+ If your reference is a de novo assembled transcript set, you should run 'rsem-generate-ngvector' first. Then load the resulting 'output_name.ngvec' into R. For example, you can use
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rsem.git



More information about the debian-med-commit mailing list