Browse code

update RELEASE version number

Juan Pablo Romero authored on 27/05/2019 16:09:06
Showing 4 changed files

1 1
Binary files a/.DS_Store and b/.DS_Store differ
... ...
@@ -2,11 +2,7 @@ Package: EventPointer
2 2
 Type: Package
3 3
 Title: An effective identification of alternative splicing events
4 4
 	   using junction arrays and RNA-Seq data
5
-<<<<<<< HEAD
6
-Version: 2.2.1
7
-=======
8
-Version: 2.3.2
9
->>>>>>> 7cf55d8... Bug Fix: Error in unitTests FindPrimers
5
+Version: 2.2.2
10 6
 Author: Juan Pablo Romero, Juan A. Ferrer-Bonsoms, Pablo Sacristan, Ander Muniategui, Fernando Carazo, Ander Aramburu, Angel Rubio
11 7
 Maintainer: Juan Pablo Romero <jpromero@ceit.es>
12 8
 Description: EventPointer is an R package to identify alternative splicing events 
13 9
Binary files a/inst/.DS_Store and b/inst/.DS_Store differ
... ...
@@ -99,7 +99,7 @@ test_FindPrimers <- function() {
99 99
   obs <- tryCatch(
100 100
     FindPrimers(SG = list(),
101 101
                 EventNum = 1,
102
-                Primer3Path = "./",
102
+                Primer3Path = "./inst/extdata/DONSON.gtf",
103 103
                 Dir = "",
104 104
                 taqman = 1,
105 105
                 nProbes=1,
... ...
@@ -116,7 +116,7 @@ test_FindPrimers <- function() {
116 116
   obs <- tryCatch(
117 117
     FindPrimers(SG = list(),
118 118
                 EventNum = 1,
119
-                Primer3Path = "./",
119
+                Primer3Path = "./inst/extdata/DONSON.gtf",
120 120
                 Dir = NULL,
121 121
                 taqman = 1,
122 122
                 nProbes=1,
... ...
@@ -131,7 +131,7 @@ test_FindPrimers <- function() {
131 131
   obs <- tryCatch(
132 132
     FindPrimers(SG = list(),
133 133
                 EventNum = 1,
134
-                Primer3Path = "./",
134
+                Primer3Path = "./inst/extdata/DONSON.gtf",
135 135
                 Dir = "C:\\PROGRA~2\\primer3\\",
136 136
                 taqman = NA,
137 137
                 nProbes=1,