-
Notifications
You must be signed in to change notification settings - Fork 23
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
bseq1_t --> fseq1_t #5
Comments
Hi, |
Just to let you know: I have uploaded the patched fermi-lite to Debian experimental. It mighht be tested there and if no issues occure this will be moved into main Debian. It would be great if you could take this over into your next release to avoid diversion. |
Please note: This is fixed by commit e93040b. I have no idea why gitlab merged two different commits to one single pull request. The other commit is addressing #11 . |
Hi Heng,
In trying to link bwa and fml in the same executable, I ran into an issue where
bseq1_t
was defined differently in each library. I ended up making a fork that fixed this issue for SeqLib, but am getting some feedback that it would be better to avoid having multiple fml / bwa clones out there and instead just have SeqLib link to the official fml.Would you be willing to consider a PR that does the minimal amount of re-naming within fml to be able to link to bwa without multiple definition errors?
The text was updated successfully, but these errors were encountered: