-
Notifications
You must be signed in to change notification settings - Fork 1
Install
Andrea Telatin edited this page Jul 27, 2020
·
3 revisions
The easiest method to install seqfu is via Miniconda:
conda install -c bioconda seqfu
- See package page
The scripts require the following Perl modules:
-
FASTX::Reader
, that can be installed using CPANminus (cpanm FASTX::Reader
), but a local copy is shipped with the repository as installing Perl modules is sometimes confusing. This is used by core scripts and has built in support for Paired End reads. -
BioX::Seq::Stream
, that can be installed viacpanm BioX::Seq
orconda install -c bioconda perl-biox-seq
. This is used by the newest scripts, and is recommended for new scripts.
🧬 SeqFU - a collection of tools to parse and manipulate FASTA and FASTQ files, supporting compressed input