Bioinformatics tool designed to perform routine tasks in exploring genetic information from the command line. Currently just a personal project.

2 Open Issues Need Help Last updated: Aug 21, 2025

Open Issues Need Help

View All on GitHub
good first issue refactor

Bioinformatics tool designed to perform routine tasks in exploring genetic information from the command line. Currently just a personal project.

Python

AI Summary: This issue proposes a new feature to analyze sequence read files (e.g., FASTQ, FASTA) by generating detailed read length reports and visualizations. It aims to provide users with insights into their dataset's read length distribution, including statistical metrics like min, max, mean, median, and N50, along with various plot types. The feature should support single or multiple input files, offer optional filtering by read quality, and output comprehensive reports in formats like HTML or PDF, in addition to text and common image formats.

Complexity: 4/5
enhancement good first issue

Bioinformatics tool designed to perform routine tasks in exploring genetic information from the command line. Currently just a personal project.

Python