Closed sminot closed 1 year ago
Test data in https://github.com/nf-core/test-datasets/pull/1008
nf-core lint
overall result: Failed :x:Posted for pipeline commit 8ca115e
+| ✅ 148 tests passed |+
#| ❔ 3 tests were ignored |#
!| ❗ 2 tests had warnings |!
-| ❌ 5 tests failed |-
Thanks! That looks indeed elegant, going to test it today and give feedback.
Ok, I think I'm in good shape now, @d4straub
Let me know what you think!
The test validation piece is not something I'm familiar with, so I might just vote for merging as-is and adding in those additional files in a subsequent PR.
It does appear that I cannot merge with the tests failing. If you could squash and merge that would be greatly appreciated!
Thanks also for all your help as I was getting this together @d4straub. My first real contribution to nf-core!
This PR addresses the issue that when samples fail to pass the filtering threshold, they will:
I've added a test case to reproduce the bug, and the code I've added should address it.
This should be a better solution than what is outlined in #638 (which I'm now closing)
PR checklist
nf-core lint
).nextflow run . -profile 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).