Skip to content

Commit 89864b2

Browse files
committed
revise example in README
1 parent bb39710 commit 89864b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Reference = [data/Escherichia_coli_str_K12_MG1655.fna]
6464
Query = [data/Shigella_flexneri_2a_01.fna]
6565
Kmer size = 16
6666
Fragment length = 3000
67+
Threads = 1
6768
ANI output file = fastani.out
6869
>>>>>>>>>>>>>>>>>>
6970
....
@@ -78,7 +79,7 @@ $ cat fastani.out
7879
data/Shigella_flexneri_2a_01.fna data/Escherichia_coli_str_K12_MG1655.fna 97.7507 1303 1608
7980
```
8081

81-
Above output implies that the ANI estimate between *S. flexneri* and *E. coli* genomes is 97.7443. Out of the total 1608 sequence fragments from *S. flexneri* genome, 1305 were aligned as orthologous matches.
82+
Above output implies that the ANI estimate between *S. flexneri* and *E. coli* genomes is 97.7507. Out of the total 1608 sequence fragments from *S. flexneri* genome, 1303 were aligned as orthologous matches.
8283

8384
### Visualize Conserved Regions b/w Two Genomes
8485

0 commit comments

Comments
 (0)