splitmsa/.vscode/settings.json
Harrison 419adcd098 Updated translation mechanism.
Added failsafe for overlapping genes where length is not equal to a multiple of 3.

Added codon ambiguity detection which translates to "X" in aa sequence.
2023-03-30 16:16:00 -05:00

5 lines
123 B
JSON

{
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}