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…
Perl script to find duplicate FASTA sequences using their header?
In a large file of FASTA sequences, it is nearly impossible to…
Video Tutorial: Virtual Screening using Autodock Vina
This is a video tutorial of our existing article.
How to concatenate FASTA sequences using Perl?
Here is a simple Perl script to concatenate multiline FASTA sequences into…
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…
How to read fasta sequences as hash using perl?
This is a simple Perl script to read a multifasta file as a…
Perl one-liners for bioinformaticians
Perl one-liners are extremely short Perl scripts written in the form of…