rbbt-marq 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/R/GEO.R +4 -0
  2. metadata +1 -1
data/R/GEO.R CHANGED
@@ -35,6 +35,10 @@ GEO.values <- function(data){
35
35
 
36
36
 
37
37
  GEO.get <- function(name, cachedir = NULL){
38
+ if (is.null(cachedir) && exists('MARQ.config')){
39
+ cachedir = paste(MARQ.config$cachedir, 'GEO', sep="/");
40
+ }
41
+
38
42
  if (is.null(cachedir)){
39
43
  object <- getGEO(name);
40
44
  }else{
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-marq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez