nf-core / seqinspector

QC pipeline to inspect your sequences
https://nf-co.re/seqinspector
MIT License
7 stars 21 forks source link

add module bbmap/clumpify #48

Closed erkutilaslan closed 4 weeks ago

erkutilaslan commented 4 weeks ago

PR checklist

erkutilaslan commented 4 weeks ago

this commit is without nf-tests I will do another pull request after running nf-tests

MatthiasZepper commented 4 weeks ago

For the future: You could have left the PR open or converted it back into a draft PR. By pushing more commits to the respective branch, you can also modify it after opening.

I would also recommend creating a new feature branch for every new feature that you are developing, so instead of committing and pushing your changes to the dev branch of your fork, to create a separate branch with git checkout -b "name_of_your_branch"

You can also edit the base and reference branches, so reopen this PR instead of a new one. As you like.