Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.48 KB

kb_sdk_deploy.md

File metadata and controls

24 lines (17 loc) · 1.48 KB
  1. Install SDK Dependencies
  2. Install SDK with Docker
  3. Create Module
  4. Edit Module and Method(s)
  5. Implement Method(s)
  6. Specify User Interface
  7. Locally Test Module and Method(s)
  8. Register Module
  9. Test in KBase
  10. Complete Module Info
  11. Deploy

11. Deploy Module

Go to your module page in the App Catalog (e.g., https://appdev.kbase.us/#appcatalog/module/kb_trimmomatic). If you are listed as an owner, you’ll see a ‘Module Admin Tools’ menu. If you expand that, there is a button to migrate the dev version to beta (which can be seen by the public), and another button to request a new release from beta.

Please bear in mind that for public release, your Module MUST meet all the requirements laid out in the KBase SDK Policies. We reserve the right to delay public release of SDK Modules until all requirements are met. Please take the time to familiarize yourself with these policies to avoid delay in releasing your Module.

[Back to top]
[Back to steps]