nanoq icon indicating copy to clipboard operation
nanoq copied to clipboard

Minimal but speedy quality control for nanopore reads in Rust :bear:

Results 9 nanoq issues
Sort by recently updated
recently updated
newest added

Plotting is not in line with the minimal design approach of `nanoq`, but it may be useful to have access to per-read length and quality data.

new feature

dear developer after using -vvv in the command line I am getting the below results Read quality thresholds (Q) > 5 66929 100.0% > 7 66049 98.7% > 10 19683...

enhancement
next release
new feature

Add a total input read field to report

enhancement
next release

Auto detection of compression when writing to `stdout` is currently not implemented. It can be activated when specifying the `--output-type|-O` argument. It would be better for consistency to enable auto...

enhancement
next release

At the moment empty files error due to `needletail` - implement a flag that allows for zero outputs

enhancement
next release

Requested by @mbhall88 - [ ] Remove reads with > x % ambiguous bases - [ ] Command line option for filter and allowed bases - [ ] Speed optimisation...

enhancement
next release

Hi, I encounter an error when running nanoq on multiple fastq.gz files (from one barcode) with their generic Nanopore names, it usually tells me that file *_10.fastq.gz isn't valid in...

question

Dear community I got the full report for read length and quality using the following command lines nanoq -i my_file.fastq -s -Q report_quality.txt nanoq -i my_file.fastq -s -L report_length.txt I...

next release