Skip to content

Commit 1c13609

Browse files
committed
Updated version info for 1.6
1 parent 8730c1f commit 1c13609

3 files changed

Lines changed: 5 additions & 13 deletions

File tree

AlignmentProcessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.\nAlignmentProcessor1.4 Copyright 2016 by \
156+
with KaKs_calculator or PhyMl.\nAlignmentProcessor1.6 Copyright 2016 by \
157157
Shawn Rupp\nThis program comes with ABSOLUTELY NO WARRANTY\nThis 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.")

AlignmentProcessorReadMe.pdf

-117 KB
Binary file not shown.

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
5446
AlignmentProcessor0.21 is packaged with KaKs_Calculator2.0 binaries for Linux

0 commit comments

Comments
 (0)