blachlylab / fade

Fragmentase Artifact Detection and Elimination
MIT License
11 stars 3 forks source link

[W::dhtslib.tagvalue.TagValue.this] SA doesn't exist for this record & rs doesn't exist for this record #12

Closed ShenWei-wei closed 4 years ago

ShenWei-wei commented 4 years ago

I want to know what's going on? ?

charlesgregory commented 4 years ago

This appears to be a combination of two issues. A bug and the fact that I uploaded a debug build of the program as a release (I assume you are using the v0.1.0 release binary). The debug version will issue warnings if it tries to pull a tagvalue that doesn't exist, even though we have code to deal with that case. The release version silences these warnings. The second assertion error is actually a bug that I am currently fixing.

charlesgregory commented 4 years ago

@xiaotiqingzz I have posted a release with a new binary. Could you see if this fixes the issue?

ShenWei-wei commented 4 years ago

I download the fade ( Version 0.1.1 ), and it works very will ! NO WARNING of "[W::dhtslib.tagvalue.TagValue.this] SA doesn't exist for this record" NO ERROR of "[W::dhtslib.tagvalue.TagValue.this] rs doesn't exist for this record" Thank your for fix my problem : )

jblachly commented 4 years ago

@xiaotiqingzz Thank you; please let us know how the tool is working in production for you.

Kind regards