Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.7 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.7 KB

Kbase_Developer_FAQ

Kbase_Developer_FAQ

So you want to be a kbase developer? Great! We need more people like you.

If you are reading this guide, it is assumed that you

The purpose of this guide is to answer frequently asked questions, provide solutions for common tasks, and provide more comprehensive links and examples.

Check out

Check out a good example app that shows

  • How to organize code neatly
  • How to use docstrings
  • How to use datafileutils
  • How to use kbasereports to generate a report

kb_maxbin

HOWTO guides

  • How to store ephemeral files with scratch
  • How to generate an HTML report with file attachments
  • How to attach extra output files to a report
  • How to use HTML templating in your report
  • How to speed up your SDK tests
  • How to upload and download genome data
  • How to run processes in parallel
  • How to use a 3rd-party program in your app
  • How to use pip packages in your app
  • How to preview HTML report output