|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
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 |
13 | | - - [ ] Wait for the PR to be merged |
14 | | - - [ ] Use this newly created branch for your tests |
| 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 |
| 13 | +- [ ] Wait for the PR to be merged |
| 14 | +- [ ] Use this newly created branch for your tests |
0 commit comments