File size: 840 Bytes
285ca2e
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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