******************************************************************************* Application Mutation ******************************************************************************* The MUTATION application contains the actions to generate index mutation from Nextclade. Key files of the "MUTATION" application =============================================================================== management.commands ------------------------------------------------------------------------------- run_index_mutation.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: apps.mutation.management.commands.run_index_mutation :members: models.py ------------------------------------------------------------------------------- .. automodule:: apps.mutation.models :members: test.py ------------------------------------------------------------------------------- .. automodule:: apps.mutation.tests :members: views.py ------------------------------------------------------------------------------- .. automodule:: apps.mutation.views :members: