Count the mass scores in fasttq files and draw statistical graphs
- python3
- sample fastq files
Execute in the project root directory
python -r ./requirements.txt
python main.py
- fastq_file: The name of the file to read
- result: Generated file suffix
- read_line: The interval to be read, the two-dimensional array, each element [0], the element [1] represents the start and end of the read, and the left closes the right open interval.
- title_name: Title name
- x_name: Abscissa name
- y_name: Ordinate name
- ddof: True means sample variance, sample standard deviation, false means population variance, population standard deviation