rajewsky-lab / polyA

0 stars 1 forks source link

Enforce overlap of oligo-d(T) & poly(A) tail #88

Closed mschilli87 closed 8 years ago

mschilli87 commented 8 years ago

The model currently allows the oligo-d(T) to overlap by one or more nucleotides with the poly(A) tail.

So far, the simulations allowed a zero-overlap too.

The changes introduced by this pull request not only fix this discrepancy, but also enable simulations with larger minimal overlaps than the current default of 1. Note however, that this is not yet implemented on the model side (see #87).

codecov-io commented 8 years ago

Current coverage is 75.27%

Merging #88 into simulation will decrease coverage by 0.33%

@@           simulation        #88   diff @@
============================================
  Files               3          3          
  Lines             365        360     -5   
  Methods             0          0          
  Messages            0          0          
  Branches            0          0          
============================================
- Hits              276        271     -5   
  Misses             89         89          
  Partials            0          0          

Powered by Codecov. Last updated by fe88894...6d8e669

mschilli87 commented 8 years ago

I merged the current master branch into the simulation branch to continue working on #66 eventually. So we can leave the branch around after merging this to master.

mschilli87 commented 8 years ago

Note that the only new commit in this pull request is 46062bb.