...
Code Block | ||
---|---|---|
| ||
$ cd $SCRATCH/pipeline-dir $ echo 'MBM.py ...' | qbatch --mem=4G --walltime 96:00:00 -- MBM.py ... # note these resources are for the server, not executors |
...
...
Code Block | ||
---|---|---|
| ||
$ cd $SCRATCH/pipeline-dir $ echo 'MBM.py ...' | qbatch --mem=4G --walltime 96:00:00 -- MBM.py ... # note these resources are for the server, not executors |
...