Skip to content

Frederooni/JavaPrimer3

Repository files navigation

JavaPrimer3

A Java port of Primer3's "thal" function. Maybe later I will add the "oligotm" function.

To build the JavaPrimer3 jar file run:

./gradlew assemble

To run a command-line test do this:

java -jar ./build/libs/JavaPrimer3.jar oligo1 [oligo2]

The original C version of Primer3 is here.

TODO

Add oligotm() function.

About

Primer3's "thal" function ported to pure Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published