You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,19 @@ It is tailored for GPU-accelerated basecalling, producing quality control plots,
6
6
7
7
The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Conda environments to automatically manage and isolate software dependencies.
8
8
9
+
The pipeline takes advantage of several functions implemented in [zavolab_pyutils](https://github.com/zavolanlab/zavolab_pyutils/tree/dev) and [SCINPAS](https://github.com/zavolanlab/SCINPAS/tree/making_CLI_interface_for_python_functions) packages.
10
+
9
11
## Pipeline Summary
10
12
1.**GPU Basecalling (`dorado`)**: Performs basecalling and poly-A tail estimation natively on NVIDIA GPUs.
11
-
2.**Alignment & Merging (`minimap2`)**: Maps reads to the reference genome using minimap2 and merges BAMs (e.g. technical replicates from samples).
12
-
3.**De novo transcriptome assembly**: Enriches input transcriptome annotations based on observed read alignments
13
-
4.**Isoform Analysis (`custom python`)**: Assigns alignments to specific transcript isoforms.
14
-
5.**Annotating raw current data from a subsample of reads**:
15
-
5.1 **Signal Extraction (`pod5`)**: Subsamples reads of interest and extracts corresponding raw signal chunks from `.pod5` files.
5.3 **Dataframe Generation & QC Visualization (`seaborn`)**: Synchronizes sequence strings with raw signal variations and renders PDF plots for individual reads.
13
+
2.**Reverse-complementing reads from backward strand**: sequencing can be done in both directions in the cDNA protocol (optional).
14
+
3.**Alignment & Merging (`minimap2`)**: Maps reads to the reference genome using minimap2 and merges BAMs (e.g. technical replicates from samples).
15
+
4.**UMI deduplication (`umi_tools`, `custom python`)**: normalizing UMI lengths -> UMI- and alignment-based deduplication -> correction of NH tag and MAPQ values.
16
+
5.**De novo transcriptome assembly (`custom python`)**: Enriches input transcriptome annotations based on observed read alignments
17
+
6.**Isoform Analysis (`custom python`)**: Assigns alignments to specific transcript isoforms.
18
+
7.**QC: annotating raw current data from a subsample of reads**:
19
+
7.1 **Signal Extraction (`pod5`)**: Subsamples reads of interest and extracts corresponding raw signal chunks from `.pod5` files.
7.3 **Dataframe Generation & QC Visualization (`seaborn`)**: Synchronizes sequence strings with raw signal variations and renders PDF plots for individual reads.
0 commit comments