Remove Poor Reads in FASTQ/A
Have you needed to Clean your FASTA/FASTQ file? I know it is a common task. Back in the day, I found a Python 2 script to …
Get Read from a FASTA in One Line
Unfortunately, getting a read from a FASTA file can be challenging for large files if you try to open it in text edit. Have you generated …
Easy Convert BAM to FASTA
How many times have you wished to extract the sequences from a BAM file so you could convert the BAM to a FASTA file? This happened …
Easy Conversion FASTQ to FASTA
One of the most common tasks in bioinformatics data analysis is to convert a FASTQ file into FASTA. Unfortunately, some programs only accept input in FASTA …