Browse code

added TODO

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@58341 bc3139a8-67e5-0310-9ffc-ced21a209358

Cory Barr authored on 23/09/2011 18:02:46
Showing 1 changed files

  • TODO index 0000000..3acb199
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.