Skip to content

Instantly share code, notes, and snippets.

@olas
Created August 6, 2009 17:00
Show Gist options
  • Save olas/163440 to your computer and use it in GitHub Desktop.
Save olas/163440 to your computer and use it in GitHub Desktop.
// Download, translate, and align sequences
dl = biows.queryEMBL("Z54287,Z54289");
prots = biojava.DNAtoProtein(dl);
aln = kalignws.alignProteins(prots);
js.print(aln.get(0));
js.print(aln.get(1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment