Skip to content

Instantly share code, notes, and snippets.

@kellyrob99
Created October 16, 2011 22:03
Show Gist options
  • Save kellyrob99/1291488 to your computer and use it in GitHub Desktop.
Save kellyrob99/1291488 to your computer and use it in GitHub Desktop.
BioGroovy 'Hello World' updated for v3.0.2 of BioJava
@GrabResolver(name='biojava', root='http://www.biojava.org/download/maven/')
@Grab('org.biojava:biojava3-core:3.0.2')
import org.biojava3.core.sequence.*;
rna = new DNASequence("atgccgaatcgtaa").RNASequence
println rna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment