Closed TODO
This commit is contained in:
parent
4c59261542
commit
c06943d1b4
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ greedyMix <- function(data, format, verbose = TRUE) {
|
|||
if (format == "fasta") {
|
||||
out <- load_fasta(data)
|
||||
} else if (format == "vcf") {
|
||||
# TODO #17: implement load_vcf()
|
||||
out <- vcfR::read.vcfR(data, verbose = verbose)
|
||||
} else if (format == "sam") {
|
||||
stop("SAM files not yet supported." )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue