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 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
- Fork the nf-core/test-datasets repository to your GitHub account
- Create a new branch on your fork
- Check your proposed test data follows the guidelines
- Add your test dataset
- If you clone it locally use
git clone <url> --branch <branch> --single-branch
- If you clone it locally use
- 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