Skip to content

Commit 69aaa12

Browse files
authored
Update README to include gzip support for fasta files
Added support for gzip compressed fasta files in usage instructions.
1 parent f522127 commit 69aaa12

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.
28+
Here QUERY\_GENOME and REFERENCE\_GENOME are the query genome assemblies in fasta or multi-fasta format. A gzip'd compressed fasta file is also acceptable.
2929

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

0 commit comments

Comments
 (0)