Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zenodeapp authored Oct 24, 2022
1 parent e1b7cd0 commit 9af8f40
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 @@ -265,7 +265,7 @@ Executes the Needleman-Wunsch <i>global</i> sequence alignment on the given stri
```
npx hardhat smithWaterman --matrix "MATRIX_ID" --a "SEQUENCE_A" --b "SEQUENCE_B"
```

</li>

<li>
Expand Down Expand Up @@ -303,7 +303,7 @@ This changes the SubstitutionMatrices-address for the Needleman-Wunsch algorithm
> > Why?
> >
> > Every time a `SubstitionMatrices`-contract gets linked to an algorithm (which happens once during the [Deployment](#5-deployment) phase), all the known `alphabets` get copied over to the algorithm's storage. This works like a cache and helps with optimizing our algorithms. However, if an update to the `alphabets` inside of the matrices' contract occurs, all algorithms that were deployed before the change will have outdated alphabets; relinking the matrices' address remedies such inconsistencies.
```
npx hardhat linkNWToMatricesAddress --address "hex_address"
```
Expand Down

0 comments on commit 9af8f40

Please sign in to comment.