Releases: Roco-scientist/NGS-Barcode-Count
Releases · Roco-scientist/NGS-Barcode-Count
0.8.6
Merge pull request #48 from Roco-scientist/args Args
0.8.5
- Changed counted barcode argument input
- Removed deprecated methods
0.8.2
- Changed shared sequencing data structure for higher efficiency
- Decreased compute time by > 25%
0.8.1
- Added to double barcode enrichment. Double barcodes do not need to be sequential
0.8.0
- Single barcode enrichment counts output added. Useful for DEL
- Double barcode enrichment counts output added. Useful for DEL
0.7.2
- Time output fixed on milliseconds
- Added stats for number of barcodes counted
- Cleaned up format and some display functions
0.7.1
- Fixed when quality scores are filtered and the sequencing scheme is offset from the first nucleotide.
0.7.0
- Minimum average read score quality added for barcodes
- Error handling updated and added
- Full fastq read imported and handled
- Double the speed of previous versions after perf testing and optimization
0.6.2
- Moved barcode conversions to its own struct
- Moved unique barcodes to the barcode conversion struct
0.6.1
- counted barcode lookup moved the hashset
- running time output fixed