Skip to content

Commit 53b8a99

Browse files
Update README.md
Forgot to add the threads to the last command in the README
1 parent a69421a commit 53b8a99

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
@@ -35,5 +35,5 @@ Run with $\alpha$ = 0.75 and $\Delta$ = 8.
3535
```
3636
Use edit distance with only optimal alignments and 100%-safety and multi threading:
3737
```
38-
./emerald -f example.fasta -a 1 -d 0 --costmat edit_distance.txt --gapcost 1 --startgap 0
38+
./emerald -f example.fasta -a 1 -d 0 --costmat edit_distance.txt --gapcost 1 --startgap 0 --threads 8
3939
```

0 commit comments

Comments
 (0)