Tag: fasta

A short FASTA tutorial. However, very informative on the basics needs for someone learning the topic, and tricks for someone more experienced.

Bioinformatics

Remove Poor Reads in FASTQ/A

by:

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 …

Bioinformatics

Get Read from a FASTA in One Line

by:

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 …

Bioinformatics

Easy Convert BAM to FASTA

by:

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 …

Bioinformatics

Easy Conversion FASTQ to FASTA

by:

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 …