Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚀 seqfu - Sequece Fastx Utilities

License

NotificationsYou must be signed in to change notification settings

telatin/seqfu2

Repository files navigation

SeqFu

Seqfu-Nim-BuildLast CommitDownloadsLatest release

A general-purpose program to manipulate and parse information from FASTA/FASTQ files,supporting gzipped input files.Includes functions tointerleave andde-interleave FASTQ files, torenamesequences and tocount and printstatistics on sequence lengths.


📦 Installation

Seqfu can be easily installed via Miniconda:

conda install -y -c conda-forge -c bioconda"seqfu>1.10"

Build from source

Building the Nim programs alone would just require animble build,but this would leave out some other utilities.There is amake (Makefile) building system. Since Nim is not so popular,I describe a full installation:

# Do you have building tools? You will need C and make, in Ubuntu:sudo apt install build-essential# Install zlibsudo apt install zlib1g-dev# Install Nim 2.0curl https://nim-lang.org/choosenim/init.sh -sSf| sh# Clone this repogit clone https://github.com/telatin/seqfu2# Compile and testcd seqfu2makemaketest# All binaries are in bin (move them in a location in your $PATH)

📰 Citation

Telatin A, Fariselli P, Birolo G.SeqFu: A Suite of Utilities for the Robustand Reproducible Manipulation of Sequence Files.Bioengineering 2021, 8, 59.doi.org/10.3390/bioengineering8050059

@article{seqfu,title        ={SeqFu: A Suite of Utilities for the Robust and Reproducible Manipulation of Sequence Files},author       ={Telatin, Andrea and Fariselli, Piero and Birolo, Giovanni},year         =2021,journal      ={Bioengineering},volume       =8,number       =5,doi          ={10.3390/bioengineering8050059},issn         ={2306-5354},url          ={https://www.mdpi.com/2306-5354/8/5/59},article-number =59,pubmedid     =34066939}

📙 Full documentation

The full documentation is available at:telatin.github.io/seqfu2

Splash screen

seqfu


[8]ページ先頭

©2009-2025 Movatter.jp