How to obtain sequence (after basecall) that matches second chunk? #331
Replies: 2 comments
-
@Adoni5 @mattloose I am following up on this question in case people didn't see. |
Beta Was this translation helpful? Give feedback.
-
HI, We don't support this as an option in readfish. In principle you could work out the additional sequence that has been generated by looking at the log files that readfish writes out when running - by comparing one to another you would be able to infer the new chunk. Altenratively you could look at modifying the code such that only the new received chunk is called. I'm not sure what the use case for this would be though and its not something we would look to implement at this time. Matt |
Beta Was this translation helpful? Give feedback.
-
Suppose that I allow for maximum 3 chunks. First chunk failed. At next decision, by default, the first and second chunk are concatenated. How to only get the sequences matching only chunk two? Similarly, if proceed to third chunk, how to extract sequences matching only chunk three?
Beta Was this translation helpful? Give feedback.
All reactions