Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ read_data (intermittent data files from your fastq files)
```

# How to contribute to this repository
Todo, but generally: make a branch for your new feature, make changes, commit them, merge into main, then make a pull request.
this needs more detail, but basically:

* make a branch for your feature
* implement
* merge into dev main
* tests will run when you do this
Loading