For example:
console = Packages.net.bioclipse.util.BioclipseConsole;
moby = Packages.net.bioclipse.biomoby.ui.scripts.MobyServiceScripting;
biojava = Packages.net.bioclipse.biojava.scripts.BioJavaScripting;
prot=moby.downloadGenbank("NCBI_GI","111076");
seq=biojava.parseString(prot);
fasta=biojava.toFasta(seq);
console.writeToConsole(fasta);
Today he explained how to create convenience JavaScript shortcut, to reduce the typing.
Screenshots and status of the Bioclipse-BioMoby work is available from the wiki.
No comments:
Post a Comment