Minor changes for clean check

This commit is contained in:
Waldir Leoncio 2021-08-23 14:34:20 +02:00
parent cabb3318dd
commit db760fe899
7 changed files with 22159 additions and 6 deletions

View file

@ -19,7 +19,7 @@ Loads a fasta file into matrix format ready for
running the hierBAPS algorithm.
}
\examples{
msa <- system.file("extdata", "seqs.fa", package = "rhierbaps")
msa <- system.file("ext", "seqs.fa", package="rBAPS")
snp.matrix <- load_fasta(msa)
}