You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the scaffolding steps, we need to know how long each read is and its "outer distance", that is, the total distance between the two outside tips of the fragment. We currently don't have any mechanism for recording this.
Reads belong to different "libraries", all of whose reads will have the same length and that will have the same insert size. We currently don't have any way of indicating the library of a given read.
We need to record the library-id in each read and then have lookup tables that map library-id to read length and library-id to outer-distance.
The text was updated successfully, but these errors were encountered:
yep but that means we'd have to iterate over the whole collection when doing queries. But maybe that wouldn't be such a bad approach if you're doing a batch process.
For the scaffolding steps, we need to know how long each read is and its "outer distance", that is, the total distance between the two outside tips of the fragment. We currently don't have any mechanism for recording this.
Reads belong to different "libraries", all of whose reads will have the same length and that will have the same insert size. We currently don't have any way of indicating the library of a given read.
We need to record the library-id in each read and then have lookup tables that map library-id to read length and library-id to outer-distance.
The text was updated successfully, but these errors were encountered: