File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
6262and Windows, and a KaKs_Calculator1.2 binary for Mac (there is no 2.0 binary
6363available for OSX). Before using, copy or move the appropriate binary for your
6464system 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-------------------------------
You can’t perform that action at this time.
0 commit comments