|
# How to add and use new test dataset |
|
|
|
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. |
|
|
|
- [ ] Check [here](https://github.com/nf-core/test-datasets/branches/all) that there isn't already a branch containing data that could be used |
|
- 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) |
|
- [ ] Fork the [nf-core/test-datasets repository](https://github.com/nf-core/test-datasets) to your GitHub account |
|
- [ ] Create a new branch on your fork |
|
- [ ] Add your test dataset |
|
- [ ] Make a PR on a new branch with a relevant name |
|
- [ ] Wait for the PR to be merged |
|
- [ ] Use this newly created branch for your tests |
|
|