Skip to content

Commit f6bcf8d

Browse files
committed
Add initial set of test data, using nf-core/rnaseq's test data
1 parent b5ea846 commit f6bcf8d

3 files changed

Lines changed: 9 additions & 36 deletions

File tree

README.md

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,8 @@
1-
# ![nfcore/test-datasets](docs/images/test-datasets_logo.png)
1+
# test-datasets: `genomicrelatedness`
22

3-
Test data to be used for automated testing with the nf-core pipelines
3+
This branch contains test data to be used for automated testing with the [nf-core/genomicrelatedness](https://github.com/nf-core/genomicrelatedness) pipeline.
44

5-
> ⚠️ **Do not merge your test data to `master`! Each pipeline has a dedicated branch (and a special one for modules)**
5+
## Content of this repository
66

7-
## Introduction
8-
9-
nf-core is a collection of high quality Nextflow pipelines. This repository contains various files for CI and unit testing of nf-core pipelines and infrastructure.
10-
11-
The principle for nf-core test data is as small as possible, as large as necessary. Please see the [guidelines](https://nf-co.re/docs/contributing/test_data_guidelines) for more detailed information. Always ask for guidance on the [nf-core slack](https://nf-co.re/join) before adding new test data.
12-
13-
## Documentation
14-
15-
nf-core/test-datasets comes with documentation in the `docs/` directory:
16-
17-
1. [Add a new test dataset](https://github.com/nf-core/test-datasets/blob/master/docs/ADD_NEW_DATA.md)
18-
2. [Use an existing test dataset](https://github.com/nf-core/test-datasets/blob/master/docs/USE_EXISTING_DATA.md)
19-
20-
## Downloading test data
21-
22-
Due the large number of large files in this repository for each pipeline, we highly recommend cloning only the branches you would use.
23-
24-
```bash
25-
git clone <url> --single-branch --branch <pipeline/modules/branch_name>
26-
```
27-
28-
To subsequently clone other branches[^1]
29-
30-
```bash
31-
git remote set-branches --add origin [remote-branch]
32-
git fetch
33-
```
34-
35-
## Support
36-
37-
For further information or help, don't hesitate to get in touch on our [Slack organisation](https://nf-co.re/join/slack) (a tool for instant messaging).
38-
39-
[^1]: From [stackoverflow](https://stackoverflow.com/a/60846265/11502856)
7+
`data/high_conf.vcf.gz`: Substitute for a high-confidence variant set. This file is created during a standard workflow of this pipeline using [nf-core/rnaseq's](https://github.com/nf-core/rnaseq) test samples
8+
`samplesheet/samplesheet.csv`: Samplesheet containing some of [nf-core/rnaseq's](https://github.com/nf-core/rnaseq) test samples

data/high_conf.vcf.gz

51.1 KB
Binary file not shown.

samplesheet/samplesheet.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sample,fastq_1,fastq_2,RGID,RGLB,RGPL,RGPU,RGSM
2+
WT_REP1,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357070_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357070_2.fastq.gz,1,lib1,test,A,WT_REP1_A
3+
WT_REP1,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357071_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357071_2.fastq.gz,2,lib1,test,B,WT_REP1_B
4+
WT_REP2,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357072_1.fastq.gz,https://raw.githubusercontent.com/nf-core/test-datasets/rnaseq/testdata/GSE110004/SRR6357072_2.fastq.gz,1,lib1,test,C,WT_REP2_C

0 commit comments

Comments
 (0)