Skip to content

Commit 29917eb

Browse files
committed
Replace mp_chooser_20230411.json.Rdata with mp_chooser.json.Rdata
1 parent d90f054 commit 29917eb

File tree

2 files changed

+6
-7
lines changed
  • Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage

2 files changed

+6
-7
lines changed

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/sideFunctions.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5063,7 +5063,7 @@ IMPC_annotationPostProcess = function(SP.results = getwd(),
50635063
waitUntillSee = 'impc_stats_pipeline_job',
50645064
ignoreThisLineInWaitingCheck = 0,
50655065
###
5066-
mp_chooser_file = 'mp_chooser_20230411.json.Rdata',
5066+
mp_chooser_file = 'mp_chooser.json.Rdata',
50675067
host = "hh-yoda-05-01",
50685068
tablename = paste0('db_',
50695069
DrrequiredAgeing:::RemoveSpecialChars(
@@ -5157,7 +5157,7 @@ IMPC_annotationPostProcess = function(SP.results = getwd(),
51575157
'mp_chooser not found\n\t',
51585158
file.path(DRrequiredAgeing:::local(), 'annotation', mp_chooser_file)
51595159
)
5160-
mp_chooser_file = 'mp_chooser_20230411.json.Rdata'
5160+
mp_chooser_file = 'mp_chooser.json.Rdata'
51615161
DRrequiredAgeing:::message0(
51625162
'mp_chooser defaulted to \n',
51635163
file.path(DRrequiredAgeing:::local(), 'annotation', mp_chooser_file)
@@ -6096,7 +6096,7 @@ annotationChooser = function(statpacket = NULL,
60966096
rrlevel = .005,
60976097
TermKey = 'MPTERM',
60986098
resultKey = 'Normal result',
6099-
mp_chooser_file = 'mp_chooser_20230411.json.Rdata') {
6099+
mp_chooser_file = 'mp_chooser.json.Rdata') {
61006100
requireNamespace('RPostgreSQL')
61016101
requireNamespace('data.table')
61026102
requireNamespace("data.table")
@@ -6429,7 +6429,7 @@ IMPC_HadoopLoad = function(SP.results = getwd(),
64296429
waitUntillSee = 'impc_stats_pipeline_job',
64306430
ignoreThisLineInWaitingCheck = 0,
64316431
###
6432-
mp_chooser_file = 'mp_chooser_20230411.json.Rdata',
6432+
mp_chooser_file = 'mp_chooser.json.Rdata',
64336433
host = "hh-hdp-master-02.ebi.ac.uk",
64346434
path = 'impc/statpackets',
64356435
prefix = 'DRXXX_',
@@ -6522,7 +6522,7 @@ IMPC_HadoopLoad = function(SP.results = getwd(),
65226522
'mp_chooser not found\n\t',
65236523
file.path(DRrequiredAgeing:::local(), 'annotation', mp_chooser_file)
65246524
)
6525-
mp_chooser_file = 'mp_chooser_20230411.json.Rdata'
6525+
mp_chooser_file = 'mp_chooser.json.Rdata'
65266526
DRrequiredAgeing:::message0(
65276527
'mp_chooser defaulted to \n',
65286528
file.path(DRrequiredAgeing:::local(), 'annotation', mp_chooser_file)

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/inst/extdata/StatsPipeline/jobs/Postgres/loader.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,7 @@ f = function(statpacket = NULL,
751751
)
752752
##################################################################
753753
message('\t Reading the index file ...')
754-
#a <- jsonlite:::fromJSON(txt = '~/../Downloads/mp_chooser_20230411.json.Rdata')
755-
load('mp_chooser_20230411.json.Rdata')
754+
load('mp_chooser.json.Rdata')
756755
message(
757756
'\t~>',
758757
paste(

0 commit comments

Comments
 (0)