To-do cleanup

This commit is contained in:
Waldir Leoncio 2021-08-23 13:46:48 +02:00
parent 621ffdaf87
commit cabb3318dd
5 changed files with 5 additions and 6 deletions

View file

@ -33,7 +33,7 @@ test_that("handleData works as expected", {
expect_equal(data_obs, data_exp)
})
context("Opening files on greedyMix")
context("Opening files on greedyMix/load_fasta")
# # TODO: needs #12 to be fixed before this can be done without user intervention
# greedyMix(
@ -41,7 +41,7 @@ context("Opening files on greedyMix")
# format = "BAPS",
# savePreProcessed = FALSE
# ) # Upper bounds 100 100
# TODO: replace with load_fasta()
# TODO #16: replace with load_fasta()
context("Linkage")