nf-core/hifitrimmer/processblast @ 0.0.0-6c4ed3a
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
Name
|
HIFITRIMMER_PROCESSBLAST |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
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
|
meta1
map
|
Groovy Map containing sample information e.g. |
|---|---|
yaml
file
|
YAML file contain trimming/filtering configuration for *.{yaml,yml}
|
bed
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.bed.gz
file
|
Gzipped BED file of selected reads *.bed.gz
|
hits
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.hits
file
|
Optional hits file produced by hifi_trimmer (may be absent when no hits found or '-hf' is not specified) *.hits
|
summary
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
*.summary.json
file
|
JSON summary including trimming and filtering information *.summary.json
|
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-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:23:55 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fhifitrimmer%2Fprocessblast/0.0.0-6c4ed3a/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/hifitrimmer/processblast/blobs/sha256:c1d5d1dd9d4c20ebf3e3e88a0a68a053f35c3e823af9832c5c5c75ce82558b02 |
| Size | 3.3 KB |
| Checksum | sha256:c1d5d1dd9d4c20ebf3e3e88a0a68a053f35c3e823af9832c5c5c75ce82558b02 |
| 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 |