An open API service indexing awesome lists of open source software.

https://github.com/ibchgenomic/readanalyzer

readanalyzer for miseq, nextseq, novase and longreads
https://github.com/ibchgenomic/readanalyzer

bioinformatics genome-analysis genome-sequencing illumina-sequencing sequence-classification sequencing-data

Last synced: 3 months ago
JSON representation

readanalyzer for miseq, nextseq, novase and longreads

Awesome Lists containing this project

README

          

# readanalyzer

- rust readanalyzer
- provide the reads in the fastq from novaseq, nextseq and clip the regions according to your choice.
- please see the last commit message and if it says compiled binary then it is completed or else still in development version.

```
cargo build
```
```

```
readanalyzer: analyze reads from illumina and long reads

Usage: readanalyzer

Commands:
clip-fastq clipping specific regions
quality-clip drop specific quality
drop-quality drop specific score
adapter-clipper remove the quality and the adapter
sync
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help
-V, --version Print version

```

Gaurav Sablok