This contains test data for the nextflow modules and pipelines.
⚠️ Do not merge your test data to themain
branch! Each pipeline and module has a dedicated branch.
The structure of this repository is inspired by nf-core/test-datasets.
Check to see if a branch already exists for the module or pipeline you want to test. If not, create a new branch and commit your data there.
Due the large number of large files in this repository for each pipeline, we highly recommend cloning only the branches you would use.
git clone <url> --single-branch --branch <pipeline/modules/branch_name>
To subsequently clone other branches1
git remote set-branches --add origin [remote-branch]
git fetch
Footnotes
-
From stackoverflow ↩