1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,14 @@ |
1 |
+*use BSGenome and Bioc dbSNP objects instead of downloading from UCSC. |
|
2 |
+ |
|
3 |
+*globals function needs to set elements in the list returned by |
|
4 |
+ options() instead of using the globals() fun. Other wise |
|
5 |
+ HTSeqGenieBase and gmapR will both have exported globals() functions |
|
6 |
+ |
|
7 |
+*HTSeqGenieBase needs to depend on gmapR and not contain now-redundant |
|
8 |
+ code. To to this, HTSeqGenieBase::globals() needs to have entries |
|
9 |
+ removed now in gmapR::globals() |
|
10 |
+ |
|
11 |
+*configureGmapR.R calls buildGmapIndex, buildGmapDbSNPIndex, and |
|
12 |
+buildRefseqSpliceSites. These are high-level functions that obtain |
|
13 |
+hg19 data and call more generalized functions. These high-level |
|
14 |
+functions belong in HTSeqGenieBase. |