Skip to content

Commit

Permalink
dead code cleanup, closes issue #37
Browse files Browse the repository at this point in the history
  • Loading branch information
retaj committed Apr 20, 2017
1 parent 0ea37b6 commit 1ceaab1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test-loadAnnot.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test_that("summarizeCircs", {
package = "ciRcus"),
pattern = "sites.bed",
full.names = TRUE)
circ.files <- circ.files[!grepl("Sy5y", circ.files)]

se <- summarizeCircs(circ.files, wobble = 1, keepCols = 1:7)

# score matrix should be 4 by 6 (4 circs, 6 samples)
Expand Down Expand Up @@ -36,7 +36,7 @@ test_that("Annotation", {
package = "ciRcus"),
pattern = "sites.bed",
full.names = TRUE)
circ.files <- circ.files[!grepl("Sy5y", circ.files)]

se <- summarizeCircs(circ.files, wobble = 1, keepCols = 1:7)

# load annotation
Expand Down Expand Up @@ -78,7 +78,7 @@ test_that("sample labels are robust upon resorting colData", {
package = "ciRcus"),
pattern = "sites.bed",
full.names = TRUE)
circ.files <- circ.files[!grepl("Sy5y", circ.files)]


se.sorted <- summarizeCircs(circ.files, wobble = 1, keepCols = 1:7)
se.unsorted <- summarizeCircs(rev(circ.files), wobble = 1, keepCols = 1:7)
Expand Down

0 comments on commit 1ceaab1

Please sign in to comment.