Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@zining01 zining01 released this 10 Mar 14:08
· 131 commits to master since this release
3de4fc7

JaBbA v1.1

This is a minor release of JaBbA, a framework for genome graph inference from bulk whole-genome short read sequencing.

This release enables the use of Gurobi for MIP optimization. Like CPLEX, Gurobi is a proprietary solver but offers a free academic license. To run JaBbA with Gurobi, you will need to install Gurobi and its R interface.

Then, run with the flag --gurobi TRUE:

jba ${JABBA_PATH}/junctions.vcf ${JABBA_PATH}/coverage.txt --gurobi TRUE

Please note that you may also need to install an updated version of gGnome which supports Gurobi.

Additional changes are detailed in the changelog below.

What's Changed

Full Changelog: v1.0...v1.1