Update internal repo docs for adding modules #2047
Conversation
Updated the instructions for adding new test datasets, including a checklist for contributors.
Updated instructions for using new test data after PR merge.
| 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. | ||
|
|
||
| - [ ] Familiarise yourself with the test-data [specifications](https://nf-co.re/docs/specifications/test-data/overview). | ||
| - [ ] Check [here](https://github.com/nf-core/test-datasets/branches/all) that there isn't already a branch containing data that could be used. |
There was a problem hiding this comment.
not sure about this point...
There was a problem hiding this comment.
I've jsut copied from the master branch docs which seems to be more up to date
| - [ ] Create a new branch on your fork. | ||
| - [ ] Check your proposed test data follows the [guidelines](https://nf-co.re/docs/contributing/test_data_guidelines). | ||
| - [ ] Add your test dataset. | ||
| - [ ] Warning: this repository is extremely large. If you clone locally, ensure you use the command `git clone <url> --branch <branch> --single-branch` to clone only the branch of interest. |
There was a problem hiding this comment.
this should be before the fork imo, usually people fork and clone at once
There was a problem hiding this comment.
Eh? I don't follow.
You would need to fork to your account, and then you would clone that, no?
There was a problem hiding this comment.
yep, but people at this step usually already fork + clone, so will not read the next point before cloning.
There was a problem hiding this comment.
Ok I didn't know you can fork and clone at the same time, so please make a suggestion 😬
There was a problem hiding this comment.
it's not really at the same time, but for example if you run gh repo fork, after you accept to fork you get immediately prompted if you also want to clone it.
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
| - [ ] 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. | ||
| - [ ] Warning: this repository is extremely large. If you clone locally, ensure you use the command `git clone <url> --branch <branch> --single-branch` to clone only the branch of interest. |
There was a problem hiding this comment.
| - [ ] 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. | |
| - [ ] Warning: this repository is extremely large. If you clone locally, ensure you use the command `git clone <url> --branch <branch> --single-branch` to clone only the branch of interest. | |
| - [ ] Fork the [nf-core/test-datasets repository](https://github.com/nf-core/test-datasets) to your GitHub account. | |
| - [ ] Warning: this repository is extremely large. If you clone locally, ensure you use the command `git clone <url> --branch <branch> --single-branch` to clone only the branch of interest. | |
| - [ ] Create a new branch on your fork. | |
| - [ ] Add your test dataset. |
No description provided.