Some common awk bash commands to modify multi-FASTA files
Some basic operations on multi-FASTA sequence files is a tedious task without…
Extract FASTA sequences based on sequence length using Perl
Here are simple Perl scripts to filter out FASTA sequences from a…
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 extract fasta sequences from a multi-fasta file based on matching headers in a separate file?
This is a simple Perl script to extract FASTA sequences from a…