Skip to main content

Submitting a genbank file to LIMS

Comments

1 comment

  • Richard Moir

    PluginUtilities.exportDocuments() is the easiest way to to do this:

    File tempFile = FileUtilities.createTempFile("temp", ".gb", true);
    PluginUtilities.exportDocuments(tempFile, myDocument);
    0

Please sign in to leave a comment.