************ Submit job ************ description =========== Submits a job to a cluster and return the job id command-line ============= >>> ./EHPC-Client --job-submit -d=domain Options --id The job id, default=1 --owner,-o The job owner default 'pbs' Note: if owner is system, the commad will execute on the command line as root if owner is ubuntu, the command will execute on the command line as ubuntu if owner is otherwise, this will be a PBS Torque Job --command Command to run --input-files list of input files to transfer to cloud cluster --force-files Stop checking that files exists in the commands return Job ID command line examples ====================== **Example 1** Run Emboss ``seqret`` on ``/home/user/file1`` and get the result on ``/result/seqret/output`` ``./EHPC-Client --job-submit --domain='ec2.....com' --id=3 --owner=john --commmand='seqret -sequence /home/user/file1 -outseq /result/seqret/output -feature Yes' --input-files=/home/user/file1`` Output ``1.HPC-cloud-0``