Skip to content

Commit d08d5d5

Browse files
committed
update saved seIsoRe results to match colnames order change in patch_bigsamples
1 parent 647e53a commit d08d5d5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

tests/testthat/test_isore.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ test_that("isore.combineTranscriptCandidates completes successfully", {
7171

7272
expect_equal(seIsoReCombined, seIsoReCombinedExpected)
7373
expect_named(seIsoReCombined,
74-
c('intronStarts', 'intronEnds', 'chr', 'strand', 'maxTxScore', 'maxTxScore.noFit',
75-
'NSampleReadCount', 'NSampleReadProp', 'NSampleTxScore', 'start', 'end', 'readCount', 'confidenceType')
74+
c('start', 'end', 'readCount','intronStarts', 'intronEnds', 'chr', 'strand', 'maxTxScore', 'maxTxScore.noFit',
75+
'NSampleReadCount', 'NSampleReadProp', 'NSampleTxScore', 'confidenceType')
7676
)
7777
})
7878

0 commit comments

Comments
 (0)