From c06943d1b4bd89334182db91ccb6ace901c59607 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 3 Sep 2021 11:11:55 +0200 Subject: [PATCH] Closed TODO --- R/greedyMix.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/greedyMix.R b/R/greedyMix.R index ad55286..75e7bc2 100644 --- a/R/greedyMix.R +++ b/R/greedyMix.R @@ -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." )