Skip to content

Conversation

@GERMAN00VP
Copy link

Still waiting for bioconda to upload the Biocontainer image of the core package (priorcons)

priorcons: integrate_consensus module – generates high-quality viral consensus sequences by integrating a mapping consensus with ABACAS consensus sequences using empirically built evolutionary priors. The integration fills missing or low-quality regions to increase genome coverage.

Detailed description

This module wraps the PriorCons integrate_consensus.py script. It produces an integrated consensus by combining a mapping consensus sequence with an ABACAS consensus sequence, applying window-level quality control using priors. The module outputs:

  • Integrated consensus FASTA (-INTEGRATED.fasta)

  • Window QC trace CSV (windows_trace.csv)

  • Consensus QC summary JSON (qc.json)

Notes / limitations:

  • The module cannot yet use containers because the PriorCons package was recently submitted to Bioconda, and the corresponding Biocontainer image is not yet available. Users must rely on the Conda environment (environment.yml) for now.

  • The build_priors module, which generates the priors table required by this module, is being developed in parallel by a colleague and will be submitted in a separate PR.

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

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.

1 participant