Skip to content

mecfs_bio.analysis.decode_me_h_magma

Functions:

run_decode_me_h_magma

run_decode_me_h_magma()

Function to run H-MAGMA analysis of DecodeME data

Source code in mecfs_bio/analysis/decode_me_h_magma.py
def run_decode_me_h_magma():
    """
    Function to run H-MAGMA analysis of DecodeME data

    """
    DEFAULT_RUNNER.run(
        DECODE_ME_H_MAGMA_ASSET_GENERATOR.terminal_tasks(),
        incremental_save=True,
        must_rebuild_transitive=[],
    )