- Timestamp:
- 10/11/11 10:30:51 (7 months ago)
- Location:
- trunk
- Files:
-
- 3 removed
- 7 modified
-
GDE/MOLPHY (deleted)
-
GDE/Makefile (modified) (2 diffs)
-
GDEHELP/ARB_GDEmenus.source (modified) (1 diff)
-
GDEHELP/MENUS/molphy.menu (deleted)
-
GDEHELP/Makefile.helpfiles (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
SH/README (modified) (1 diff)
-
SH/arb_protml (deleted)
-
SOURCE_TOOLS/tabBrake.pl (modified) (1 diff)
-
arb_LICENSE.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/GDE/Makefile
r7428 r8205 3 3 CLUSTAL/CLUSTAL.dummy \ 4 4 SUPPORT/SUPPORT.dummy \ 5 MOLPHY/MOLPHY.dummy \6 5 AxML/AxML.dummy \ 7 6 RAxML/RAxML.dummy \ … … 54 53 endif 55 54 56 proto: MOLPHY/MOLPHY.proto57 58 55 depends: $(ARCHS:.dummy=.depend) 59 56 -
trunk/GDEHELP/ARB_GDEmenus.source
r7492 r8205 51 51 menumeta:X 52 52 #include <fastdnaml.genmenu> 53 #include <molphy.genmenu>54 53 55 54 menu:Phylogeny max. Likelyhood -
trunk/GDEHELP/Makefile.helpfiles
r7409 r8205 36 36 37 37 $(GENHELPDEST)/dnaml.help: $(AXML_HELP) $(FASTDNAML_DOC) 38 ./genhelptree.sh $@ "$(subst .help,,$(notdir $@))" $(HEADER) $^39 40 PROTML=$(GDE)/MOLPHY/doc41 PROTML_DOC_NAMES=protml protml_cli42 PROTML_DOCS=$(addsuffix .doc,$(addprefix $(PROTML)/,$(PROTML_DOC_NAMES)))43 44 $(GENHELPDEST)/protml.help: $(PROTML_DOCS)45 38 ./genhelptree.sh $@ "$(subst .help,,$(notdir $@))" $(HEADER) $^ 46 39 -
trunk/Makefile
r8101 r8205 1446 1446 $(ARCHS_PT_SERVER:.a=.proto) \ 1447 1447 SERVERCNTRL/SERVERCNTRL.proto \ 1448 GDE/GDE.proto \1449 1448 SL/SL.proto \ 1450 1449 -
trunk/SH/README
r7488 r8205 29 29 arb_phyml wrapper for phyml 30 30 arb_proml wrapper for proml 31 arb_protml wrapper for protml32 31 arb_protpars wrapper for protpars 33 32 arb_raxml wrapper for raxml -
trunk/SOURCE_TOOLS/tabBrake.pl
r7895 r8205 67 67 'GDE/PHYML', 68 68 'GDE/RAxML', 69 'GDE/MOLPHY',70 69 'GDE/SUPPORT', 71 70 'GDE/PHYLIP', -
trunk/arb_LICENSE.txt
r7895 r8205 236 236 which is provided in 'lib/GPL.txt'. 237 237 238 molphy239 240 MOLPHY: A Computer Program Package for Molecular Phylogenetics241 242 Readme243 This is the MOLPHY (ProtML) distribution, version 2.3.244 Copyright (c) 1992-1996, Jun Adachi & Masami Hasegawa.245 All rights reserved.246 247 MOLPHY is a program package for MOLecular PHYlogenetics.248 249 ProtML is a main program in MOLPHY for inferring evolutionary trees from250 PROTein (amino acid) sequences by using the Maximum Likelihood method.251 252 Programs (C language)253 ProtML: Maximum Likelihood Inference of Protein Phylogeny254 NucML: Maximum Likelihood Inference of Nucleic Acid Phylogeny255 ProtST: Basic Statistics of Protein Sequences256 NucST: Basic Statistics of Nucleic Acid Sequences257 NJdist: Neighbor Joining Phylogeny from Distance Matrix258 Utilities (Perl)259 mollist: get identifiers list molrev: reverse DNA sequences260 molcat: concatenate sequences molcut: get partial sequences261 molmerge: merge sequences nuc2ptn: DNA -> Amino acid262 rminsdel: remove INS/DEL sites molcodon: get specified codon sites263 molinfo: get varied sites mol2mol: MOLPHY format beautifer264 inl2mol: Interleaved -> MOLPHY mol2inl: MOLPHY -> Interleaved265 mol2phy: MOLPHY -> Sequential phy2mol: Sequential -> MOLPHY266 must2mol: MUST -> MOLPHY etc.267 268 MOLPHY is a free software, and you can use and redistribute it.269 The programs are written in a standard subset of C with UNIX-like OS.270 The utilities are written in the "Perl" (Ver.4.036) with UNIX-like OS.271 MOLPHY has been tested on SUN4's (cc & gcc with SUN-OS 4.1.3) and272 HP9000/700 (cc, c89 & gcc with HP-UX 9.05).273 However, MOLPHY has NOT been tested on VAX, IBM-PC, and Macintosh.274 275 NETWORK DISTRIBUTION ONLY: The latest version of MOLPHY is always available276 by anonymous ftp in ftp.ism.ac.jp: /pub/ISMLIB/MOLPHY/.277 278 238 readseq 279 239
