Skip to content

Instantly share code, notes, and snippets.

@kellyrob99
Created October 18, 2011 17:30
Show Gist options
  • Save kellyrob99/1296046 to your computer and use it in GitHub Desktop.
Save kellyrob99/1296046 to your computer and use it in GitHub Desktop.
BioGroovy with args
@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(args? args[0] : '').RNASequence
println rna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment