Skip to content

Commit aeb67a8

Browse files
committed
Typos in documentation and warning
1 parent e74f2fd commit aeb67a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/bambu_utilityFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ checkInputSequence <- function(genomeSequence) {
170170
},
171171
error=function(cond) {
172172
stop("Input genome file not readable.",
173-
"Requires a FASTA or BSgenome name")
173+
" Requires a FASTA or BSgenome name")
174174
}
175175
)}
176176
return(genomeSequence)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The bambuAnnotation object can be calculated from:
112112

113113
a) a .gtf file:
114114
```rscript
115-
annotations <- prepareAnnotation(gtf.file)
115+
annotations <- prepareAnnotations(gtf.file)
116116
```
117117
b) a TxDb object
118118
```rscript

0 commit comments

Comments
 (0)