Hello,
I was wondering if juicer can be run on Sungrid Engine as well as UGE? Maybe you have a script for that?
I managed to run juicer on SGE until the "DEDUP" script is called (using the UGER code with slightest modifications).
The problem seems to be that the qsub-command is used to submit a job to the queue, which in turn submits another qsub command (from the script "split_rmdups.awk").
This is the tail of my uger.out file:
(-: Mem align of /exports/eddie/scratch/vkaiser2/splits/Test_R2.fastq.sam done successfully
(-: Sort read 1 aligned file by readname completed.
(-: Sort read 2 aligned file by readname completed.
/exports/eddie/scratch/vkaiser2/splits/Test.fastq.sam created successfully.
(-: Finished sorting all sorted files into a single merge.
sh: qsub: command not found
sh: qsub: command not found
sh: qsub: command not found
sh: qsub: command not found
(-: Alignment and merge done, launching other jobs.
/var/spool/gridscheduler/execd/node1f01/job_scripts/597724: line 5: qsub: command not found
/var/spool/gridscheduler/execd/node1f01/job_scripts/597724: line 11: qsub: command not found
/var/spool/gridscheduler/execd/node1f01/job_scripts/597724: line 14: qsub: command not found
/var/spool/gridscheduler/execd/node1f11/job_scripts/597725: line 3: qsub: command not found
/var/spool/gridscheduler/execd/node1f11/job_scripts/597726: line 3: qsub: command not found
Thanks for any advice.. :-)