Closed erkutilaslan closed 4 weeks ago
this commit is without nf-tests I will do another pull request after running nf-tests
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.
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).