Conversation
|
… logos Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…cal resource config
Implement a new mgnify-assembly annotation mode for metagenomic assemblies:
- Skip FILTER_RFAM_CM (full Rfam.cm used directly)
- Use 50 Mbp genome chunks by default
- Pass --noali --hmmonly -Z 1000 --cut_ga flags to cmsearch
- Add --include_prokaryotic_rrna flag to parse_rfam_results.py to retain
bacterial and archaeal rRNA hits (SSU/LSU) filtered out in Ensembl modes
- Wire mode-specific ext.args in conf/modules.config
- Add mgnify-assembly to nextflow_schema.json mode enum
Also rewrite docs/usage.md and docs/output.md with real ncrnaflow content
(all three modes, HPC/SLURM examples, params file usage, output column
descriptions, biotype reference table) and add assets/params_example.yaml.
…g. add ncrnaflow.svg generated with nf-metro
Vicbeg
reviewed
Mar 4, 2026
Vicbeg
reviewed
Mar 4, 2026
Vicbeg
reviewed
Mar 5, 2026
Vicbeg
reviewed
Mar 5, 2026
Vicbeg
reviewed
Mar 5, 2026
Collaborator
There was a problem hiding this comment.
Current coverage is mostly an end-to-end snapshot test in tests/default.nf.test, with no direct unit tests for bin/parse_rfam_results.py, bin/filter_rfam_cm.py, or bin/rfam_to_formats.py. This leaves parsing/filtering edge-case regressions under-protected unless they visibly alter final snapshots.
Vicbeg
reviewed
Mar 5, 2026
Vicbeg
reviewed
Mar 5, 2026
Vicbeg
reviewed
Mar 5, 2026
Vicbeg
requested changes
Mar 5, 2026
Collaborator
Vicbeg
left a comment
There was a problem hiding this comment.
Generally looks well written, but I have added a few comments to consider/address. I haven't yet run the pipeline myself as I wanted to run the test profile but was unable to since currently I would have to provide some files myself. I think it is necessary to add some small test files for nf-core standards.
…ull Rfam query to primary
… matching ensembl-anno behaviour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add first version of the pipeline