if (FALSE) {
# Track common bioinformatics tools
track_external_tools(registry_file = tempfile(fileext = ".json"))
# Track specific tools
track_external_tools(c("samtools", "bwa", "STAR"),
registry_file = tempfile(fileext = ".json"))
}
Run the code above in your browser using DataLab