`craftbox` is a curated collection of custom scripts and utilities designed to tackle context-specific tasks.
Emphasizing the Viash principles, `craftbox` components aim for **reusability**, **reproducibility**, and adherence to **best practices**. Key features generally include:
***Standalone&Nextflow Ready:** Components are built to run directly via the command line or be smoothly integrated into Nextflow workflows.
***CustomImplementations:** Contains scripts and tools developed for particular tasks that may not be found in broader collections.
***HighQuality Standards (promoted by Viash):**
*Clear documentation for components and their parameters.
*Full exposure of underlying script/tool arguments for fine-grained control.
*Containerized (Docker) to ensure dependency management and a consistent, reproducible runtime environment.
*Unit tested where applicable to ensure components function as expected.