pyrodigal
pyrodigal copied to clipboard
Fix `--no-stop-codon` behaviour
The --no-stop-codon behaviour is confusing right now, as it is set to True by default but the stop codons are being written. This PR fixes that by changing the default value to False and inverting the boolean when it is passed to the include_stop parameter.