Skip to content

Commit

Permalink
bug fix in subset method
Browse files Browse the repository at this point in the history
  • Loading branch information
catavallejos committed Mar 25, 2024
1 parent 0a7e721 commit cc13376
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BASiCS
Type: Package
Title: Bayesian Analysis of Single-Cell Sequencing data
Version: 2.15.4
Date: 2024-03-12
Version: 2.15.5
Date: 2024-03-25
Authors@R: c(person("Catalina", "Vallejos", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID = "0000-0003-3638-1960")),
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1685,4 +1685,7 @@ version 2.13.5 (2023-09-20)
Does not affect output.

version 2.15.2 (2023-12-22)
- Minor bug fixes
- Minor bug fixes

version 2.15.4 (2024-03-25)
- Minor bug fixe in the `subset` method for `BASiCS_Chain` objects
2 changes: 1 addition & 1 deletion R/Methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ setMethod(

# Transform into BASiCS_Chain class object
out1 <- newBASiCS_Chain(parameters = out)
out1@.__classVersion__$BASiCS_Chain <- x@.__classVersion__$BASiCS_Chain
out1@.__classVersion__ <- x@.__classVersion__

return(out1)
}
Expand Down

0 comments on commit cc13376

Please sign in to comment.