Pierre Rioux
Pierre Rioux
95% seems like a fine idea. Note that the DiskQuota models don't have any methods to do things like that. We'd have to add such methods first.
If you have a solution, make a PR...
Just log the two values from the Scir::JobTemplate object, just after submission. 1. walltime 2. tc_extra_qsub_args Maybe in a single line in the log, nicely formatted.
The code to make the directories should not be performed in a method that is meant to return a descriptor to the framework. It should be done in "setup", that's...
Actually I double checked, the on-disk invoke struct is created during 'cluster_commands()' so that's the method you need to override instead of setup().
Don't modify the command line. Just writ the ruby code that run the mkdir. That's it.
You can try the javascript code in the JS console in your browser.
Make sure you code the web form with a non-literal comparison operator in it. The first time we implemented `` etc comparisons in CBRAIN, the developer encoded the operators directly...
I told the developer to assign a numerical code to the comparison. e.g. 1 for `>`, 2 for `
Ah, sure. Yes, I was of course talking about code ending up on the backend. Front end, no problem, of course.