Skip to content

Commit

Permalink
algorithm info
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Dec 12, 2024
1 parent 3fe6b1d commit 9740dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tidypopgen
Title: Tidy Population Genetics
Version: 0.0.0.9020
Version: 0.0.0.9021
Authors@R:
c(person("Evie", "Carter", role = c("aut")),
person("Andrea", "Manica", email = "am315@cam.ac.uk",
Expand Down
3 changes: 3 additions & 0 deletions R/gt_admixture.R
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ gt_admixture <- function (x, k, n_runs = 1, crossval = FALSE, n_cores = 1, seed
}
}

# add info on algorithm
adm_list$algorithm <- "ADMIXTURE"

return(adm_list)

}
Expand Down

0 comments on commit 9740dee

Please sign in to comment.