Skip to content

Commit 9350592

Browse files
author
Ward Wheeler
committed
Added missingThreshold to docs
1 parent 46e2c27 commit 9350592

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/PhyG-User-Manual/PhyG-User-Manual.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ \section*{Acknowledgments}
554554

555555
%\newpage
556556
%\bibliography{big-refs-3.bib}
557-
\bibliography{/Users/louise/DropboxAMNH/big-refs-3.bib}
558-
%\bibliography{/home/ward/Dropbox/Work_stuff/manus/big-refs-3.bib}
557+
%\bibliography{/Users/louise/DropboxAMNH/big-refs-3.bib}
558+
\bibliography{/home/ward/Dropbox/Work_stuff/manus/big-refs-3.bib}
559559
%\bibliography{/users/ward/Dropbox/work_stuff/manus/big-refs-3.bib}
560560
\end{document}

doc/PhyG-User-Manual/PhyG_Allcommands.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,12 @@ \subsection{Set}
12831283
\end{description}
12841284
12851285
%\item[modelcomplexity] \hl{details}
1286-
1286+
\item[missingThreshold:[Int]] Sets the maximum percentage of missing data in a terminal.
1287+
The default setting is 100, leaving all terminals in the data set. Terminal taxa
1288+
with more than the missing fraction are deleted. The \texttt{missingThreshold} value is determined
1289+
by the number of input blocks (files). Hence, a taxon with all missing values in a TNT file
1290+
will be counted as not missing for this purpose.
1291+
12871292
\item[multiTraverse:[BOOL]] Controls the multi-traverse character optimization
12881293
option. If \texttt{True}, character trees are traversed from each edge as in
12891294
\citep{VaronandWheeler2012,VaronandWheeler2013, POY4, POY5}, but

0 commit comments

Comments
 (0)