Skip to content

Commit 8562dfa

Browse files
committed
Adding missing parts of the files to data-sets files
1 parent 0de3998 commit 8562dfa

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Test data to be used for automated testing with the nf-core pipelines
55
66
## Introduction
77

8-
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.
8+
This repository contains various files for CI and unit testing of nf-core pipelines and infrastructure.
99

1010
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.
1111

docs/ADD_NEW_DATA.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested when adding a new test dataset.
44

5-
- [ ] Check [here](https://github.com/nf-core/test-datasets/branches/all) that there isn't already a branch containing data that could be used
6-
- If this is the case, follow the [documentation on how to use an existing test dataset](https://github.com/nf-core/test-datasets/blob/master/docs/USE_EXISTING_DATA.md)
7-
- [ ] Fork the [nf-core/test-datasets repository](https://github.com/nf-core/test-datasets) to your GitHub account
8-
- [ ] Create a new branch on your fork
9-
- [ ] Check your proposed test data follows the [guidelines](https://nf-co.re/docs/contributing/test_data_guidelines)
10-
- [ ] Add your test dataset
11-
- [ ] If you clone it locally use `git clone <url> --branch <branch> --single-branch`
12-
- [ ] Make a PR on a new branch with a relevant name
5+
- [x] Check [here](https://github.com/nf-core/test-datasets/branches/all) that there isn't already a branch containing data that could be used
6+
- If this is the case, follow the [documentation on how to use an existing test dataset](https://github.com/nf-core/test-datasets/blob/master/docs/USE_EXISTING_DATA.md)
7+
- [x] Fork the [nf-core/test-datasets repository](https://github.com/nf-core/test-datasets) to your GitHub account
8+
- [x] Create a new branch on your fork
9+
- [x] Check your proposed test data follows the [guidelines](https://nf-co.re/docs/contributing/test_data_guidelines)
10+
- [x] Add your test dataset
11+
- [x] If you clone it locally use `git clone <url> --branch <branch> --single-branch`
12+
- [x] Make a PR on a new branch with a relevant name
1313
- [ ] Wait for the PR to be merged
1414
- [ ] Use this newly created branch for your tests

docs/USE_EXISTING_DATA.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)