Skip to content

Commit

Permalink
update pxrms/t in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Feb 28, 2018
1 parent 0780b65 commit 8e2a77c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,4 +29,5 @@ logo.svg
*.blg
*.synctex.gz
Phyxed_Manual.log
Phyxed_Manual.dvi

Binary file modified doc/Phyxed_Manual.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions doc/Phyxed_Manual.tex
Expand Up @@ -53,7 +53,7 @@
\medskip

\section{What is Phyx?}\label{abstract}
Phyx (pronounced "fix") is a set of data analysis programs modeled after POSIX-style command-line tools, to help them be easily incorporated in bioinformatic pipelines. The majority of Phyx programs focus on phylogenetic analyses, which includes a variety of programs to clean data matrices, simulate data, and perform basic phylogenetic analyses. Phyx is an ever expanding library of programs, and we welcome any feature requests through github issue submissions: \href{https://github.com/FePhyFoFum/phyx/issues}{https://github.com/FePhyFoFum/phyx/issues}.
Phyx (pronounced ``fix'') is a set of data analysis programs modeled after POSIX-style command-line tools, to help them be easily incorporated in bioinformatic pipelines. The majority of Phyx programs focus on phylogenetic analyses, which includes a variety of programs to clean data matrices, simulate data, and perform basic phylogenetic analyses. Phyx is an ever expanding library of programs, and we welcome any feature requests through github issue submissions: \href{https://github.com/FePhyFoFum/phyx/issues}{https://github.com/FePhyFoFum/phyx/issues}.
All programs are open source and Phyx operates under the GPL3 licence: \href{https://www.gnu.org/licenses/gpl-3.0.html}{https://www.gnu.org/licenses/gpl-3.0.html}

\subsection{Installing Phyx}\label{introduction}
Expand All @@ -71,7 +71,7 @@ \subsection{Data formats}

\subsection{Repeatability}

Phyx will track the programs and commands input to a file called "phyx.logfile". This allows users to see exactly what settings they used to run a program and can help others replicate experiments (say, but including the logfile as supplementary information to a paper).
Phyx will track the programs and commands input to a file called ``phyx.logfile''. This allows users to see exactly what settings they used to run a program and can help others replicate experiments (say, but including the logfile as supplementary information to a paper).

\subsection{Piping}

Expand All @@ -85,7 +85,7 @@ \subsection{Piping}

\section{Examples}

A list of example files can be found in the "example\_files" folder. Subfolder names correspond to individual program names.
A list of example files can be found in the ``example\_files'' folder. Subfolder names correspond to individual program names.

\subsection{pxaa2cdn}

Expand Down Expand Up @@ -324,7 +324,7 @@ \subsection{pxrlt}

\subsection{pxrms}

This program will remove sequences from a sequence file, either by typing them on the command line using \texttt{-n} (comma-delimited) or by specifying a file using \texttt{-f} (one taxon per line).
This program will remove sequences from a sequence file, either by typing them on the command line using \texttt{-n} (comma-delimited) or by specifying a file using \texttt{-f} (one taxon per line). Use the \texttt{-c} flag to remove the complementary taxa.

\begin{flushleft}
\begin{verbatim}
Expand All @@ -334,7 +334,7 @@ \subsection{pxrms}

\subsection{pxrmt}

This program will remove tips from a tree file, either by typing them on the command line using \texttt{-n} (comma-delimited) or by specifying a file using \texttt{-f} (one taxon per line).
This program will remove tips from a tree file, either by typing them on the command line using \texttt{-n} (comma-delimited) or by specifying a file using \texttt{-f} (one taxon per line). Use the \texttt{-c} flag to remove the complementary taxa.

\begin{flushleft}
Example to remove tips s1, s6, and s8:
Expand Down

0 comments on commit 8e2a77c

Please sign in to comment.