Skip to content

Commit

Permalink
docs: use nf-core modules create
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool authored Dec 15, 2023
1 parent 60d50f4 commit e151abe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Contributing to nf-modules

Create a new module with:

```sh
nf-core modules create
```

Follow the prompts to name the module, set author information, etc.
Then edit the `meta.yml` and `main.nf` files as needed.

## Unit tests

Once you've written or updated a module under `modules/CCBR/[module-name]` and
Expand Down

0 comments on commit e151abe

Please sign in to comment.