Get all BioInstaller meta files path, such as database, GitHub source, non-GitHub source, web source
get.meta.files(db.meta = system.file("extdata", "config/db/db_meta.toml",
package = "BioInstaller"), github.meta = system.file("extdata",
"config/github/github_meta.toml", package = "BioInstaller"),
nongithub.meta = system.file("extdata",
"config/nongithub/nongithub_meta.toml", package = "BioInstaller"),
web.meta = system.file("extdata", "config/web/web_meta.toml", package =
"BioInstaller"))
Database source meta file path, default is system.file('extdata', 'config/db/db_meta.toml', package = 'BioInstaller')
Github source meta file path, default is system.file('extdata', 'config/github/github_meta.toml', package = 'BioInstaller')
non-Github source meta file path, default is system.file('extdata', 'config/nongithub/nongithub_meta.toml', package = 'BioInstaller')
Web source meta file path, default is system.file('extdata', 'config/web/web_meta.toml', package = 'BioInstaller')
List contain the meta files path of BioInstaller collected sources
# NOT RUN {
get.meta.files()
# }
Run the code above in your browser using DataLab