I'm having an issue with HPC computing on SGE cluster. Trinity phase 1 completes, but entering phase 2 i get the following error:
"""--------------------------------------------------------------------------------
------------ Trinity Phase 2: Assembling Clusters of Reads ---------------------
--------------------------------------------------------------------------------
$VAR1 = {
'grid' => 'SGE',
'cmd' => 'qsub -cwd',
'max_nodes' => '6',
'cmds_per_node' => '1'
};
Use of uninitialized value $job_id_text in concatenation (.) or string at /home/slengyel/Programs/Trinity/PerlLib/HTC/SGE_handler.pm line 43.
SGE:
Use of uninitialized value $job_id_text in concatenation (.) or string at /home/slengyel/Programs/Trinity/PerlLib/HTC/SGE_handler.pm line 49.
FARMIT failed to accept job: qsub -cwd /home/slengyel/B7H6/Sample1/trinity/farmit.J12376.itsusmaclun07.12376.1432914850/cmds/
J12376.S0.sh 2>&1 """
(ret -1)
I did notice that there wer conflicting "HTC" and "HPC" in the perl modules when running the SGE test in the PerlLIB directory. The test does succeed and the command that should fail, does.
Any idea what's going on here? I don't code in perl so I'm not sure why $job_id_text is giving an error.
All help is appreciated.