nf-core/artic/aligntrim @ 0.0.0-0c7146d
Summary
Standalone version of fieldbioinformatics aligntrim. Soft clips amplicon scheme primer sites in BAM/SAM files.
Get started
Add the following snippet to your workflow script to include this module.
include { ARTIC_ALIGNTRIM } from 'nf-core/artic/aligntrim'
License
MIT License
Name
|
ARTIC_ALIGNTRIM |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
samfile
file
|
BAM or SAM file containing aligned reads *.{bam,sam}
|
scheme_bed
file
|
BED file containing amplicon scheme primer locations *.bed
|
normalise_depth
integer
|
Normalise the read depth to this value |
sort_bam
boolean
|
Optionally sort the BAM file after trimming |
|---|
amp_depth_report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.amp_depth_report.tsv
file
|
TSV report containing mean depth per amplicon *.amp_depth_report.tsv
|
align_trim_report
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.align_trim_report.tsv
file
|
TSV report containing full details of primer trimming for each read / read pair *.align_trim_report.tsv
|
primertrimmed_bam
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
*.primertrimmed*.bam
file
|
BAM file with primer sequences soft clipped *.primertrimmed*.bam
|
versions_align_trim
tuple
${task.process}
string
|
The name of the process |
|---|---|
align_trim
string
|
The name of the tool |
align_trim --version | sed 's/align_trim //'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| align_trim | ARTIC align_trim: A tool for trimming amplicon sequencing primers from aligned reads. | https://github.com/artic-network/align_trim |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 08 Apr 2026 18:43:20 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fartic%2Faligntrim/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/artic/aligntrim/blobs/sha256:106b4d426a0c99b8c8397b000dcecdbf8b55185166816d1f7cd9082bbc4d11b5 |
| Size | 3.1 KB |
| Checksum | sha256:106b4d426a0c99b8c8397b000dcecdbf8b55185166816d1f7cd9082bbc4d11b5 |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-6c4ed3a | 23 Apr 2026 15:02:47 (UTC) | 3 | 3.1 KB | |
| 0.0.0-c24122a | 11 Apr 2026 15:00:05 (UTC) | 3 | 3.1 KB | |
| 0.0.0-56a9b6d | 10 Apr 2026 15:00:26 (UTC) | 3 | 3.1 KB | |
| 0.0.0-0c7146d | 08 |