Skip to content
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

Restructure ModelPolisher. #49

Closed
codekaust opened this issue Jul 7, 2019 · 1 comment
Closed

Restructure ModelPolisher. #49

codekaust opened this issue Jul 7, 2019 · 1 comment
Assignees
Labels
enhancement fix Issues that aim to fix existing feature of ModelPolisher.
Projects

Comments

@codekaust
Copy link
Collaborator

codekaust commented Jul 7, 2019

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:

  • Move packages from current src/ to src/main/java/
  • Move resources from resources/ to src/main/resources/
  • Move test codes currently in test/ to src/test/java/
  • Add folder src/main/docker/ to add code related to containeristion using docker
  • Make changes accordingly to build process
@codekaust codekaust added enhancement fix Issues that aim to fix existing feature of ModelPolisher. labels Jul 7, 2019
@codekaust codekaust self-assigned this Jul 7, 2019
@codekaust codekaust added this to Containerization of ModelPolisher using Docker. in GSoC 2019 Jul 7, 2019
@draeger
Copy link
Member

draeger commented Jul 9, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement fix Issues that aim to fix existing feature of ModelPolisher.
Projects
No open projects
GSoC 2019
  
Containerization of ModelPolisher us...
Development

No branches or pull requests

2 participants