It depends on the type of scheduler used on your cluster.
If the cluster uses:
Sun Grid Engine and supports qrsh, set in your configuration:
BATCH_TYPE = sgei
slurm and supports srun, set in your configuration:
BATCH_TYPE = slurmi
mosix and supports mosbatch, set in your configuration:
BATCH_TYPE = mosix
Set BATCH_OPTS to any additional options you need to specify.
You should see the proper cluster commands in your Makefile produced by gotcloud.
If you are running a different system that supports an interactive mode, we can help you update gotcloud/bin/Multi.pm to support this.
We are currently working to update gotcloud to support non-interactive cluster commands.
For now, if your system is not supported by GotCloud and you are running the aligner, you can use GotCloud to generate the Makefiles for each sample, but not run them.
You can then manually send each Makefile out to your cluster, running each sample separately.
If you provide more information on how you send jobs to your cluster, I will be able to provide better information and help get you going.
Mary Kate