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

Is there a crate at crate.io for this repository? #1

Open
hangsuUNC opened this issue Aug 12, 2024 · 1 comment
Open

Is there a crate at crate.io for this repository? #1

hangsuUNC opened this issue Aug 12, 2024 · 1 comment

Comments

@hangsuUNC
Copy link

Hi,

Thanks for providing this tool. Is there a crate available to use this rust abPOA repository?

Thanks,

Hang

@hangsuUNC
Copy link
Author

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?

Thanks,

Hang

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