File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def main():
153153 # Set arguments
154154 parser = argparse .ArgumentParser (description = "AlignmentProcessor will run \
155155 the subsituion rate pipeline to produce trimmed axt or phylip files for use \
156- with KaKs_calculator or PhyMl.\n AlignmentProcessor1.4 Copyright 2016 by \
156+ with KaKs_calculator or PhyMl.\n AlignmentProcessor1.6 Copyright 2016 by \
157157 Shawn Rupp\n This program comes with ABSOLUTELY NO WARRANTY\n This is free \
158158 software, and you are welcome to redistribute it under certain conditions\n " )
159159 parser .add_argument ("-i" , help = "Path to input file." )
Original file line number Diff line number Diff line change 1010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1111 GNU General Public License for more details.
1212
13- # AlignmentProcessor1.5 Package
13+ # AlignmentProcessor1.6 Package
1414
1515# Dependencies:
1616 Python 3
@@ -37,18 +37,10 @@ can cloned using the following command:
3737
3838 git clone https://github.com/WilsonSayresLab/AlignmentProcessor.git
3939
40- ### Installing Biopython
41- Since Biopython offers the fastest and easiest ways to deal with alignments
42- in a python script, it is used in several of the scripts in this package.
43- The easiest way to install Biopython is to download a Python 3 version
44- Anaconda (https://www.continuum.io/downloads ). AlignmentProcessor was written
45- in Python 3, but Python 3 will be installed alongside Anaconda, so you don't
46- need to worry about that if you use Python 2.
40+ ### pyfaidx
41+ AlignmentProcessor uses pyfaidx to parse fasta alignments. To install:
4742
48- Once Anaconda is installed, all you have to do is paste the following into
49- a terminal and Anaconda will install Biopython for you:
50-
51- conda install -c https://conda.anaconda.org/anaconda biopython
43+ pip install pyfaidx
5244
5345### KaKs_Calculator
5446AlignmentProcessor0.21 is packaged with KaKs_Calculator2.0 binaries for Linux
You can’t perform that action at this time.
0 commit comments