Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Jan 9, 2024
1 parent 7455215 commit c221cbf
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 29 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ lib/npg_qc/utils/bam_genotype.pm
lib/npg_qc/utils/genotype_calling.pm
MANIFEST
README
README.md
README_QC.md
scripts/npgqc_dbix_schema_loader.pl
t/00-critic.t
t/00-distribution.t
Expand Down
29 changes: 0 additions & 29 deletions README

This file was deleted.

1 change: 1 addition & 0 deletions README
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# QC Checks and Metrics for Illumina Next Generation Sequencing Data

## Listing of Directories

### lib

- npg_qc::Schema namespace - DBIx ORM
- npg_qc::illumina namespace - db loaders for Illumina QC metrics
- npg_qc::autoqc namespace - WSI core sequencing pipeline in-house
QC checks and storage of QC metrics
- npg_qc::mqc - evaluation an dreporting of QC metrics

### bin

Perl scripts which are deployed to the production environment

### scripts

Supplimentary scripts, not deployed

### t

Tests, test data, supplimentary scripts and modules for testing

### npg_qc_viewer

Source code for the web server that displays the QC metrics

### docs

Documentation, useful code snippets

## NPG QC database

### Legacy Data

QC metrics and evaluation outcomes for all production Illumina sequensing runs
are stored in a relational database. This database has four legacy tables,
`recipe_file`, `run_and_pair`, `run_info`, `run_recipe`, for which we do not
generate ORM classes. No code is using these tables. The data is kept for
auditing perposes. The size of these tables is small in comparison with the size
of the rest of the tables. The overhead of moving these old tables to a different
storage is not justified.


0 comments on commit c221cbf

Please sign in to comment.