Closed TODO

This commit is contained in:
Waldir Leoncio 2021-09-03 11:11:55 +02:00
parent 4c59261542
commit c06943d1b4

View file

@ -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." )