Refactoring
This commit is contained in:
parent
0cfd13b006
commit
d105c40d39
1 changed files with 2 additions and 2 deletions
|
|
@ -38,11 +38,11 @@ test_that("handleData works as expected", {
|
||||||
context("Opening files on greedyMix")
|
context("Opening files on greedyMix")
|
||||||
|
|
||||||
df_fasta <- greedyMix(
|
df_fasta <- greedyMix(
|
||||||
data = paste(path_inst, "FASTA_clustering_haploid.fasta", sep="/"),
|
data = file.path(path_inst, "FASTA_clustering_haploid.fasta"),
|
||||||
format = "FASTA"
|
format = "FASTA"
|
||||||
)
|
)
|
||||||
df_vcf <- greedyMix(
|
df_vcf <- greedyMix(
|
||||||
data = paste(path_inst, "vcf_example.vcf", sep="/"),
|
data = file.path(path_inst, "vcf_example.vcf"),
|
||||||
format = "VCF",
|
format = "VCF",
|
||||||
verbose = FALSE
|
verbose = FALSE
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue