https://github.com/inab/trimal
A tool for automated alignment trimming in large-scale phylogenetic analyses. Development version: 2.0
https://github.com/inab/trimal
bioinformatics-tool multiple-sequence-alignment trimming
Last synced: 6 months ago
JSON representation
A tool for automated alignment trimming in large-scale phylogenetic analyses. Development version: 2.0
- Host: GitHub
- URL: https://github.com/inab/trimal
- Owner: inab
- License: gpl-3.0
- Created: 2009-09-20T10:44:08.000Z (about 16 years ago)
- Default Branch: trimAl
- Last Pushed: 2024-10-29T08:15:14.000Z (11 months ago)
- Last Synced: 2024-10-29T09:32:19.168Z (11 months ago)
- Topics: bioinformatics-tool, multiple-sequence-alignment, trimming
- Language: C++
- Homepage: https://trimal.readthedocs.io/
- Size: 57.2 MB
- Stars: 175
- Watchers: 11
- Forks: 41
- Open Issues: 33
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Basic Installation
==================The simplest way to compile this package is:
1. 'cd' to the directory containing the package's source code ('source').
2. Type 'make' to compile the package.
3. Optionally, run trimAl/readAl with the examples into the 'dataset'
directory to check the correct installation.By default, 'make' compiles the source code of trimAl and readAl in the
current directory. After that, you can either add to PATH the current
directory or move these files to '/usr/local/bin' or to '/usr/bin' using
root privileges.