×

Nextflow Modules

Clear

Showing module(s) with keyword "ont"

Module Keywords Description
nf-core/modkit/bedmethyltobigwig long-read ont methylation Convert a bedMethyl file to bigWig format using modkit
nf-core/modkit/callmods methylation ont long-read Call mods from a modbam, creates a new modbam with probabilities set to 100% if a base modification is called or 0% if called canonical
nf-core/modkit/extractcalls modkit methylation extract calls read-level modbam nanopore ont Produce a per-read per-position table of base modification **calls** (pass/fail/filtered, with the called base) from a modBAM using the same thresholding algorithm as `modkit pileup`. Complementary to `modkit extract full`, which emits raw probabilities: `extract calls` emits the thresholded categorical decision per site per read.
nf-core/modkit/extractfull modkit methylation extract read-level modbam nanopore ont Transform the probabilities from the MM/ML tags in a modBAM into a tab-separated per-read-per-position table. Emits one row for every modified-base probability call in every read — useful for downstream custom filtering, plotting, and ML training. Optionally BGZF-compressed via `--bgzf` in `ext.args`.
nf-core/modkit/pileup methylation ont long-read A bioinformatics tool for working with modified bases
nf-core/modkit/repair methylation ont long-read Repair the MM/ML tags on trimmed or hard-clipped ONT reads using untrimmed ONT reads.
nf-core/polypolish/polish assembly polishing genome polishing ont Polishing genome assemblies with short reads.
nf-core/ultra/align uLTRA align minimap2 long_read isoseq ont uLTRA aligner - A wrapper around minimap2 to improve small exon detection - Map reads on genome
nf-core/ultra/index uLTRA index minimap2 long_read isoseq ont uLTRA aligner - A wrapper around minimap2 to improve small exon detection - Index gtf file for reads alignment
nf-core/ultra/pipeline uLTRA index minimap2 long_read isoseq ont uLTRA aligner - A wrapper around minimap2 to improve small exon detection