Skip to content

Commit 3b6777b

Browse files
authored
Merge pull request #700 from nf-core/readme-update
Update README to mention guidelines
2 parents bfb959f + 41d1805 commit 3b6777b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

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

88
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.
99

10-
The principle for nf-core test data is as small as possible, as large as necessary. Always ask for guidance on the [nf-core slack](https://nf-co.re/join) before adding new test data.
10+
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

1212
## Documentation
1313

docs/ADD_NEW_DATA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Please fill in the appropriate checklist below (delete whatever is not relevant)
66
- 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)
77
- [ ] Fork the [nf-core/test-datasets repository](https://github.com/nf-core/test-datasets) to your GitHub account
88
- [ ] 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)
910
- [ ] Add your test dataset
1011
- [ ] If you clone it locally use `git clone <url> --branch <branch> --single-branch`
1112
- [ ] Make a PR on a new branch with a relevant name

0 commit comments

Comments
 (0)