-
Notifications
You must be signed in to change notification settings - Fork 2
Description
updateImpress function is currently updating metadataParameters.csv in the DRrequiredAgeing package on cluster. Location of updated file is: ${PATH}/miniconda_08082022/miniconda/envs/R/lib/R/library/DRrequiredAgeing/extdata/metadataParameters.csv
-
Navigate following message in the log file
stats_pipeline_${VERSION}.errto find path to the newmetadataParameters.csv:
Line 4256 in f3bccf6
message0('\tThe metadatafile file:\n\t => ', fileNameMeta) -
Comparison of the
metadataParameters.csvabove and themetadataParameters.csvuploaded on GitHub shows those files differ and updated file has 11,182 rows vs. 10,420 in the GitHub file. -
metadataParameters.csvis still in use:
impc_stats_pipeline/Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/main.R
Line 107 in f3bccf6
MetaDataList = read.csv(file = file.path(local(), 'metadataParameters.csv'))
Because of that, we need to refactor updateImpress to use successfully singularity container. This approach of updating the file is not an option.
- Get rid of updating the package locally on conda
- Refactor the code, so it will be using locally generated
metadataParameters.csvfile