Skip to content

Commit dd37462

Browse files
authored
Update README.md
Print all option
1 parent a132303 commit dd37462

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Identity
22

3-
Identity 1.0 is developed by Hani Z. Girgis, PhD.
3+
Identity 1.1 is developed by Hani Z. Girgis, PhD.
44

55
This program calculates DNA sequence identity scores rapidly without alignment.
66

@@ -48,6 +48,11 @@ List of parameters:
4848

4949
-t: Required. Identity score threshold (between 0 & 0.99), below which pairs are not reported.
5050

51+
-a: Optional. Report identity scores for all pairs including those below the threshold -- y
52+
(yes) or n (no). If yes, it may take long time on large datasets due to writing to a file.
53+
This option should be used if you desire constructing a phylogenetic tree. You may use the
54+
accompanying Python program to covert Identity's output to a Phylip distance matrix.
55+
5156
-q: Optional. Query file in FASTA format. If no query(s) is provided, all versus all is
5257
performed on the database file.
5358
@@ -78,11 +83,15 @@ Examples:
7883
4. To perform all versus all with a minimum identity score of 0.8 with strict threshold
7984
identity -d databas.fasta -o output.txt -t 0.8 -r n
8085

81-
5. To print the academic lincense
86+
5. To perform all versus all with a minimum identity score of 0.8 and report all pairs
87+
identity -d databas.fasta -o output.txt -t 0.8 -a y
88+
89+
6. To print the academic lincense
8290
identity -l y
8391
84-
Hierarchical clustering:
92+
Phylogenetic trees:
93+
94+
To produce an all-versus-all distance matrix in Phylip format use makePhylipMatrix.py under the
95+
py directory.
8596

86-
To utilize the all-versus-all identity scores in hierarchical clustering see the README file
87-
under the py directory.
8897

0 commit comments

Comments
 (0)