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
Firstly, I want to express my appreciation for this project! I’m currently learning Rust for bioinformatics, and your codebase is one of the best practical tutorials I’ve encountered. However, I’ve come across something in the code that I don’t fully understand, and I’m hoping for some clarification.
During the processing of deletions, when a G or C is encountered in the reference, the GC content is incremented. Could you explain the reasoning behind this? My understanding is that a deletion would reduce the GC content since there would be fewer Gs or Cs in the read sample.
The text was updated successfully, but these errors were encountered:
Hello,
Firstly, I want to express my appreciation for this project! I’m currently learning Rust for bioinformatics, and your codebase is one of the best practical tutorials I’ve encountered. However, I’ve come across something in the code that I don’t fully understand, and I’m hoping for some clarification.
In the following section of the code:
best/src/stats.rs
Lines 470 to 474 in c1c69bb
During the processing of deletions, when a G or C is encountered in the reference, the GC content is incremented. Could you explain the reasoning behind this? My understanding is that a deletion would reduce the GC content since there would be fewer Gs or Cs in the read sample.
The text was updated successfully, but these errors were encountered: