# \donttest{
#' # get path to fasta file
path_to_file <- system.file("extdata/geophagus.fasta", package = "delimtools")
# run ABGD
abgd_df <- abgd_tbl(
infile = path_to_file,
exe = "/usr/local/bin/abgd",
model = 3,
slope = 0.5,
outfolder = NULL
)
# check
abgd_df
# }
Run the code above in your browser using DataLab