-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Using pretty printers on BioSeq after translation results in an empty source sequence #122
Comments
That are a whole set of reasons bytes disappears. For now, evidence were received about quantum effects decrease data |
u ok? |
Without proper lab issue examination, it's too early to make distinct
statements about the 'pretty print relativity' effect. Although other data
eliminating factors could be electrical and magnetic fields.
пт, 2 июн. 2023 г. в 14:20, Kevin Schneider ***@***.***>:
… That are a whole set of reasons bytes disappears. For now, evidence were
received about quantum effects decrease data
size while pretty print state is measured.
u ok?
—
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALGY4CXV7Y3JUXQWGZDQDDXJHD77ANCNFSM5ETV3GPA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I appreciate your correspondence. It is imperative to underscore that in the absence of a comprehensive appraisal pertaining to the laboratory-specific concerns associated with the phenomenon known as the 'pretty print relativity' effect, it would be premature, if not altogether imprudent, to assert categorical assertions regarding its nature. Nonetheless, it behooves us to entertain the possibility of alternative variables capable of confounding data elimination processes, including but not limited to the influence of electrical and magnetic fields. It is incumbent upon us to undertake further rigorous scrutiny and rigorous analysis in order to procure a more lucid comprehension of the matter at hand. |
If I understood you correctly, you want to state that bytes have disappeared due to cosmic radiation – which may even be correct. However, such effects only occur very rarely (especially not with adequately shielded RAMs) and usually only affect individual bits. That such a thing would lead to such specific effects and not to a system crash (much more probable) is so extremely unlikely that it can be neglected. The assumption of a programmatic error is preferable. |
Describe the bug
Using pretty printers on BioSeq results in an empty source sequence
To Reproduce
create BioSeq, pretty print it
and investigate the original sequence afterwards
Expected behavior
myGene stays the same after the printer
Additional information
BioArray works as expected, so the problem seems to lie in the intternals of BioSeq:
Leaving out
|> BioSeq.translate 0
also leaves things unaffected, so the problem seems to be in the translate functionThe text was updated successfully, but these errors were encountered: