File should be in ./myScripts/...

This commit is contained in:
hyginn 2020-10-02 18:31:06 +10:00
parent e974fbdb10
commit 5ff4b3f7cb

View File

@ -9,7 +9,7 @@
# Author: Boris Steipe (boris.steipe@utoronto.ca) # Author: Boris Steipe (boris.steipe@utoronto.ca)
# #
# Versions: # Versions:
# 1.7.1 add jsonlite:: to fromjJSON() in code sample # 1.7.1 add jsonlite:: to fromjJSON() in code sample and ./myScripts/
# 1.7 2020 updates # 1.7 2020 updates
# 1.6 Maintenance # 1.6 Maintenance
# 1.5 Change from require() to requireNamespace(), # 1.5 Change from require() to requireNamespace(),
@ -302,7 +302,7 @@ aliApses@subject@range@start + aliApses@subject@range@width - 1
# RStudio editor, and add the following command at the end: # RStudio editor, and add the following command at the end:
# #
# myDB <- dbAddAnnotation(myDB, # myDB <- dbAddAnnotation(myDB,
# jsonlite::fromJSON("<MYSPE>-Annotations.json")) # jsonlite::fromJSON("./myScripts/<MYSPE>-Annotations.json"))
# ^^^^^^^ # ^^^^^^^
# edit this! # edit this!
# - save and close the file. # - save and close the file.