Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serious BUG: $err_stopCodonExcludedFromCDS #905

Open
liuyaming1 opened this issue Jan 7, 2025 · 0 comments
Open

serious BUG: $err_stopCodonExcludedFromCDS #905

liuyaming1 opened this issue Jan 7, 2025 · 0 comments

Comments

@liuyaming1
Copy link

braker.pl

line 6691 $err_stopCodonExcludedFromCDS = nice grep -c "exon doesn't end in stop codon" $errorfile if ($v > 3);

line 6696 $err_stopCodonExcludedFromCDS = grep -c "exon doesn't end in stop codon" $errorfile if ($v > 3);

line 6698 my $err_rate = $err_stopCodonExcludedFromCDS / $t_b_t;

if --verbosity were set below 3, all these three variables would have no values, then stopCodonExcludedFromCDS will be always set to be true!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant