Namespace changes to avoid conflicts with other packages.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4950 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
ab143c82af
commit
3b76034d50
|
|
@ -37,7 +37,7 @@ gsa.read.gatkreport <- function(filename) {
|
||||||
headerFields = unlist(strsplit(line, "[[:space:]]+"));
|
headerFields = unlist(strsplit(line, "[[:space:]]+"));
|
||||||
|
|
||||||
if (!is.na(tableName)) {
|
if (!is.na(tableName)) {
|
||||||
.assignGATKTableToEnvironment(tableName, tableHeader, tableRows, tableEnv);
|
.gsa.assignGATKTableToEnvironment(tableName, tableHeader, tableRows, tableEnv);
|
||||||
}
|
}
|
||||||
|
|
||||||
tableName = headerFields[2];
|
tableName = headerFields[2];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue