Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 773 Bytes

DEVELOPMENT.md

File metadata and controls

13 lines (10 loc) · 773 Bytes

Development guide

  • This tool is written in Python 3, follow set up instructions to install required packages.
  • To add new functionality to the tool, create a new python script inside the modules/ directory
  • Add new modules to modules/__init__.py as required
  • Currently, all non nf-core specific functionality is being built in modules/create_custom.py
  • For each function, add a comment box to describe what it does
  • Use TODO comments to track incomplete sections

Resources