1 parent 24eb737 commit 6b570daCopy full SHA for 6b570da
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [1.0.0] - 2026-01-16
+## [1.0.0] - 2026-01-19
6
7
### Release Notes
8
README.md
@@ -103,6 +103,10 @@ nextflow run main.nf -profile docker
103
104
The pipeline consists of the following main steps:
105
106
+- Adapter removal (ADAPTER_TRIM)
107
+ - Used `trimgalore` to remove adapter sequences from the reads.
108
+ Output: trimmed reads and fastqc report.
109
+
110
- Genome index generation (STAR_GENOME_INDEX)
111
- Builds a STAR genome index from GRCh38 and GENCODE v38.
112
- Executed once and reused across all samples.
0 commit comments