annotate tool_dependencies.xml @ 0:289d9da141b8 draft default tip

Imported from capsule None
author dcorreia
date Tue, 15 Mar 2016 06:07:39 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
1 <?xml version="1.0"?>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
2 <tool_dependency>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
3 <package name="noisy" version="1.5.12">
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
4 <install version="1.0">
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
5 <actions>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
6 <action type="download_by_url">http://www.bioinf.uni-leipzig.de/Software/noisy/Noisy-1.5.12.tar.gz</action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
7 <!-- fixes reported bug, remove space introduced after '>' in fasta header output -->
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
8 <action type="shell_command">sed -i 's/\"> \"/\">\"/g' FileFormats.cpp</action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
9 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
10 <action type="shell_command">make</action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
11 <action type="shell_command">make install</action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
12 <action type="set_environment">
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
13 <environment_variable name="NOISY_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
15 </action>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
16 </actions>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
17 </install>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
18 <readme>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
19 Noisy - identify homo-plastic characters in multiple sequence alignments
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
20 Description
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
21
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
22 In a first phase the rows of the input multiple sequence alignment (MSA) in multi fasta format are reordered to conform to a circular ordering. For this purpose noisy includes the corresponding subset of routines from David Bryant and Vincent Moulton's NeighborNet and Stefan Grünewald's QNet packages. Subsequently, a reliability score for each column of the reordered MSA is calculated. Essentially, the number of character state alterations in an alignment column is counted and compared to the observed count in random shufflings of the column. The uniform pseudo-random number generator Mersenne Twister is used to generate the random shufflings of alignment columns.
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
23
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
24 Noisy exports a PostScript file, visualizing the quality of the columns of the reordered input MSA, the reliability score of all columns of the reordered input MSA as xy-data and a modified alignment in which columns with a reliability smaller then a cutoff value (set via option --cutoff) are removed. The program noisy is written in ISO C++.
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
25 Man Page
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
26 Take a look at Noisy's man page.
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
27
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
28 source code of program Noisy release 1.5.12
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
29
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
30 If you use the program Noisy in your work please cite:
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
31 Andreas W. M.Dress, Christoph Flamm, Guido Fritzsch, Stefan Grünewald, Matthias Kruspe, Sonja J. Prohaska, Peter F. Stadler
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
32 Noisy: identification of problematic columns in multiple sequence alignments.
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
33 Algorithms Mol Biol, 3:7 (2008).
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
34 doi:10.1186/1748-7188-3-7
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
35
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
36 Stefan Grünewald, Kristoffer Forslund, Andreas W. M.Dress, Vincent Moulton
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
37 QNet: An Agglomerative Method for the Construction of Phylogenetic Networks from Weighted Quartets.
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
38 Mol Biol Evol, 24(2):532-538 (2007).
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
39 doi:10.1093/molbev/msl180
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
40
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
41 David Bryant, Vincent Moulton
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
42 Neighbor-Net: An Agglomerative Method for the Construction of Phylogenetic Networks
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
43 Mol Biol Evol, 21(2):255-265 (2004). doi:10.1093/molbev/msh018s
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
44 </readme>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
45 </package>
289d9da141b8 Imported from capsule None
dcorreia
parents:
diff changeset
46 </tool_dependency>