Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.87 KB

File metadata and controls

42 lines (29 loc) · 1.87 KB

README

BioKotlin supports nucleotide and protein sequence manipulation, fast sequence IO, alignment, motif, pathway support.

BioKotlin leverages the performance and type safety of the JVM languages with ease of Python like scripting. Because the Kotlin language is compiled, it can be many times faster for certain applications than scripting languages. Because it uses the JVM, we expect high interoperability with GATK, SamTools HTSJDK, BioJava, TASSEL for GWAS and Genome Wide Prediction, and the PHG - the pangenome representation. Additionally, since we have mimicked the beautiful API of BioPython, we expect fast and efficient interoperability with BioPython through GraalVM.

You can follow our current progress at our GitHub Page

BioKotlin Links

How to Use

Who do I talk to?