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格式的测序数据,包括质量评估、过滤和格式转换
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.