Skip to content

Commit 436ce7c

Browse files
authored
Updated index.md for Duplex-Sequencing-Project
1 parent c9ba34b commit 436ce7c

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

intakes/13-Semester-2-2025/index.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,21 @@ How far we got was ...
4646

4747
# Duplex Sequencing
4848

49-
Our objective was ...
50-
51-
What we did as a group was ...
52-
53-
How far we got was ...
49+
Our objective was to embed duplex-specific QC metric generation and reporting into the core pipeline in a reproducible and version-controlled way, improving upon earlier approaches that operated outside the main workflow. Duplex-specific metrics are currently calculated outside the main processing pipeline using custom R markdown, which are neither containerized nor version-controlled, making them difficult to reproduce and maintain. Additionally, some of these scripts rely on GPL-licensed components, which conflict with the MIT license of the in-house duplex pipeline, creating licensing incompatibilities. The Duplex QC results were also only available in standalone R-generated reports, while standard read-level metrics were presented in MultiQC. This fragmentation can make it harder for users to assess experimental quality efficiently.
50+
51+
To resolve these issues, we modularized the R Markdown notebook into a standalone R script to improve computational efficiency, enhance version control, facilitate automation within pipelines, and simplify testing. This was packaged within a Docker container to ensure reproducibility and compatibility by removing GPL-licensed dependencies. A custom MultiQC plugin was developed to render duplex-specific metrics and plots directly within the Duplex MultiQC report generated after consensus sequence creation, while leaving the standard read-level QC report unchanged. This integration ensures that visuals are clear, accessible, and tailored specifically for duplex quality assessment.
52+
53+
How far we got was completing all the planned work, including refactoring the R scripts, containerizing the workflow, developing the custom MultiQC plugin, and integrating everything into the main pipeline. The system has been tested, with team members reproducing each other’s results to ensure consistency and reliability. However, there remains considerable potential for extension on all fronts — from expanding the testing framework, to customizing the MultiQC plugin with additional metrics and visuals, as well as further optimizing the pipeline integration.
5454

5555
## Key links
56-
- Final presentation video
57-
- FInal presentation slides
58-
- Link to individual learning plans
59-
- Link to technical diaries
60-
- Link to Github repos
56+
- [Final presentation video](https://teams.microsoft.com/l/meetingrecap?driveId=b%21EPgSfCKDcEmnHp5UA_iucnXVUMoieq1ItAClUeP9BzcwOqxELEiiRZIWvH0oTUhJ&driveItemId=016DN6KD7FP4DTBMP7IFAZ6OIZTPZW5OLT&sitePath=https%3A%2F%2Fwehieduau-my.sharepoint.com%2F%3Av%3A%2Fg%2Fpersonal%2Fmosbergen_r_wehi_edu_au%2FEeV_BzCx_0FBnzkZm_NuuXMB84RWRwciLY8l4NIKS5to1g&fileUrl=https%3A%2F%2Fwehieduau-my.sharepoint.com%2F%3Av%3A%2Fg%2Fpersonal%2Fmosbergen_r_wehi_edu_au%2FEeV_BzCx_0FBnzkZm_NuuXMB84RWRwciLY8l4NIKS5to1g&iCalUid=040000008200E00074C5B7101A82E00807E90A081528B692F4FDDB01000000000000000010000000893FD68CEF6ADE47A7C44131144DECCE&masterICalUid=040000008200E00074C5B7101A82E008000000001528B692F4FDDB01000000000000000010000000893FD68CEF6ADE47A7C44131144DECCE&threadId=19%3Ameeting_MmE3NTJkYWEtNGEwNi00MWQ0LWFiODQtYjZmZmVkODNkNjAy%40thread.v2&organizerId=72629c7b-921b-4936-9bb5-bbdd233924c0&tenantId=aa7c72e2-c5cf-4a40-a22a-a585c04ca07c&callId=c438f472-a379-4d73-b017-5cadf267ec55&threadType=Meeting&meetingType=Recurring&subType=RecapSharingLink_RecapChiclet)
57+
- [Final presentation slides](https://www.canva.com/design/DAG0c0yTlyA/B2FPIQQAbQznB3_4JKls7g/edit?utm_content=DAG0c0yTlyA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton)
58+
- [Link to individual learning plans](https://wehieduau.sharepoint.com/:f:/r/sites/StudentInternGroupatWEHI/Shared%20Documents/Duplex%20Sequencing/ILP%20Semester%202,%202025?csf=1&web=1&e=xoUv7y)
59+
- [Link to technical diaries](https://wehieduau.sharepoint.com/:f:/r/sites/StudentInternGroupatWEHI/Shared%20Documents/Duplex%20Sequencing/Technical%20Diaries%20Semester%202,%202025?csf=1&web=1&e=d9noTY)
60+
- Link to Github repos: [duplex-seq-pipeline (Repo A)](https://github.com/WEHIGenomicsRnD/duplex-seq-pipeline), [G000204_duplex (Repo B)](https://github.com/WEHIGenomicsRnD/G000204_duplex), [calculate-duplex-metrics (Repo C)](https://github.com/Jahnavi1122/calculate-duplex-metrics/tree/dylan/calc-duplex-metrics-NanoMB1Rep1), [MultiQC plugin (Repo D)](https://github.com/Jahnavi1122/MultiQC_Plugin/tree/Sem2_2025)
61+
- [Additional R_CLI and Plugin Docs](https://wehieduau.sharepoint.com/:f:/r/sites/StudentInternGroupatWEHI/Shared%20Documents/Duplex%20Sequencing/Additional%20Documentation%20-%20Plugin%20and%20RCLI%20(Sem2_2025)?csf=1&web=1&e=s2oLRc)
62+
- [Project FAQ](https://wehieduau.sharepoint.com/:w:/r/sites/StudentInternGroupatWEHI/Shared%20Documents/Duplex%20Sequencing/Project_FAQ.docx?d=wd985b45c6fb24bff9f8cc275e5519c9c&csf=1&web=1&e=3snPEN)
63+
- [Meeting Docs](https://wehieduau.sharepoint.com/:f:/r/sites/StudentInternGroupatWEHI/Shared%20Documents/Duplex%20Sequencing/Sem2_2025_Meeting_Docs?csf=1&web=1&e=yUFgq7)
6164

6265
# Genomics Invoicing
6366

0 commit comments

Comments
 (0)