Skip to content

Commit 1649e86

Browse files
committed
updated README file with dnaVerification method
1 parent 33b885f commit 1649e86

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ client.codonJuggle(
5656
FileFormat.GENBANK); // the desired output format
5757
```
5858

59+
* dnaVerification
60+
61+
```
62+
client.dnaVarification(
63+
"./data/dna.fasta", // input sequence
64+
"./data/constraints.scl", // synthesis constraints
65+
"./data/patterns.fasta"); // sequence patterns
66+
```
67+
5968
## Examples
6069

6170
An example of invoking every supported method is provided in the [DemoClient](https://github.com/eoberortner/BOOST-REST-Client/blob/master/src/test/java/gov/doe/jgi/boost/client/DemoClient.java)

0 commit comments

Comments
 (0)