Tag: Fasta

How to download FASTA sequences from PDB for multiple structures?

In this article, we are going to download FASTA sequences for multiple…

Dr. Muniba Faiza

Some common awk bash commands to modify multi-FASTA files

Some basic operations on multi-FASTA sequence files is a tedious task without…

Dr. Muniba Faiza

Operations on FASTA files using Perl, PHP, and Bash commands

We have published various articles on bioinformatics programming dealing with large files…

Tariq Abdullah

Modifying multi-FASTA files using Bash: ‘Sed’ Command

Dealing with thousands of FASTA sequences is a tedious task without using…

Tariq Abdullah

Perl script to find duplicate FASTA sequences using their header?

In a large file of FASTA sequences, it is nearly impossible to…

Dr. Muniba Faiza

How to concatenate FASTA sequences using Perl?

Here is a simple Perl script to concatenate multiline FASTA sequences into…

Dr. Muniba Faiza

A perl script to convert multiline FASTA sequences into a single line

There are different software or tools which require different kinds of input,…

Dr. Muniba Faiza

How to read fasta sequences as hash using perl?

This is a simple Perl script to read a multifasta file as a…

Tariq Abdullah