- 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