-
Notifications
You must be signed in to change notification settings - Fork 2
ngs index
Clay McLeod edited this page Oct 10, 2022
·
2 revisions
The ngs index
command produces a companion "index" file for a variety of bioinformatics formats. Index files are often necessary to provide faster querying within bioinformatics files.
The following bioinformatics formats are supported by this tool:
-
FASTA. Generates a
.fai
index file. -
BAM. Generates a
.bai
index file.
You can call ngs index
simply by specifying the location of the file you'd like to index.
ngs index <BAM/FASTA>
-
Subcommands
ngs convert
ngs derive
ngs generate
ngs index
ngs list
ngs plot
-
ngs qc
- Record-based Facets
- Sequence-based Facets
ngs view
- Development