Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Nov 5, 2018
1 parent bf6b260 commit e787c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: CytoML
Type: Package
Title: A GatingML Interface for Cross Platform Cytometry Data Sharing
Version: 1.9.0
Version: 1.9.1
Date: 2016-04-15
Author: Mike Jiang
Maintainer: Mike Jiang <wjiang2@fhcrc.org>
Expand All @@ -11,7 +11,7 @@ License: Artistic-2.0
LazyData: TRUE
Imports:
flowCore (>= 1.43.10),
flowWorkspace (>= 3.31.1),
flowWorkspace (>= 3.31.2),
openCyto (>= 1.11.3),
XML,
data.table,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-diva2gs.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ context("parse diva workspace ..")

test_that("PE_2", {
ws <- openDiva(system.file('extdata/diva/PE_2.xml', package = "flowWorkspaceData"))
gs <- parseWorkspace(ws, name = 2, subset = 1)
gs <- parseWorkspace(ws, name = 2, subset = 1, swap_cols = FALSE)
stats <- getPopStats(gs[[1]])

expect_equal(stats[, xml.count], stats[, openCyto.count], tolerance = 0.0018)
Expand Down

0 comments on commit e787c5e

Please sign in to comment.