mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-11 04:23:10 +00:00
034020e202
Co-Authored-By: Phil Ewels <phil.ewels@scilifelab.se>
23 lines
873 B
Markdown
23 lines
873 B
Markdown
---
|
|
name: New Config
|
|
about: A new cluster config
|
|
---
|
|
|
|
Please follow these steps before submitting your PR:
|
|
|
|
* [ ] If your PR is a work in progress, include `[WIP]` in its title
|
|
* [ ] Its commits' summaries are reasonably descriptive
|
|
* [ ] Your PR targets the `master` branch
|
|
* [ ] You've included links to relevant issues, if any
|
|
|
|
* [ ] Add your custom config file to the `conf/` directory
|
|
* [ ] Add your documentation file to the `docs/` directory
|
|
* [ ] Add your custom profile to the `nfcore_custom.config` file in the top-level directory
|
|
* [ ] Add your custom profile to the `README.md` file in the top-level directory
|
|
* [ ] Add your profile name to the `profile:` scope in `.github/workflows/main.yml`
|
|
|
|
Please see [uploading to
|
|
`nf-core/configs`](https://github.com/nf-core/configs#uploading-to-nf-coreconfigs)
|
|
for more details.
|
|
|
|
Thank you for contributing to nf-core!
|