Skip to content

Commit 48a850d

Browse files
bug fix with pop.id
1 parent a24603f commit 48a850d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

R/genind.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ write_genind <- function(data, write = FALSE, verbose = FALSE) {
323323

324324
if (data.type %in% c("SeqVarGDSClass", "gds.file")) {
325325
if (data.type == "gds.file") data %<>% radiator::read_rad(data = ., verbose = verbose)
326-
data <- gds2tidy(gds = data, parallel.core = parallel::detectCores() - 1)
326+
data <- gds2tidy(gds = data, parallel.core = parallel::detectCores() - 1, pop.id = FALSE)
327327
data.type <- "tbl_df"
328328
} else {
329329
want <- c("MARKERS", "STRATA", "INDIVIDUALS", "REF", "ALT", "GT", "GT_BIN")

docs/articles/get_started.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/life_cycle.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/rad_genomics_computer_setup.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ articles:
55
get_started: get_started.html
66
life_cycle: life_cycle.html
77
rad_genomics_computer_setup: rad_genomics_computer_setup.html
8-
last_built: 2025-07-01T01:02Z
8+
last_built: 2025-07-04T20:23Z

0 commit comments

Comments
 (0)