Skip to content

Commit c645fe2

Browse files
authored
Merge pull request nf-core#1654 from nf-core/docs-update
Update USE_EXISTING_DATA.md to latest test links, add reference to ot…
2 parents 5815d2c + 5d77226 commit c645fe2

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/USE_EXISTING_DATA.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5-
- [ ] Check [here](https://github.com/nf-core/test-datasets/branches/all) to find the branch corresponding to the test dataset you want to use
6-
- [ ] Specify in the `conf/test.config` the path to the files from the test dataset
7-
- [ ] Set up your CI tests following the nf-core best practices (cf [.github/workflows/ci.yml template](https://github.com/nf-core/tools/blob/dev/nf_core/pipeline-template/.github/workflows/ci.yml))
5+
- [ ] Check [here](https://github.com/nf-core/test-datasets/branches/all) to find the branch corresponding to the test dataset you want to use (i.e., `modules`, or a given pipeline)
6+
- [ ] Alternatively use nf-core tools to search and explore, e.g. `nf-core test-datasets list` (press tab for options), and then `nf-core test-datasets search -b modules fasta` (press tab for options)
7+
- [ ] You can also use the flag `--generate-nf-path` to generate config ready strings
8+
- [ ] Specify in the `conf/test.config` the path to the files from the test dataset
9+
- [ ] Set up your CI tests following the nf-core best practices
10+
- [ ] For pipelines: [tests/default.nf.test](https://github.com/nf-core/tools/blob/main/nf_core/pipeline-template/tests/default.nf.test))
11+
- [ ] For modules: [tests/main.nf.test](https://github.com/nf-core/tools/blob/main/nf_core/module-template/tests/main.nf.test.j2)

0 commit comments

Comments
 (0)