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

collapse annotation helper types #406

Merged
merged 10 commits into from
Apr 17, 2024
3 changes: 1 addition & 2 deletions enclone_args/src/read_json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ fn process_json_annotation(
// Reannotate.
if reannotate || ctl.gen_opt.reprod {
let x = DnaString::from_dna_string(&ann.sequence);
let mut ann1 = Vec::<Annotation>::new();
annotate_seq(&x, refdata, &mut ann1, true, false, true);
let mut ann1 = annotate_seq(&x, refdata, true, false, true);

// If there are multiple V segment alignments, possibly reduce to just one.

Expand Down
Loading
Loading