×

nf-core/hifitrimmer/processblast @ 0.0.0-0c7146d

Run hifi_trimmer process_blast to process a BLAST search of adapter sequences against PacBio HiFi reads. Primary output is a BED describing regions to exclude, a json of summary information, and an optional hits file.

Latest version: 0.0.0-6c4ed3a
Total downloads: 6
Source: nf-core/modules
Authors: @sainsachiko
Maintainers: @sainsachiko

Summary

Run hifi_trimmer process_blast to process a BLAST search of adapter sequences against PacBio HiFi reads. Primary output is a BED describing regions to exclude, a json of summary information, and an optional hits file.

Get started

Add the following snippet to your workflow script to include this module.

include { HIFITRIMMER_PROCESSBLAST } from 'nf-core/hifitrimmer/processblast'

License

MIT License

Process
Name HIFITRIMMER_PROCESSBLAST
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

blast file

BLAST TSV output file used by hifi_trimmer (e.g. .blast, .out). Must be generated using "blastn -query -db <adapter_db> -outfmt '6 std qlen'".

*.blast
#2 tuple
meta1 map

Groovy Map containing sample information e.g. [ id:'sample1' ]

yaml file

YAML file contain trimming/filtering configuration for hifi_trimmer

*.{yaml,yml}
Output 4 channels
#1 bed tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.bed.gz file

Gzipped BED file of selected reads

*.bed.gz
#2 hits tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.hits file

Optional hits file produced by hifi_trimmer (may be absent when no hits found or '-hf' is not specified)

*.hits
#3 summary tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

*.summary.json file

JSON summary including trimming and filtering information

*.summary.json
#4 versions_hifitrimmer tuple
${task.process} string

The name of the process

hifi_trimmer string

The name of the tool

hifi_trimmer --version | cut -d' ' -f3 eval

The expression to obtain the version of the tool

Tool Description Homepage
hifi_trimmer hifi_trimmer: tools for processing HiFi read BLAST results and filtering/trimming BAM files to output processed FASTA/FASTQ and accompanying summary and hit (optional) files. https://github.com/sanger-tol/hifi-trimmer
Version 0.0.0-0c7146d
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 08 Apr 2026 19:09:10 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fhifitrimmer%2Fprocessblast/0.0.0-0c7146d/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/hifitrimmer/processblast/blobs/sha256:a2cace04214262199a4f6806bdeeafe854e63a5a39ba699a7c957d105488f27a
Size 3.2 KB
Checksum sha256:a2cace04214262199a4f6806bdeeafe854e63a5a39ba699a7c957d105488f27a
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:23:55 (UTC) 3 3.3 KB
0.0.0-0c7146d 08 Apr 2026 19:09:10 (UTC) 3 3.2 KB