Thanks Alexei for your observation but the trees were not more than 10,00. pls see the logcombiner and treeannotator steps and when i checked the output file ie mcc tree it was in the order of 5gb!
1. Logcombiner steps:fnindo@login01:~/scratch5/beast_runs/LogCombiner/run_2 $ cat logcombiner.sh
#PBS -N logcombiner
#PBS -l select=1:ncpus=1:mem=24000mb:jobtype=dell,place=free:group=nodetype
#PBS -l walltime=336:00:00
#PBS -q workq
#PBS -m abe
#PBS -o /export/home/fnindo/scratch5/beast_runs/LogCombiner/run_2/std.out
#PBS -e /export/home/fnindo/scratch5/beast_runs/LogCombiner/run_2/std.err
#PBS -M
fni...@gmail.com
cd /export/home/fnindo/scratch5/beast_runs/LogCombiner/run_2
source /etc/profile.d/modules.sh
module add beast
logcombiner -trees -resample 50000 rsv_hky_ucln_strict_1.trees rsv_hky_ucln_strict_2.trees rsv_hky_ucln_strict_3.trees rsv_hky_ucln_strict_4.trees rsv_hky_ucln_strict_5.trees rsv_hky_strict_resampled_combined.trees
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
fnindo@login01:~/scratch5/beast_runs/LogCombiner/run_2 $ cat std.out
LogCombiner v1.7.5, 2002-2013
MCMC Output Combiner
by
Andrew Rambaut and Alexei J. Drummond
Institute of Evolutionary Biology
University of Edinburgh
a.ra...@ed.ac.uk Department of Computer Science
University of Auckland
ale...@cs.auckland.ac.nzCreating combined tree file: 'rsv_hky_strict_resampled_combined.trees
Combining file: 'rsv_hky_ucln_strict_1.trees' without removing burnin, resampling with frequency: 50000
Combining file: 'rsv_hky_ucln_strict_2.trees' without removing burnin, resampling with frequency: 50000
Combining file: 'rsv_hky_ucln_strict_3.trees' without removing burnin, resampling with frequency: 50000
Combining file: 'rsv_hky_ucln_strict_4.trees' without removing burnin, resampling with frequency: 50000
Combining file: 'rsv_hky_ucln_strict_5.trees' without removing burnin, resampling with frequency: 50000
Finished.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
2. TreeAnnotator steps:fnindo@login01:~/scratch5/beast_runs/TreeAnnotator/run_3 $ cat treeannotator.sh
#PBS -N treeannotator2
#PBS -l select=1:ncpus=1:mem=24000mb:jobtype=dell,place=free:group=nodetype
#PBS -l walltime=336:00:00
#PBS -q workq
#PBS -m abe
#PBS -o /export/home/fnindo/scratch5/beast_runs/TreeAnnotator/run_3/std.out
#PBS -e /export/home/fnindo/scratch5/beast_runs/TreeAnnotator/run_3/std.err
#PBS -M
fni...@gmail.com
cd /export/home/fnindo/scratch5/beast_runs/TreeAnnotator/run_3
source /etc/profile.d/modules.sh
module add beast
treeannotator -burnin 1000 -heights median rsv_hky_strict_resampled_combined.trees rsv_hky_strict_resampled_combined.tre
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
fnindo@login01:~/scratch5/beast_runs/TreeAnnotator/run_3 $ cat std.err
JRI not available. Using Java bivariate attributes
TreeAnnotator v1.7.5, 2002-2013
MCMC Output analysis
by
Andrew Rambaut and Alexei J. Drummond
Institute of Evolutionary Biology
University of Edinburgh
a.ra...@ed.ac.uk
Department of Computer Science
University of Auckland
ale...@cs.auckland.ac.nzReading trees (bar assumes 10,000 trees)...
0 25 50 75 100
|--------------|--------------|--------------|--------------|
***************************************************
Total trees read: 8628
Ignoring first 1000 trees.
Total unique clades: 455439
Finding maximum credibility tree...
Analyzing 7628 trees...
0 25 50 75 100
|--------------|--------------|--------------|--------------|
************************************************************
Highest Log Clade Credibility: -1333.4021806355477
Collecting node information...
0 25 50 75 100
|--------------|--------------|--------------|--------------|
************************************************************
Annotating target tree...
Writing annotated tree....
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
fnindo@login01:~/scratch5/beast_runs/TreeAnnotator/run_3 $ du rsv_hky_strict_resampled_combined.tre
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////