-
Notifications
You must be signed in to change notification settings - Fork 38
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
Fix seppJsonMerger.jar #138
base: master
Are you sure you want to change the base?
Conversation
…andle different positions for placement fields
…pare against stored truth
Hi @smirarab I am adding this PR to address an issue with segfaulting of your bundled pplacer. Relaxing the merger java script will allow to cope with current and new (pplacer 1.1.17 alpha) *.jplace file formats. Can you please review, merge and create a new release to ease updating bioconda packages? This PR does not change any results but also does not fix the pplacer issue directly. To do so, you might want to replace the bundled pplacer binaries with https://github.com/matsen/pplacer/releases/tag/v1.1.alpha17 but this will require some assessment of the changes in the results! |
This PR is (partially) addressing #121.
I made the parsing function of seppJsonMerger.jar more general to cope with different field order in *.jplace files. The order changes from the bundled pplacer (v1.1.alpha13-0-g1ec7786) to the later version (v1.1.alpha17)