×

nf-core/cutadapt @ 0.0.0-0c7146d

Removes adapter sequences from sequencing reads

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules

Summary

Removes adapter sequences from sequencing reads

Get started

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

include { CUTADAPT } from 'nf-core/cutadapt'

License

MIT License

Process
Name CUTADAPT
Input 1 channel
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

reads file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

*.{fq,fastq,fq.gz,fastq.gz}
Output 3 channels
#1 log tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.log file

cutadapt log file

*cutadapt.log
#2 reads tuple
meta map

Groovy Map containing sample information e.g. [ id:'test', single_end:false ]

*.trim.fastq.gz file

The trimmed/modified fastq reads

*fastq.gz
#3 versions_cutadapt tuple
${task.process} string

The name of the process

cutadapt string

The name of the tool

cutadapt --version eval

The expression to obtain the version of the tool

Tool Description Homepage
cutadapt Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence from your high-throughput sequencing reads. https://cutadapt.readthedocs.io/en/stable/index.html
Version 0.0.0-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:34:14 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fcutadapt/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/cutadapt/blobs/sha256:783cc91e2db1b983db670d513b033cbc68868fe465cbdaf5a9e5b44c6c60a48d
Size 3.0 KB
Checksum sha256:783cc91e2db1b983db670d513b033cbc68868fe465cbdaf5a9e5b44c6c60a48d
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:34:14 (UTC) 1 3.0 KB -