Skip to content

Conversation

qclayssen
Copy link
Collaborator

  • detailed description of pipeline
  • Usage
  • Output example
  • test example

@qclayssen qclayssen requested a review from Copilot April 29, 2025 01:30
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project documentation, adding a new architectural decision record (ADR) and enhancing the usage, output, and README pages.

  • Updated usage instructions with a CSV sample sheet example and removed outdated multiple-run examples.
  • Revised output documentation to include detailed directory structure and comprehensive workflow explanations.
  • Added an ADR outlining the VCF chunking and parallelization approach for PCGR processing.
  • Updated documentation index and project overview in the main README.

Reviewed Changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
docs/usage.md Updates to usage documentation by replacing outdated examples with a CSV sample sheet format.
docs/output.md Extensive revisions to output documentation including directory structure and detailed workflow summaries.
docs/adr.md New ADR detailing the implementation of VCF chunking and parallel processing for improved PCGR scalability.
docs/README.md Updated index linking to new details and ADR documentation.
README.md Enhanced project overview and quick start guide with updated pipeline descriptions and installation instructions.
Files not reviewed (1)
  • assets/samplesheet.csv: Language not supported

docs/usage.md Outdated
```csv
id,subject_name,sample_name,filetype,filepath
subject_a.example,subject_a,sample_germline,dragen_germline_dir,/path/to/dragen_germline/
subject_a.example,subject_a,sample_germline,dragen_germline_dir,/path/to/dragen_germline/
Copy link
Preview

Copilot AI Apr 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate CSV row for sample_germline detected; please remove the duplicate entry if it is not intended to avoid potential confusion.

Suggested change
subject_a.example,subject_a,sample_germline,dragen_germline_dir,/path/to/dragen_germline/

Copilot uses AI. Check for mistakes.

docs/output.md Outdated
└── prioritise/
```

i
Copy link
Preview

Copilot AI Apr 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extraneous character 'i' found in the documentation; please remove it to improve clarity.

Suggested change
i

Copilot uses AI. Check for mistakes.

docs/output.md Outdated
├── purple/
├── smlv_germline/
│ └── prepare/
| └── report/
Copy link
Preview

Copilot AI Apr 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting error in the directory structure tree: the pipe character should be replaced with the correct vertical line symbol to ensure consistent formatting.

Suggested change
| └── report/
└── report/

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant