Skip to content

Snakemake modifications for big models #10

@Timon-R

Description

@Timon-R

I used the workflow on a big model with 300 runs and had to make adjustments to the snakemake workflow. I note them here for convenience.

  • Change shell commands to script commands when there are multiple arguments. Command line commands have limited arguments and if lists are given, this can cause the workflow to break.
  • Use priority: 100 for the function that solves the lp file as well as for all functions that process it
  • and use priority 0 for the function that creates it; also give the function that creates the lp file 4 threats. Reason for this is that the lp file is large and can take up a lot of space on your hard drive.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions