Files
craftbox/_viash.yaml
CI 8ac9838721 Build branch main with version main (1c2d4e9)
Build pipeline: viash-hub.craftbox.main-xsbs6

Source commit: 1c2d4e9054

Source message: Update readme and metadata (#11)

* update readme and metadata

* update github action

* apply changes
2025-05-07 13:51:35 +00:00

26 lines
1.3 KiB
YAML

name: craftbox
summary: |
A collection of custom-tailored scripts and applied utilities built with Viash.
description: |
`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.
* **Custom Implementations:** Contains scripts and tools developed for particular tasks that may not be found in broader collections.
* **High Quality 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.
keywords: [scripts, custom, implementations, utilities]
license: MIT
links:
issue_tracker: https://github.com/viash-hub/craftbox/issues
repository: https://github.com/viash-hub/craftbox
viash_version: 0.9.4
config_mods: |
.requirements.commands := ['ps']