Open xinehc opened 8 months ago
I have the same problem. send
is reported as 0 in v2.1.9.
@xinehc I think you accidentally put qend
in the title of the issue.
The same issue happened to me! send is 0
The problem is only present for BLAST output, not for PAF or SAM. It is likely related to the change from subject_range to subject_source_range for writing the send field. Perhaps subject_source_range is not even intialized when --long-reads is used?
Relevant lines: In 2.1.9 https://github.com/bbuchfink/diamond/blob/ba088282666c06db0665dafc4851df45eae701f6/src/output/blast_tab_format.cpp#L277
It will be fixed in the next release.
v2.1.8:
v2.1.9:
The send column in v2.1.9 is always 0 (bug?). scovhsp seems correct.