feat: add Needleman-Wunsch global sequence alignment algorithm #17474
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (RUF005):
dynamic_programming/needleman_wunsch.py#L494
dynamic_programming/needleman_wunsch.py:494:18: RUF005 Consider `["-", *list(sequence_2)]` instead of concatenation
help: Replace with `["-", *list(sequence_2)]`
|