You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
In order to make tag finder output reproducible and to allow comparison between different choices of tagfinder parameters, we need to be able to take the metadata-history commit hash recorded for any run of the tag finder and rebuild the tags and tagDeps tables that tagfinder run used.
Something like this:
rebuildHistoricalTagDB=function (metadataCommit, dbName) {
#' @param metadataCommit: git commit hash from#' the repo at https://github.com/jbrzusto/motus-metadata-history#'#' @param dbName: full path to sqlite database in which to rebuild #' the `tags` and `events` tables corresponding to the tag deployments#' from `metadataCommit`. The DB is created if it does not exist.#'#' @return logical scalar; TRUE on success, FALSE otherwise....
}
The text was updated successfully, but these errors were encountered:
In order to make tag finder output reproducible and to allow comparison between different choices of tagfinder parameters, we need to be able to take the metadata-history commit hash recorded for any run of the tag finder and rebuild the
tags
andtagDeps
tables that tagfinder run used.Something like this:
The text was updated successfully, but these errors were encountered: