Browse code

fix little bug

fefschumann authored on 04/05/2019 08:21:07
Showing 1 changed files

... ...
@@ -41,7 +41,7 @@ vcf2mut_cat <- function(vcf, genome, name=NULL, seqs=NULL){
41 41
   
42 42
   check <- lapply(c('BSgenome', 'SummarizedExperiment'), function(pack){
43 43
     if(!requireNamespace(pack, quietly = TRUE)){
44
-      stop(paste0('Please install the library ', pack, 
44
+       stop(paste0('Please install the library ', pack, 
45 45
                   ' to use this function.'),
46 46
            call. = TRUE)
47 47
     }