# nf-core-test-modules **Repository Path**: mirrors_grst/nf-core-test-modules ## Basic Information - **Project Name**: nf-core-test-modules - **Description**: Nextflow pipeline to run all tests from the nf-core-modules repository" - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```bash find -L workflow-dirs -maxdepth 4 -type f -exec tar -rvhf workflow-dirs.tar.gz {} \; ``` to pack up the `workflow-dirs` directory.