Skip to content

Commit

Permalink
docs: updates features with new set of supported functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Oct 10, 2022
1 parent d27f685 commit cac2d5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@

## 🎨 Features

* **[`ngs derive`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-derive).** Forensic analysis tool useful for backwards computing information from next-generation sequencing data.
* **[`ngs generate`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-generate).** Tool to generate next-generation sequencing files.
* **[`ngs qc`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-qc).** Provides tools for checking the quality of next-generation sequencing files.
* **[`ngs derive`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-derive).** Forensic analysis tool for next-generation sequencing data.
* **[`ngs generate`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-generate).** Generates a BAM file from a given reference genome.
* **[`ngs index`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-index).** Generates the index file to various next-generation sequencing files.
* **[`ngs list`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-list).** Utility to list various supported items in this command line tool.
* **[`ngs plot`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-plot).** Produces plots for data generated by `ngs qc`.
* **[`ngs qc`](https://github.com/stjude-rust-labs/ngs/wiki/ngs-qc).** Generates quality control metrics for BAM files.

## Guiding Principles

Expand Down

0 comments on commit cac2d5c

Please sign in to comment.