Skip to content

Commit

Permalink
Merge README fix with compiling issues fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grigorjew committed Sep 2, 2023
2 parents db353da + 3a02af0 commit a0e513f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ By default, EMERALD uses the [BLOSUM62](https://en.wikipedia.org/wiki/BLOSUM) su

<a name="sec3.3"></a>
### EMERALD output
EMERALD's output is in stdout. The first part of the output is the following.
EMERALD's output is stored in the given output file, while stdout is used for log messages. The first part of the output is the following.
```
Representative sequence description
Representative sequence
Expand Down Expand Up @@ -114,7 +114,7 @@ MSLKDKKFLKS
>Cluster member 4
MSFLKKKFDSL
```
Output:
Output (in `examples/ex1.out`):
```
$ ./emerald -f examples/ex1.fasta -o examples/ex1.out -a 0.75 -d 8
>Representative sequence
Expand Down

0 comments on commit a0e513f

Please sign in to comment.