UCSC-nanopore-cgl / nanopore-RNN

Collaboration repository with Nanopore Group
MIT License
0 stars 4 forks source link

Data queue bug fix #31

Closed adbailey4 closed 7 years ago

adbailey4 commented 7 years ago

If input sequence length was less than the nanotensor seq-len then the entire read was put into the queue but since the read is shorter than the required input length tensorflow throws an error because of differing tensor shape.

codecov-io commented 7 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #31      +/-   ##
=========================================
+ Coverage    5.51%   5.52%   +0.01%     
=========================================
  Files          10      10              
  Lines        1070    1067       -3     
=========================================
  Hits           59      59              
+ Misses       1011    1008       -3
Impacted Files Coverage Δ
nanotensor/data.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b49237f...9749783. Read the comment docs.