Skip to content

Commit 6b570da

Browse files
committed
docs: update changelog date and add adapter removal step to README
1 parent 24eb737 commit 6b570da

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.0] - 2026-01-16
5+
## [1.0.0] - 2026-01-19
66

77
### Release Notes
88

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ nextflow run main.nf -profile docker
103103

104104
The pipeline consists of the following main steps:
105105

106+
- Adapter removal (ADAPTER_TRIM)
107+
- Used `trimgalore` to remove adapter sequences from the reads.
108+
Output: trimmed reads and fastqc report.
109+
106110
- Genome index generation (STAR_GENOME_INDEX)
107111
- Builds a STAR genome index from GRCh38 and GENCODE v38.
108112
- Executed once and reused across all samples.

0 commit comments

Comments
 (0)