Hi everyone!
I am using ExaBayes to generate a phylogenetic tree for around 100 samples from around 353 genes, and I'm encountering an error each time I run it. The error file that is generated says:
####################################################
bash: module: lÃnea 1: error sintáctico: no se esperaba el final del fichero
bash: error al importar la definición de la función para `BASH_FUNC_module'
qrsh_starter: cannot change to directory /home/marvalde/exabayes: No such file or directory
and so on
#########################################################
Which in English translates into:
"bash: module: line 1: Syntactic error: the end of the file wasn't expected"
"bash: error when importing the definition of the function for 'BASH_FUNC_module'"
My instructions' command in the .sge file looks like this:
/usr/lib64/openmpi/bin/mpiexec --mca btl openib,self,sm --mca plm_rsh_agent rsh --np 16 /home/software/exabayes-1.5/bin/exabayes -f eriocarpum.phy -m DNA -n outexabayes -s $RANDOM -c config.nex
My configuration file (config.nex) looks like this:
#NEXUS
begin run;
numgen 3e5
numRuns 2
numCoupledChains 4
end;
I would really appreciate any kind of insight about this! Thanks in advance,
María