Fixed off by one result output
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
Some checks failed
ydeng/bmlsa/pipeline/head There was a failure building this commit
This commit is contained in:
parent
50210a884d
commit
b8fa4b5208
@ -35,7 +35,7 @@ def protein_align_many_to_one_ssw(sequence: str, queries: dict[str, AlignedSeque
|
|||||||
alignment.query,
|
alignment.query,
|
||||||
query.name,
|
query.name,
|
||||||
query.description,
|
query.description,
|
||||||
aligned_start,
|
int(aligned_start) + 1,
|
||||||
aligned_end,
|
aligned_end,
|
||||||
score,
|
score,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user