bebop / poly

A Go package for engineering organisms.
https://pkg.go.dev/github.com/bebop/poly
MIT License
663 stars 70 forks source link

Pileup parsing deletion with . #355

Open Koeng101 opened 11 months ago

Koeng101 commented 11 months ago

I have the following read:

57      510     C       5       ..,,.   RD7HN
57      511     A       5       .-3TTG.-3TTG,-3ttg,-3ttg.-3TTG  JC7H:
57      512     T       5       *****   @?8J:
57      513     T       5       *****   @?8J:
57      514     G       5       *****   @?8J:
57      515     G       5       ..,,.   @?8J:

There must a better way of showing "deletion! oh no!" then this notation above. -3TTG along with * denormalizes the data, and since -3TTG will be a part of 511 (which is actually completely correct), this gets confusing.

Koeng101 commented 11 months ago

(This is commenting on something that could come up when we want a "pileup.AnalyzeSequence" function)

carreter commented 11 months ago

@Koeng101 reminder to triage this both here and in the roadmap!

Koeng101 commented 10 months ago

Added labels I think, also I think generally this is gonna be "sequencing result from pileup file"

github-actions[bot] commented 8 months ago

This issue has had no activity in the past 2 months. Marking as stale.