AmitMandliya / ParticleSwarmAlignment.jl

Particle Swarm Optimization implementation for Multiple Sequence Alignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParticleSwarmAlignment.jl

This Julia package provides the module ParticleSwarmAlignment.

It is installable with the following lines:

julia> using Pkg
julia> Pkg.add(PackageSpec(path="https://github.com/theferrit32/ParticleSwarmAlignment.jl"))

The module should now be installed and its exports can be loaded into the current scope with:

julia> using ParticleSwarmAlignment

About

Particle Swarm Optimization implementation for Multiple Sequence Alignment


Languages

Language:Julia 50.4%Language:Python 47.1%Language:Shell 2.5%