SelectSequencesFromMSA alternatives and similar packages
Based on the "Bioinformatics" category.
Alternatively, view SelectSequencesFromMSA alternatives based on common mentions on social networks and blogs.
-
cobot
Computational biology toolkit to collaborate with researchers in constructive protein engineering -
BlastHTTP
Haskell cabal libary for submission and result retrieval from the NCBI Blast REST webservice -
EntrezHTTP
Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice -
Taxonomy
Haskell cabal Taxonomy libary contains tools, parsers, datastructures and visualisation for the NCBI (National Center for Biotechnology Information) Taxonomy datasources. -
StockholmAlignment
Libary containing parsing and visualisation functions and datastructures for Stockholm aligmnent format. -
BioHMM
Libary containing parsing and visualisation functions and datastructures for Hidden Markov Models in HMMER3 format. -
rank-product
Collects the functions pertaining to finding the rank product of a data set as well as the associated p-value.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of SelectSequencesFromMSA or a related project?
README
SelectSequencesFromMSA
SelectSequences is a tool for selection of a represenative subset of sequences from a multiple sequence alignment in clustal format. It is inspired the SelectSequences.pl script provided by RNAz.
It is available as a commandline tool only.
Installation via bioconda
SelectSequences can be installed with all dependencies via conda. Once you have conda installed simply type:
conda install -c bioconda selectsequences
Available as docker container
SelectSequences is available with all dependencies via biocontainer. Install docker
docker pull quay.io/biocontainers/selectsequences:1.0.0--pl5.22.0_0
docker run -i -t quay.io/biocontainers/selectsequences:1.0.0--pl5.22.0_0 bash
Installation via cabal-install
SelectSequences is implemented in Haskell and can be installed via the Haskell package distribution sytem cabal. Once you have cabal installed simply type:
cabal install SelectSequences
### Precompiled Executables
* Archlinux (ghc-8.0.1) [SelectSequences 1.0.0 x86_64](http://www.bioinf.uni-freiburg.de//~egg/SelectSequences/archlinux-ghc8.0.1/SelectSequences-1.0.0)