You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to run the consensus_from_seqs by using:
let sequences: Vec<&str> = input_seq.iter().map(AsRef::as_ref).collect::<Vec<_>>();
let mut aligner = unsafe { ab_poa::abpoa_wrapper::AbpoaAligner::new_with_example_params() };
let consensus = unsafe {
aligner.consensus_from_seqs(&sequences)
However, I got an 92284 segmentation fault when running this code. I was using bindgen "0.70.0". Could you please provide some suggestions about how to resolve this?
Hi,
Thanks for providing this tool. Is there a crate available to use this rust abPOA repository?
Thanks,
Hang
The text was updated successfully, but these errors were encountered: