Dear Group Members,
I have been trying to estimate lineage specific diversification rate through revbayes, but there's an error in the almost first step. "rb" couldn't read my tree files! I tried several times, but every attempt failed. Here are my scripts:
following tutorial script:
> observed_phylogeny <- readTrees("data/beast_rev.nex")[1]
Attempting to read the contents of file "beast_rev.nex"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
> observed_phylogeny <- readTrees("beast_rev.nex")[1]
Attempting to read the contents of file "beast_rev.nex"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
using trees file:
> observed_phylogeny <- readTrees("data/beast_rev.trees")[1]
Attempting to read the contents of file "beast_rev.trees"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
> observed_phylogeny <- readTrees("beast_rev.trees")[1]
Attempting to read the contents of file "beast_rev.trees"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
typing track to file:
> observed_phylogeny <- readTrees("C:\Study\Tools\revbayes-v1.2.5\bin\beast_rev.nex")[1]
Attempting to read the contents of file "tudyoolsevbayes-v1.2.5ineast_rev.nex"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
> observed_phylogeny <- readTrees("C:\Study\Tools\revbayes-v1.2.5\bin\beast_rev.trees")[1]
Attempting to read the contents of file "tudyoolsevbayes-v1.2.5ineast_rev.trees"
Did not read the file for the following reason:
* Data file not found
Error: Vector index out of range: 0 of 0
using T command:
> T <- readTrees("beast_rev.nex")
Attempting to read the contents of file "beast_rev.nex"
Did not read the file for the following reason:
* Data file not found
> T <- readTrees("beast_rev.trees")
Attempting to read the contents of file "beast_rev.trees"
Did not read the file for the following reason:
* Data file not found
> T <- readTrees("C:\Study\Tools\revbayes-v1.2.5\bin\beast_rev.nex")
Attempting to read the contents of file "tudyoolsevbayes-v1.2.5ineast_rev.nex"
Did not read the file for the following reason:
* Data file not found
RevBayes v.1.2.5, tree files were created from beast's time estimation analysis,
Window
Thanks for reading and every advice!
Best
Hee Han