Skip to content

Commit 20e409c

Browse files
committed
add comment in code
1 parent 57c8673 commit 20e409c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/prepareDataFromBam.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#' @noRd
1414
prepareDataFromBam <- function(bamFile, yieldSize = NULL, verbose = FALSE,
1515
use.names = FALSE, demultiplexed = FALSE, cleanReads = TRUE, dedupUMI = FALSE) {
16-
if (is(bamFile, "BamFile")) {
16+
if (is(bamFile, "BamFile")) { #TODO (JG) [validate-input] this should have been completed in the beginningm is duplicated here(?)
1717
if (!is.null(yieldSize)) {
1818
yieldSize(bamFile) <- yieldSize
1919
} else {

0 commit comments

Comments
 (0)