How to download FASTA sequences from PDB for multiple structures?
In this article, we are going to download FASTA sequences for multiple…
Some common awk bash commands to modify multi-FASTA files
Some basic operations on multi-FASTA sequence files is a tedious task without…
Operations on FASTA files using Perl, PHP, and Bash commands
We have published various articles on bioinformatics programming dealing with large files…
Modifying multi-FASTA files using Bash: ‘Sed’ Command
Dealing with thousands of FASTA sequences is a tedious task without using…
Perl script to find duplicate FASTA sequences using their header?
In a large file of FASTA sequences, it is nearly impossible to…
How to concatenate FASTA sequences using Perl?
Here is a simple Perl script to concatenate multiline FASTA sequences into…
How to search motif pattern in FASTA sequences using Perl hash?
Here is a simple Perl script to search for motif patterns in…
A perl script to convert multiline FASTA sequences into a single line
There are different software or tools which require different kinds of input,…
How to read fasta sequences as hash using perl?
This is a simple Perl script to read a multifasta file as a…