nf-core_modules/software/cutadapt/meta.yml

37 lines
1.3 KiB
YAML
Raw Normal View History

2020-03-05 15:56:11 +00:00
name: Cutadapt
description: cutadapt removes adapter sequences from high-throughput sequencing reads
keywords:
2020-03-06 14:23:32 +00:00
- Quality Control
- QC
- Adapters
2020-03-05 15:56:11 +00:00
tools:
2020-03-06 14:23:32 +00:00
- fastqc:
description: |
Cutadapt finds and removes adapter sequences, primers, poly-A tails and other types of unwanted sequence
from your high-throughput sequencing reads.
2020-07-11 11:42:13 +00:00
2020-03-06 14:23:32 +00:00
Cleaning your data in this way is often required: Reads from small-RNA sequencing contain the 3
2020-07-11 11:42:13 +00:00
sequencing adapter because the read is longer than the molecule that is sequenced. Amplicon reads
start with a primer sequence. Poly-A tails are useful for pulling out RNA from your sample, but
2020-03-06 14:23:32 +00:00
often you dont want them to be in your reads.
homepage: https://cutadapt.readthedocs.io/en/stable/
documentation: https://cutadapt.readthedocs.io/en/stable/
2020-03-05 15:56:11 +00:00
input:
2020-03-06 14:23:32 +00:00
-
- sample_id:
type: string
description: Sample identifier
- reads:
type: file
description: Input FastQ file, or pair of files
2020-03-05 15:56:11 +00:00
output:
2020-03-06 14:23:32 +00:00
-
- sample_id:
type: string
description: Sample identifier
- reads:
type: file
description: trimmed FastQ file, or pair of files
2020-03-05 15:56:11 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@piotr-faba-ardigen"