grst / nf-core-test-modules

Nextflow pipeline to run all tests from the nf-core-modules repository"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow to test nf-core modules

A nextflow-inception: run a nextflow pipeline to run pytest-workflow which runs nextflow. This workflow can be used to run all module-tests from nf-core/modules locally.

Hint:

use

find  -L  workflow-dirs -maxdepth 4 -type f -exec tar -rvhf workflow-dirs.tar.gz {} \;

to pack up the workflow-dirs directory.

About

Nextflow pipeline to run all tests from the nf-core-modules repository"


Languages

Language:Nextflow 86.7%Language:Shell 13.3%