Skip to content

smagala/test-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Test data to be used for automated testing with the ph-core pipelines

⚠️ Do not merge your test data to master! Each pipeline has a dedicated branch (and a special one for modules)

Introduction

ph-core is a collection of high quality Nextflow pipelines with an focus on public health, following the template established by the nf-core community and tools. This repository contains various files for CI and unit testing of ph-core pipelines and infrastructure.

The principle for ph-core test data is as small as possible, as large as necessary. Please see the guidelines for more detailed information.

Documentation

ph-core/test-datasets comes with documentation in the docs/ directory:

  1. Add a new test dataset
  2. Use an existing test dataset

Downloading test data

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

  1. From stackoverflow

About

ph-core version of nf-core/test-datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published