Skip to content

Commit 491e061

Browse files
authored
Fix typo in README regarding genome formats
Removed unnecessary apostrophe from the README.
1 parent 794ce6f commit 491e061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ ./fastANI -h
2525
$ ./fastANI -q [QUERY_GENOME] -r [REFERENCE_GENOME] -o [OUTPUT_FILE]
2626
```
2727

28-
Here QUERY\_GENOME and REFERENCE\_GENOME are the query genome assemblies in fasta or multi-fasta format. Gzip'd compressed fasta files are also acceptable.
28+
Here QUERY\_GENOME and REFERENCE\_GENOME are the query genome assemblies in fasta or multi-fasta format. Gzip compressed fasta files are also acceptable.
2929

3030
* **One to Many.** Compute ANI between single query genome and multiple reference genomes:
3131

0 commit comments

Comments
 (0)