Changeset 8203 for branches/stable_5.0
- Timestamp:
- 10/11/11 10:01:42 (7 months ago)
- Location:
- branches/stable_5.0
- Files:
-
- 3 removed
- 7 modified
-
GDE/MOLPHY (deleted)
-
GDE/Makefile (modified) (1 diff)
-
GDEHELP/ARB_GDEmenus.source (modified) (1 diff)
-
GDEHELP/MENUS/molphy.menu (deleted)
-
GDEHELP/Makefile.helpfiles (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)
-
util/arb_srclst.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/GDE/Makefile
r7132 r8203 3 3 CLUSTAL/CLUSTAL.dummy \ 4 4 SUPPORT/SUPPORT.dummy \ 5 MOLPHY/MOLPHY.dummy \6 5 AxML/AxML.dummy \ 7 6 RAxML/RAxML.dummy \ -
branches/stable_5.0/GDEHELP/ARB_GDEmenus.source
r6069 r8203 51 51 menumeta:X 52 52 #include <fastdnaml.genmenu> 53 #include <molphy.genmenu>54 53 55 54 menu:Phylogeny max. Likelyhood -
branches/stable_5.0/GDEHELP/Makefile.helpfiles
r5609 r8203 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 -
branches/stable_5.0/SH/README
r7486 r8203 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 -
branches/stable_5.0/SOURCE_TOOLS/tabBrake.pl
r5871 r8203 66 66 'GDE/PHYML', 67 67 'GDE/RAxML', 68 'GDE/MOLPHY',69 68 'GDE/SUPPORT', 70 69 'GDE/PHYLIP', -
branches/stable_5.0/arb_LICENSE.txt
r6142 r8203 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 -
branches/stable_5.0/util/arb_srclst.pl
r7023 r8203 157 157 158 158 my @skipped_when_matchesFull = ( 159 qr/\/MOLPHY\/prot_tml\.h$/o,160 159 qr/date\.xsl$/o, 161 160 qr/\/genhelp\/.*\.hlp$/o,
