Skip to content

Commit fc3187a

Browse files
committed
Renamed the R script for generating an annotation file. While this file can be executed as a standalone, it is not recommended to do so; thus it's also prefixed with an underscore (_).
1 parent 4879e8e commit fc3187a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

run-analysis.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ tryCatch(
8787
)
8888

8989
if (!file.exists(annotationFile)) {
90-
source(paste0(baseDir, '/', 'Annotation-File-Generator.R'), local = TRUE)
90+
source(paste0(baseDir, '/', '_annotation-file-generator.R'), local = TRUE)
9191
}
9292
},
9393
finally = {

0 commit comments

Comments
 (0)