We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74f2fd commit aeb67a8Copy full SHA for aeb67a8
2 files changed
R/bambu_utilityFunctions.R
@@ -170,7 +170,7 @@ checkInputSequence <- function(genomeSequence) {
170
},
171
error=function(cond) {
172
stop("Input genome file not readable.",
173
- "Requires a FASTA or BSgenome name")
+ " Requires a FASTA or BSgenome name")
174
}
175
)}
176
return(genomeSequence)
README.md
@@ -112,7 +112,7 @@ The bambuAnnotation object can be calculated from:
112
113
a) a .gtf file:
114
```rscript
115
-annotations <- prepareAnnotation(gtf.file)
+annotations <- prepareAnnotations(gtf.file)
116
```
117
b) a TxDb object
118
0 commit comments