snakemake.preproc

Module Contents

snakemake.preproc.generic_preproc(infile, outfile)[source]

Copy the model file

Parameters:
  • infile – the input file
  • outfile – the output file
snakemake.preproc.copasi_preproc(infile, outfile)[source]

Replicate a copasi model and adds an id.

Parameters:
  • infile – the input file
  • outfile – the output file
snakemake.preproc.preproc(infile, outfile, copasi=False)[source]

Replicate a copasi model and adds an id.

Parameters:
  • infile – the input file
  • outfile – the output file
  • copasi – True if the model is a Copasi model