-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MrBayer error #208
Comments
No idea! But you should look into the files that were created, because the messages say that some of the steps ran successfully. For example, the script was able to create the input MrBayes: The problem seems to occur when the script wants to run MrBayes on each locus: none of them (0) were successful. So the remainder of the script has issues of course, because there's no output MrBayes to use for the downstream analyses. You should dig into your files, to find out how far exactly the script went, and where the error occurred. That's the first step to diagnose the error. |
Thank you for your enthusiastic and prompt replies. When I attempted to run the data, I also encountered failure, and I feel quite distressed about it. I have not identified the reason. The nexus file was generated by using a fasta file and FASTA2NEX.py(https://github.com/Rendrick27/FASTA2NEX/blob/main/FASTA2NEX.py). There shouldn't be any issues, right? BEGIN DATA; begin mrbayes; |
I do not quite understand what you are doing.
So: the error you had earlier may be due to a problem with your data, because you managed to run analysis of the tutorial data successfully. Perhaps having file names ending with |
Hello! thank you for creating this platform.
I have encountered some issues and hope to receive your assistance.
nohup perl /home/ug1297/mrbayes/data_results/scripts/mb.pl nexus.tar.gz -m mbblock.txt -o mb-output >&mrbayer.log&
cat mbblock.txt
begin mrbayes;
set nowarnings=yes;
set autoclose=yes;
lset nst=6 rates=invgamma;
mcmcp ngen=100000 burninfrac=.25 samplefreq=50 printfreq=10000 [increase these for real]
diagnfreq=10000 nruns=3 nchains=3 temp=0.40 swapfreq=10; [increase for real analysis]mcmc;
sumt;
end;
#####################
nohup: ignoring input
Script was called as follows:
perl mb.pl nexus.tar.gz -m mbblock.txt -o mb-output
Appending MrBayes block to each gene... done.
Job server successfully created.
Argument "^B\0M-^S^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
Analyses complete: 0/22185.^MArgument "^B\0M-^S^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341, line 1.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
Argument "^B\0M-^S^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341, line 1.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
Argument "^B\0M-^S^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341, line 1.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
Argument "^B\0M-^T^F^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341, line 1.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
Analyses complete: 1/22185.^MArgument "^B\0M-^T\n^?\0\0^A\0\0\0\0\0\0\0\0" isn't numeric in numeric eq (==) at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 341, line 1.
readline() on unopened filehandle at /home/ug1297/mrbayes/data_results/scripts/mb.pl line 348.
The text was updated successfully, but these errors were encountered: