Skip to content
Snippets Groups Projects
Commit 77429740 authored by tcarver's avatar tcarver
Browse files

PFA0110w example

parent f12d0270
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
...@@ -94,8 +94,8 @@ public class MappedReadsTest ...@@ -94,8 +94,8 @@ public class MappedReadsTest
final List<ReadCount> cnts = featureReadCount.get("PFA0110w"); final List<ReadCount> cnts = featureReadCount.get("PFA0110w");
ReadCount c = cnts.get(0); ReadCount c = cnts.get(0);
assertTrue(2153.f == c.senseCnt); assertTrue(1495.f == c.senseCnt);
assertTrue(1443.f == c.antiCnt); assertTrue(998.f == c.antiCnt);
} }
@Test @Test
...@@ -113,8 +113,8 @@ public class MappedReadsTest ...@@ -113,8 +113,8 @@ public class MappedReadsTest
final List<ReadCount> cnts = featureReadCount.get("PFA0110w"); final List<ReadCount> cnts = featureReadCount.get("PFA0110w");
ReadCount c = cnts.get(0); ReadCount c = cnts.get(0);
assertTrue(2152.f == c.senseCnt); assertTrue(1494.f == c.senseCnt);
assertTrue(1442.f == c.antiCnt); assertTrue(997.f == c.antiCnt);
} }
@Test @Test
...@@ -137,7 +137,7 @@ public class MappedReadsTest ...@@ -137,7 +137,7 @@ public class MappedReadsTest
final List<ReadCount> cnts = featureReadCount.get("PFA0110w"); final List<ReadCount> cnts = featureReadCount.get("PFA0110w");
ReadCount c = cnts.get(0); ReadCount c = cnts.get(0);
assertTrue(183514.266f == c.senseCnt); assertTrue(183768.719f == c.senseCnt);
assertTrue(122996.328f == c.antiCnt); assertTrue(122676.375f == c.antiCnt);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment