-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels