... | ... |
@@ -31,7 +31,7 @@ vcf2mut_cat <- function(vcf, genome, name=NULL, seqs=NULL){ |
31 | 31 |
if(!requireNamespace('VariantAnnotation', quietly = TRUE)){ |
32 | 32 |
stop(paste0('Please install the library |
33 | 33 |
VariantAnnotation to use this function.'), |
34 |
- call. = TRUE) |
|
34 |
+ call. = TRUE) |
|
35 | 35 |
} |
36 | 36 |
|
37 | 37 |
# if vcf is a file path, first import |