snakemake.model_checking

Module Contents

snakemake.model_checking.model_checking(infile, fileout, task_name)[source]

Check the consistency for the COPASI file.

Parameters:
  • infile – the input file
  • fileout – the output file
  • task_name – the name of the task (Copasi models)
Returns:

False if model checking can be executed and fails or if the COPASI simulator is not found.