draeger-lab / ModelPolisher

ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
23 stars 7 forks source link

Restructure ModelPolisher. #49

Closed codekaust closed 5 years ago

codekaust commented 5 years ago

As code related to docker needs to be added to ModelPolisher, the following issue was noticed. Currently, the src folder directly contains java packages, like edu/ucsd/sbrg/ followed by code packages, which is not ideal. Need to make the following changes:

draeger commented 5 years ago

As discussed with @matthiaskoenig, we don't need to create the folder /src/main/docker/, but restructuring the other locations still makes sense. In this way, the project will become more standardized and tidier.