Skip to content

Commit

Permalink
Fix a critical bug in consolidation #45
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-Kent committed Jun 10, 2021
1 parent 9cbdcc6 commit 3a37e73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: phenoptrReports
Title: Create reports using Phenoptics data
Version: 0.2.11.9000
Date: 2021-06-01
Version: 0.2.12
Date: 2021-06-10
Authors@R: c(
person("Kent S", "Johnson", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# phenoptrReports 0.2.12
**2021-06-10**

- Fix a critical bug in the consolidate and summarize addin

# phenoptrReports 0.2.11
**2021-06-01**

Expand Down
2 changes: 1 addition & 1 deletion R/split_phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ merge_and_split_phenotypes <- function(csd_files, output_dir,
purrr::walk2(names[-1], csd_files[-1], function(name, path) {
# We only need the phenotype columns and join columns from subsequent files
# Drop everything else for speed and less memory use
col_select= rlang::quo(list(
col_select <<- rlang::quo(list(
!!rlang::sym(field_col),
`Cell ID`,
# These two are required columns, they are added by `process_one_file`
Expand Down

0 comments on commit 3a37e73

Please sign in to comment.