Update required Python version to 3.8
(… because it turned out that the performance bottleneck for an algorithm-focused implementation of bottom-sketches (MinHash sketches) was the parsing of FASTQ files).
Project web page: https://lgautier.github.io/fastq-and-furious/
Efficient and flexible parsing of FASTQ files(*) from Python. It is about as fast as the fastest parser with C extensions, but it is substantially more flexible.
用于处理FASTQ格式的测序数据,包括质量评估、过滤和格式转换
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
fastq-and-furious
(… because it turned out that the performance bottleneck for an algorithm-focused implementation of bottom-sketches (MinHash sketches) was the parsing of FASTQ files).
Project web page: https://lgautier.github.io/fastq-and-furious/
Efficient and flexible parsing of FASTQ files(*) from Python. It is about as fast as the fastest parser with C extensions, but it is substantially more flexible.