Skip to content

Add TFLink post-ranking annotation with report integration#68

Merged
nictru merged 3 commits intodevfrom
tflink
Apr 9, 2026
Merged

Add TFLink post-ranking annotation with report integration#68
nictru merged 3 commits intodevfrom
tflink

Conversation

@nictru
Copy link
Copy Markdown
Collaborator

@nictru nictru commented Apr 9, 2026

Summary

  • add a new modules/local/tflink/annotate module that post-processes ranking outputs with strict TFLink schema parsing and emits annotated TF/TG tables, edge-level annotations, and per-assay summaries
  • wire TFLink path resolution through iGenomes (tflink_file per supported genome) with explicit parameter override support, then execute annotation after ranking without altering core inference or downstream FIMO behavior
  • integrate TFLink metrics into report preprocessing, publish dedicated outputs under 05_ranking/07_tflink_annotation, and update schema/docs/citations plus module tests with inline fixtures

Closes #67.

Test plan

  • conda run -n nf-core nf-test test modules/local/tflink/annotate/tests/main.nf.test
  • bash testing/run.sh

Made with Cursor

@nf-core-bot
Copy link
Copy Markdown
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.5.1.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 4c6511b

+| ✅ 213 tests passed       |+
#| ❔   4 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗   3 tests had warnings |!
Details

❗ Test warnings:

  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required

❔ Tests ignored:

❔ Tests fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2026-04-09 19:45:32

@nictru nictru merged commit 0d13d2d into dev Apr 9, 2026
22 of 24 checks passed
@nictru nictru deleted the tflink branch April 9, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TFLink pure-annotation step as separate module (no inference changes)

2 participants