Skip to content

Commit c66b598

Browse files
author
scapella
committed
First commit. Major update from the previous version. Some new functionality has been added as well as the code has been improved and also some bugs have been fixed
0 parents  commit c66b598

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+88858
-0
lines changed

AUTHORS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
** Authors **
2+
3+
Salvador Capella-Gutierrez.
4+
Comparative Genomics Group. Bioinformatics and Genomics Department.
5+
Centre for Genomic Regulation. Barcelona, Spain.
6+
e-mail: scapella _at_ crg.es
7+
8+
Toni Gabaldón.
9+
Comparative Genomics Group. Bioinformatics and Genomics Department.
10+
Centre for Genomic Regulation. Barcelona, Spain.
11+
e-mail: tgabaldon _at_ crg.es
12+
13+
** Authors (until trimAl v1.1) **
14+
15+
Jose Ma. Silla-Martínez.
16+
e-mail: josilma1 _at_ gmail.com

CHANGELOG

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
trimAl/readAl v1.2. April 2009.
2+
3+
* Added the htmlout to track the trimAl's trimming.
4+
5+
* Added the possibility to delete spurious sequences from the alignment.
6+
7+
* Added the complementary and colnumbering options.
8+
9+
* Added the manual selection of columns.
10+
11+
* Added one new heuristic method to select the best automated trimming method.
12+
* Automated1
13+
14+
* Added two new automated methods to work with gaps and similarity distribution.
15+
* Strict
16+
* Strictplus
17+
18+
* Select only one automated method to work with gaps distribution.
19+
* Strict => Gappyout
20+
* Relaxed was deleted
21+
22+
* Added the version/revisions system.
23+
24+
* Improved the file format.
25+
* Added support for phylip 3.2
26+
* Added support for clustal
27+
* Added support for fasta
28+
* Added support for nexus
29+
* Added support for mega
30+
* Added support for nbrf/pir
31+
32+
* Improved of statistics methods.
33+
* Improved the information of the available methods.
34+
* Added the identity statistics.
35+
36+
* Improved of windows size methods.
37+
* Consistency windows size.
38+
39+
* Improved the similarity-matrices handling.
40+
41+
* Improved the support for DNA/RNA alignments.
42+
43+
* Added readAl.
44+
45+
* Fixed some bugs from the previous version.
46+
47+
trimAl v1.1. February 2008.
48+
49+
* Initial public version of trimAl.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Basic Installation
2+
==================
3+
4+
The simplest way to compile this package is:
5+
6+
1. 'cd' to the directory containing the package's source code ('source').
7+
8+
2. Type 'make' to compile the package.
9+
10+
3. Optionally, run trimAl/readAl with the examples into the 'dataset'
11+
directory to check the correct installation.
12+
13+
By default, 'make' compiles the source code of trimAl and readAl in the
14+
current directory. After that, you can either add to PATH the current
15+
directory or move these files to '/usr/local/bin' or to '/usr/bin' using
16+
root privileges.

0 commit comments

Comments
 (0)