Skip to content

Commit

Permalink
use corrected dna_start_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Van der Jeugt committed Sep 16, 2021
1 parent 9dea71d commit bdb2aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viterbi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ fn build_genes(
});
} else if codon_start == -1 {
read_prediction.genes.push(gene::Gene {
start: dna_start_t_withstop,
start: if whole_genome { dna_start_t } else { dna_start_t_withstop },
metastart: dna_start_t,
end: end_t,
frame: frame,
Expand Down

0 comments on commit bdb2aa0

Please sign in to comment.