Skip to content

Magnushhoie/fasta_scripts

Repository files navigation

fasta_scripts

Collection of FASTA processing scripts

Usage:

# Split FASTA file into 3 entries of length 0-800, 800-1200 and 1200+ residues
fasta_split_fasta.py --fasta data/sequences.fasta

# Split FASTA file to single entry FASTA files
fasta_split_single_entries.py --fasta data/sequences.fasta --outdir output/

# Count duplicate sequences in FASTA
fasta_remove_duplicate_seqs.py --fasta data/sequences.fasta --output unique_seqs.fasta

Requirements:

# Install biopython
pip install -r requirements.txt

About

Collection of FASTA processing scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published