Developer documentation#

To get started with adding features to immuneML, follow the steps described here. These steps assume you have some experience with object-oriented programming in Python and some basic knowledge of how Git works.

  1. Read the Information for new developers and other relevant tutorials as needed.

  2. Follow the guide to Set up immuneML for development.

  3. Create a new branch with a descriptive name from the master branch.

  4. Implement your changes and add documentation.

  5. Make a pull request to the master branch.