Skip to content

Commit 706bd1d

Browse files
committed
Updated version number in readme.
1 parent 09bc7ca commit 706bd1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
##############################################################################
15-
# AlignmentProcessor0.21 Package
15+
# AlignmentProcessor1.0 Package
1616

1717
# Dependencies:
1818
Python 3
@@ -58,7 +58,7 @@ a terminal and Anaconda will install Biopython for you:
5858
conda install -c https://conda.anaconda.org/anaconda biopython
5959

6060
# KaKs_Calculator
61-
AlignmentProcessor0.21 is packaged with KaKs_Calculator2.0 binaries for Linux
61+
AlignmentProcessor1.0 is packaged with KaKs_Calculator2.0 binaries for Linux
6262
and Windows, and a KaKs_Calculator1.2 binary for Mac (there is no 2.0 binary
6363
available for OSX). Before using, copy or move the appropriate binary for your
6464
system into the AlignmentProcessor bin which contains the python scripts.
@@ -284,12 +284,12 @@ invoke KaKs_Calculator on the whole directory again.
284284

285285
# Invoking the Ka/Ks pipeline with a UCSC alignment:
286286

287-
python AlignmentProcessor0.21.py --axt --kaks --ucsc -r anoCar2
287+
python AlignmentProcessor1.0.py --axt --kaks --ucsc -r anoCar2
288288
-i anolis_gallus.fa -o pairwiseKaKs/
289289

290290
# Invoking the CodeML pipeline with a de novo alignment:
291291

292-
python AlignmentProcessor0.21.py --phylip --codeml -% 0.6
292+
python AlignmentProcessor1.0.py --phylip --codeml -% 0.6
293293
-r anoCar2 -i anolis_gallus.fa -o codemlOutput/
294294

295295
-------------------------------

0 commit comments

Comments
 (0)