Test data to be used for automated testing with the Bioinformatics-Munich pipelines
⚠️ Do not merge your test data tomaster! Each pipeline has a dedicated branch
This repository contains various files for CI and unit testing of Bioinformatics-Munich pipelines and infrastructure and is built based on principles and contents from nf-core.
The principle for test data is as small as possible, as large as necessary.
Bioinformatics-Munich/test-datasets comes with documentation in the docs/ directory, based on the one from nf-core:
Due the potentially 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 fetchFor further information or help, don't hesitate to get in touch with us.
Footnotes
-
From stackoverflow ↩