Skip to content

Terminal runnable script to translate nucleotide sequence to amino acids based on codon table.

Notifications You must be signed in to change notification settings

tinypersimmon/nucleotide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To run, please use these commands:

javac --release 14 --enable-preview -Xlint:preview Translate.java
java --enable-preview Translate [insert sequence]

About

Terminal runnable script to translate nucleotide sequence to amino acids based on codon table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages