Closed jonasscheid closed 11 months ago
nf-core lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit e9a7527
+| ✅ 158 tests passed |+
!| ❗ 5 tests had warnings |!
There is an issue with adding extra features via psmfeatureextractor: If ms2rescore removes peptides for some reason (e.g. ms2pip does not support selenocysteine (U)), then the features of ms2pip are not present in the peptideHit. Unfortunately, psmfeatureextractor removes features that are not present in ALL peptideHits, meaning all ms2pip features are not added as extra features. We need to change psm_utils such that when updating peptideHits with rescoring features we make sure we remove every peptideHit that is not present in the psm_list of ms2rescore. Or we apply a filter within the ms2rescore_cli script
My test run should be finished tomorrow
Addressing #288
test_full
from gh actions since this should be only used on the release PR. In the next refactoring iteration, a smaller sized quantification test will be implemented to cover the quant subworkflowPR 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).