shalinshah1993 / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Maven build #14

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 6 years ago

I added some changes to get the maven build working (also minor bugfix for the PlotMultiTable.

draeger commented 6 years ago

Looks all fine to me! Just one question: Do we really need the IntellyJ-specific modules file sbscl.iml in the project?

matthiaskoenig commented 6 years ago

The idea files were ignored as part of this commit (i.e. removed them from repo and added to .gitignore). @shalinshah1993 You should merge things as soon as possible to avoid duplicate work. I fixed the MultiTable issues and fixed the junit dependencies here. But by not merging you did the work again.