Skip to content

mapoferri/internship

Repository files navigation

Internship

Here there are the codes used for the containerization of apps PredGPI and BaCeLlo.

Requirements

Install Docker and Docker Compose on your machine. Python3 and all other dependecies of the applications are already in the personalized image.

These infrastructure has been organized to work on input multifasta files, as dowloaded from Uniprot database. To specify the path of your input directory, you would need to modify the .env file in the same directory as the docker-compose.yml script. The rest of the redirecting no needs to be modified, otherwise all scripts need to be updated.

To run the first application (PredGPI), run the command:

docker-compose -f docker-compose-predgpi.yml up --build

The results will appear as output directory in the input local one.

For the BaCelLo app, all the codes necessary for the containerized infrastructure to run are in the bacello subdirectory. To run the second application so, run the command:

docker-compose -f docker-compose.yml up --build

Currently implementing Python Classes to automize the work. Regular updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published