{ "Valley" : { "SubmitWorkersMax" : 50, # if set, provides a cut-off on the total number of workers (across all Meadows) submitted each iteration }, "Meadow" : { # configure Meadow-specific options here: "LSF" : { "SubmissionOptions" : "", # general options that different Meadows can plug into the submission command "TotalRunningWorkersMax" : 1000, # how many workers can be run on this Meadow in total "farm2" : { "SubmissionOptions" : "", # submission options specific for LSF/farm2 }, "pcs4" : { "SubmissionOptions" : "", # submission options specific for LSF/pcs4 }, "EBI" : { "SubmissionOptions" : "", # submission options specific for LSF/EBI }, }, "LOCAL" : { "TotalRunningWorkersMax" : 2, "my-quadcore-desktop" : { "TotalRunningWorkersMax" : 4, }, "your-weak-laptop" : { "TotalRunningWorkersMax" : 1, }, }, }, "Graph" : { # configure diagram-generation options here: "Pad" : "1.0", # empty margin around the whole diagram "Node" : { "Font" : "Times-Roman", "Colour" : "cyan", "Table" : { "Colour" : "black", "Font" : "Courier" }, "Details" : { "Font" : "Helvetica" }, "JobStatus" : { "Colour" : "yellow", "SEMAPHORED" : { "Colour" : "red" }, "READY" : { "Colour" : "orange" }, "INPROGRESS" : { "Colour" : "yellow" }, "DONE" : { "Colour" : "green" }, "FAILED" : { "Colour" : "grey" }, }, "AnalysisStatus" : { "EMPTY" : { "Colour" : "white" }, # unpopulated "BLOCKED" : { "Colour" : "red" }, # need a sync that may or may not unblock "LOADING" : { "Colour" : "orange" }, # need a sync to claim "ALL_CLAIMED" : { "Colour" : "orange" }, # need a sync to claim "SYNCHING" : { "Colour" : "orange" }, # need a sync to complete to claim "READY" : { "Colour" : "yellow" }, # immediately claimable "WORKING" : { "Colour" : "yellow" }, # immediately claimable "DONE" : { "Colour" : "green" }, "FAILED" : { "Colour" : "grey" }, }, }, "Edge" : { "Font" : "Helvetica", "Data" : { "Colour" : "blue" }, "Control" : { "Colour" : "red" }, "Semablock" : { "Colour" : "red" }, }, "Box" : { "ColourScheme" : "blues9", # Examples: "blues9" or "bugn7" or "orrd8" or "purples7" or "ylorbr9" "ColourOffset" : 1, }, "DisplayStats" : "barchart", # show analysis statistics using "barchart", "text" or "" (don't show statistics) "DisplayJobs" : 0, "DisplayData" : 0, "DisplayDetails" : 1, "DisplayStretched" : 0, "DisplaySemaphoreBoxes" : 1, "DuplicateTables" : 0, } }