git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@75206 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,30 @@ |
1 |
+CHANGES IN VERSION 1.2.0 |
|
2 |
+----------------------- |
|
3 |
+ |
|
4 |
+NEW FEATURES |
|
5 |
+ |
|
6 |
+ o New method getSeq,GmapGenome retrieves sequence from a |
|
7 |
+ GmapGenome index. This also supports a coercion to DNAStringSet |
|
8 |
+ and thus easy export to FASTA via rtracklayer. |
|
9 |
+ |
|
10 |
+ o bam_tally gains an ignore_duplicates argument for ignoring BAM |
|
11 |
+ records flagged as PCR/optical duplicates. |
|
12 |
+ |
|
13 |
+ o Read position mean and variance are now output by bam_tally. |
|
14 |
+ |
|
15 |
+USER-VISIBLE CHANGES |
|
16 |
+ |
|
17 |
+ o GMAP has been updated to the July '12 version (yes, this is old). |
|
18 |
+ |
|
19 |
+ o GSTRUCT (bamtally) updated to trunk as of 3/22/13. |
|
20 |
+ |
|
21 |
+BUG FIXES |
|
22 |
+ |
|
23 |
+ o asBam,GsnapOutput now actually works. |
|
24 |
+ |
|
25 |
+CHANGES IN VERSION 1.0.0 |
|
26 |
+----------------------- |
|
27 |
+ |
|
28 |
+Initial release |
|
29 |
+ |
|
30 |
+(start date: 12 September, 2012) |