FreeBSD Bugzilla – Attachment 48577 Details for
Bug 74333
update biology/emboss and take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
emboss.diff
emboss.diff (text/plain), 112.92 KB, created by
Fernan Aguero
on 2004-11-24 20:00:46 UTC
(
hide
)
Description:
emboss.diff
Filename:
MIME Type:
Creator:
Fernan Aguero
Created:
2004-11-24 20:00:46 UTC
Size:
112.92 KB
patch
obsolete
>diff -ruN /usr/ports/biology/emboss/Makefile emboss/Makefile >--- /usr/ports/biology/emboss/Makefile Mon Nov 22 06:09:09 2004 >+++ emboss/Makefile Wed Nov 24 16:04:45 2004 >@@ -2,141 +2,56 @@ > # Date created: 31 July 2000 > # Whom: Johann Visagie <johann@egenetics.com> > # >-# $FreeBSD: ports/biology/emboss/Makefile,v 1.40 2004/11/20 07:40:43 linimon Exp $ >+# $FreeBSD: ports/biology/emboss/Makefile,v 1.39 2004/06/23 08:20:21 vs Exp $ > # > > PORTNAME= emboss >-PORTVERSION= 2.4.1 >-PORTREVISION= 3 >+PORTVERSION= 2.9.0 > CATEGORIES= biology >-MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/old/ \ >- ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/old/ >-# ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ >+MASTER_SITES= ftp://ftp.uk.embnet.org/pub/EMBOSS/ \ >+ ftp://ftp.es.embnet.org/pub/software/emboss/EMBOSS/ \ >+ ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ >+DISTNAME= ${PORTNAME:U}-${PORTVERSION} > DISTFILES= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} >-DIST_SUBDIR= ${PORTNAME} >-EXTRACT_ONLY= ${PORTNAME:U}-${PORTVERSION}${EXTRACT_SUFX} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= fernan@iib.unsam.edu.ar > COMMENT= A collection of open source tools for genetic sequence analysis > >-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd >+BUILD_DEPENDS= clustalw:${PORTSDIR}/biology/clustalw \ >+ primer3:${PORTSDIR}/biology/primer3 >+LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ >+ png.5:${PORTSDIR}/graphics/png > > USE_SUBMAKE= yes > USE_GMAKE= yes > GNU_CONFIGURE= yes >+USE_LIBTOOL_VER=15 > INSTALLS_SHLIB= yes > USE_XLIB= yes > USE_MOTIF= yes >-USE_PERL5_BUILD=yes >+USE_REINPLACE= yes > PKGMESSAGE= ${WRKDIR}/pkg-message > >-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) >-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" >-.endif >- >-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ >- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" >-SCRIPTS_ENV+= WRKDIRPREFIX="${WRKDIRPREFIX}" \ >- MKDIR="${MKDIR}" RM="${RM}" >- >-WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION} >-EMBASSY_WRKDIR= ${WRKSRC}/EMBASSY >-EMNU_VERSION= 1.0.5 >-HMMER_VERSION= 2.1.1 >-MEME_VERSION= 2.3.1 >-MSE_VERSION= 0.0.4 >-TOPO_VERSION= 0.1 >-PHYLIP_VERSION= 3.573c > DOC_DIRS= doc/manuals doc/tutorials doc/programs/text doc/programs/html > CONFIG_FILE= ${WRKSRC}/emboss/emboss.default.template > >-.for app in EMNU HMMER MEME MSE PHYLIP TOPO >-SCRIPTS_ENV+= ${app}_VERSION="${${app}_VERSION}" >-.if defined(WITH_${app}) >-APPLIST+= ${app} >-${app}_WRKSRC= ${EMBASSY_WRKDIR}/${app}-${${app}_VERSION} >-${app}_DISTFILE=${app}-${${app}_VERSION}${EXTRACT_SUFX} >-DISTFILES+= ${${app}_DISTFILE} >-PLIST_${app}= "" >-.else >-PLIST_${app}= "@comment " >-.endif >-PLIST_SUB+= PLIST_${app}=${PLIST_${app}} >-.endfor >- >-# Jemboss support is a work in progress. >-# >-#.if defined(WITH_JEMBOSS) >-#USE_JAVA= 1.3+ >-#CONFIGURE_ARGS+= --with-java=${JAVA_HOME}/include \ >-# --with-javaos=${JAVA_HOME}/include/${JAVA_OS:L} >-#CONFIGURE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin >-#MAKE_ENV+= PATH=${PATH}:${JAVA_HOME}/bin >-#JEMBOSS_WRKSRC= ${WRKSRC}/jemboss >-#.endif >- >-pre-fetch: >- @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.${PORTNAME} >- >-post-extract: >-.for app in ${APPLIST} >- @ ${MKDIR} ${EMBASSY_WRKDIR} >- @ cd ${EMBASSY_WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ >- ${_DISTDIR}/${${app}_DISTFILE} ${EXTRACT_AFTER_ARGS} >- @ if [ `id -u` = 0 ]; then \ >- ${CHMOD} -R ug-s ${${app}_WRKSRC}; \ >- ${CHOWN} -R 0:0 ${${app}_WRKSRC}; \ >- fi >-.endfor >- > post-patch: >+.if !defined(NOPORTDOCS) > .for DIR in ${DOC_DIRS} >- @ ${PERL} -pi.orig -e \ >- 's#\$$\(prefix\)/share/\$$\(PACKAGE\)/doc#\$$\(datadir\)/doc/\$$\(PACKAGE\)#' \ >+ ${REINPLACE_CMD} -e \ >+ 's#$$(prefix)/share/$$(PACKAGE)/doc#$$(datadir)/doc/$$(PACKAGE)#' \ > ${WRKSRC}/${DIR}/Makefile.in > .endfor >- >-post-configure: >-.for app in ${APPLIST} >- @ cd ${${app}_WRKSRC} && \ >- ${SETENV} CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ >- CXXFLAGS="${CXXFLAGS}" \ >- INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ >- INSTALL_DATA="${INSTALL_DATA}" \ >- INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ >- INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ >- ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} >-.endfor >- >-post-build: >-.for app in ${APPLIST} >- @ cd ${${app}_WRKSRC} && \ >- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \ >- ${MAKE_ARGS} >-.endfor >-#.if defined(WITH_JEMBOSS) >-# @ cd ${JEMBOSS_WRKSRC} && \ >-# ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \ >-# ${MAKE_ARGS} >-#.endif >+.endif > > post-install: >-.for app in ${APPLIST} >- @ cd ${${app}_WRKSRC} && \ >- ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} \ >- ${MAKE_ARGS} ${INSTALL_TARGET} >-.endfor >- @ ${PERL} -pe 's#%%PREFIX%%#${PREFIX}#' \ >- ${CONFIG_FILE} > ${PREFIX}/etc/emboss.default.sample && \ >- ${CHOWN} ${SHAREOWN}:${SHAREGRP} \ >- ${PREFIX}/etc/emboss.default.sample >- @ ${PERL} -pe 's#%%PREFIX%%#${PREFIX}#' \ >- pkg-message > ${PKGMESSAGE} >+ @ cd ${WRKSRC} && \ >+ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' \ >+ ${CONFIG_FILE} > ${PREFIX}/etc/emboss.default.sample && \ >+ ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/emboss.default.sample >+ @ ${SED} -e 's#%%PREFIX%%#${PREFIX}#' ${.CURDIR}/pkg-message > ${PKGMESSAGE} > .if !defined(BATCH) > @ ${CAT} ${PKGMESSAGE} > .endif >- >-post-clean: >- @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc > > .include <bsd.port.mk> >diff -ruN /usr/ports/biology/emboss/distinfo emboss/distinfo >--- /usr/ports/biology/emboss/distinfo Mon Sep 30 16:23:36 2002 >+++ emboss/distinfo Thu Nov 4 17:15:33 2004 >@@ -1,7 +1,2 @@ >-MD5 (emboss/EMBOSS-2.4.1.tar.gz) = f8e8f053362346d45b696ad6d0ec4aad >-MD5 (emboss/EMNU-1.0.5.tar.gz) = 6ba42bfd8484b313f39ef81e03141f66 >-MD5 (emboss/HMMER-2.1.1.tar.gz) = aff42ea8ced9c049f2cc4f84a10efd21 >-MD5 (emboss/MEME-2.3.1.tar.gz) = 92302d22ccb94f9e77c1bb2ca35c0f9c >-MD5 (emboss/MSE-0.0.4.tar.gz) = fdfdb7f4d92f67323b14b7030a1135c9 >-MD5 (emboss/PHYLIP-3.573c.tar.gz) = 5fa81a3cfb4f502c627a30428d49a084 >-MD5 (emboss/TOPO-0.1.tar.gz) = a5131f2e0d58e06ce071250b62cbe65a >+MD5 (EMBOSS-2.9.0.tar.gz) = c6facfd1750e88a0c8b7bb7ac826d472 >+SIZE (EMBOSS-2.9.0.tar.gz) = 14479274 >diff -ruN /usr/ports/biology/emboss/files/patch-aa emboss/files/patch-aa >--- /usr/ports/biology/emboss/files/patch-aa Wed Jul 11 10:33:34 2001 >+++ emboss/files/patch-aa Wed Dec 31 21:00:00 1969 >@@ -1,26 +0,0 @@ >-Add ${PREFIX}/etc as an acceptable location for emboss.default. (I'm still >-waiting for this to be incorporated into an official release of EMBOSS.) >- >-The port installs ${PREFIX}/etc/emboss.default.sample >- >--- Johann <wjv@FreeBSD.org> >- >- >---- ajax/ajnam.c.orig Thu Aug 17 20:31:30 2000 >-+++ ajax/ajnam.c Mon Aug 28 15:12:09 2000 >-@@ -984,6 +984,15 @@ >- prefixRootFile = fopen (ajStrStr(namRootStr), "r"); >- } >- >-+ /* look for $(PREFIX)_ROOT/../emboss.default */ >-+ >-+ if (!prefixRootFile) >-+ { >-+ ajFmtPrintS (&namRootStr, "%s/etc/%s.default", >-+ namInstallRoot, prefix); >-+ prefixRootFile = fopen (ajStrStr(namRootStr), "r"); >-+ } >-+ >- if (namFileOrig) >- (void) ajStrAppC (&namFileOrig, ", "); >- (void) ajStrApp (&namFileOrig, namRootStr); >diff -ruN /usr/ports/biology/emboss/files/patch-ajax::ajjava.c emboss/files/patch-ajax::ajjava.c >--- /usr/ports/biology/emboss/files/patch-ajax::ajjava.c Fri Jul 5 07:09:32 2002 >+++ emboss/files/patch-ajax::ajjava.c Wed Dec 31 21:00:00 1969 >@@ -1,11 +0,0 @@ >---- ajax/ajjava.c.orig Thu May 2 22:06:08 2002 >-+++ ajax/ajjava.c Sun May 26 09:14:20 2002 >-@@ -75,7 +75,7 @@ >- #endif >- >- #ifndef __ppc__ >--#include <crypt.h> >-+#include <unistd.h> >- #endif >- >- >diff -ruN /usr/ports/biology/emboss/files/patch-configure emboss/files/patch-configure >--- /usr/ports/biology/emboss/files/patch-configure Mon Jan 29 12:48:01 2001 >+++ emboss/files/patch-configure Wed Dec 31 21:00:00 1969 >@@ -1,11 +0,0 @@ >---- configure.orig Mon Jan 22 23:28:17 2001 >-+++ configure Thu Jan 25 19:07:33 2001 >-@@ -1473,7 +1473,7 @@ >- >- >- >--AJAX_FIXED_ROOT="\\\"`pwd`/emboss\\\"" >-+AJAX_FIXED_ROOT="\\\"${datadir}/${PACKAGE}\\\"" >- >- #AC_PROG_CXX >- for ac_prog in mawk gawk nawk awk >diff -ruN /usr/ports/biology/emboss/files/patch-emboss-emboss.default.template emboss/files/patch-emboss-emboss.default.template >--- /usr/ports/biology/emboss/files/patch-emboss-emboss.default.template Wed May 30 11:34:56 2001 >+++ emboss/files/patch-emboss-emboss.default.template Wed Dec 31 21:00:00 1969 >@@ -1,38 +0,0 @@ >---- emboss/emboss.default.template.orig Thu May 24 19:36:39 2001 >-+++ emboss/emboss.default.template Wed May 30 10:23:48 2001 >-@@ -1,9 +1,31 @@ >--#SET emboss_tempdata name_of_emboss_test_database_directory >-+##################################################### >-+### Configuration options for FreeBSD EMBOSS port ### >-+##################################################### >- >--# Logfile - set this to a file that any user can append to >--# and EMBOSS applications will automatically write log information >-+# The directory where EMBOSS expects to find run-time >-+# databases. This is the compiled-in default - change >-+# only if you know what you're doing! >-+# >-+#SET emboss_data %%PREFIX%%/share/EMBOSS/data >- >--#SET emboss_logfile /packages/emboss/emboss/log >-+# This is an alias which is internal to this >-+# configuration file and is set here merely as a >-+# convenience. It points to the location where you >-+# have placed your local databases (this will differ >-+# from site to site). >-+# >-+SET emboss_tempdata %%PREFIX%%/share/EMBOSS/databases >-+ >-+# Logfile. If this is uncommented and set to a file >-+# that any user can append to, EMBOSS applications >-+# will automatically log usage information. >-+# >-+#SET emboss_logfile /var/log/emboss.log >-+ >-+ >-+########################################### >-+### Configuration options for databases ### >-+########################################### >- >- # swissprot (Puffer fish entries) >- # ========= >diff -ruN /usr/ports/biology/emboss/pkg-message emboss/pkg-message >--- /usr/ports/biology/emboss/pkg-message Wed Jul 11 10:58:12 2001 >+++ emboss/pkg-message Wed Nov 3 18:29:55 2004 >@@ -15,7 +15,8 @@ > system-wide emboss.default. > > Online EMBOSS documentation is available at: >- http://www.uk.embnet.org/Software/EMBOSS/general.html >+ http://www.uk.embnet.org/Software/EMBOSS/userdoc.html > http://www.uk.embnet.org/Software/EMBOSS/Doc/ >+ http://emboss.sourceforge.net/docs/ > > -------------------------------------------------------------------------- >diff -ruN /usr/ports/biology/emboss/pkg-plist emboss/pkg-plist >--- /usr/ports/biology/emboss/pkg-plist Mon Sep 30 16:23:36 2002 >+++ emboss/pkg-plist Wed Nov 24 16:24:36 2004 >@@ -1,94 +1,10 @@ >-%%PLIST_EMNU%%bin/emnu >-%%PLIST_EMNU%%share/EMBOSS/acd/emnu.acd >-%%PLIST_HMMER%%bin/ealistat >-%%PLIST_HMMER%%bin/ehmmalign >-%%PLIST_HMMER%%bin/ehmmbuild >-%%PLIST_HMMER%%bin/ehmmcalibrate >-%%PLIST_HMMER%%bin/ehmmconvert >-%%PLIST_HMMER%%bin/ehmmemit >-%%PLIST_HMMER%%bin/ehmmfetch >-%%PLIST_HMMER%%bin/ehmmindex >-%%PLIST_HMMER%%bin/ehmmpfam >-%%PLIST_HMMER%%bin/ehmmsearch >-%%PLIST_HMMER%%lib/libhmmer.a >-%%PLIST_HMMER%%lib/libhmmer.la >-%%PLIST_HMMER%%lib/libhmmer.so >-%%PLIST_HMMER%%lib/libhmmer.so.2 >-%%PLIST_HMMER%%share/EMBOSS/acd/ealistat.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmalign.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmbuild.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmcalibrate.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmconvert.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmemit.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmfetch.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmindex.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmpfam.acd >-%%PLIST_HMMER%%share/EMBOSS/acd/ehmmsearch.acd >-%%PLIST_MEME%%bin/meme >-%%PLIST_MEME%%lib/libmeme.a >-%%PLIST_MEME%%lib/libmeme.la >-%%PLIST_MEME%%lib/libmeme.so >-%%PLIST_MEME%%lib/libmeme.so.2 >-%%PLIST_MEME%%share/EMBOSS/acd/meme.acd >-%%PLIST_MSE%%bin/mse >-%%PLIST_MSE%%lib/libckit.a >-%%PLIST_MSE%%lib/libckit.la >-%%PLIST_MSE%%lib/libckit.so >-%%PLIST_MSE%%lib/libckit.so.1 >-%%PLIST_MSE%%share/EMBOSS/acd/mse.acd >-%%PLIST_PHYLIP%%bin/eclique >-%%PLIST_PHYLIP%%bin/econsense >-%%PLIST_PHYLIP%%bin/econtml >-%%PLIST_PHYLIP%%bin/econtrast >-%%PLIST_PHYLIP%%bin/ednacomp >-%%PLIST_PHYLIP%%bin/ednadist >-%%PLIST_PHYLIP%%bin/ednainvar >-%%PLIST_PHYLIP%%bin/ednaml >-%%PLIST_PHYLIP%%bin/ednamlk >-%%PLIST_PHYLIP%%bin/ednapars >-%%PLIST_PHYLIP%%bin/ednapenny >-%%PLIST_PHYLIP%%bin/edollop >-%%PLIST_PHYLIP%%bin/edolpenny >-%%PLIST_PHYLIP%%bin/efactor >-%%PLIST_PHYLIP%%bin/efitch >-%%PLIST_PHYLIP%%bin/egendist >-%%PLIST_PHYLIP%%bin/ekitsch >-%%PLIST_PHYLIP%%bin/emix >-%%PLIST_PHYLIP%%bin/eneighbor >-%%PLIST_PHYLIP%%bin/epenny >-%%PLIST_PHYLIP%%bin/eprotdist >-%%PLIST_PHYLIP%%bin/eprotpars >-%%PLIST_PHYLIP%%bin/erestml >-%%PLIST_PHYLIP%%bin/eseqboot >-%%PLIST_PHYLIP%%share/EMBOSS/acd/eclique.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/econsense.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/econtml.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/econtrast.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednacomp.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednadist.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednainvar.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednaml.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednamlk.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednapars.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ednapenny.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/edollop.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/edolpenny.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/efactor.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/efitch.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/egendist.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/ekitsch.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/emix.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/eneighbor.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/epenny.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/eprotdist.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/eprotpars.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/erestml.acd >-%%PLIST_PHYLIP%%share/EMBOSS/acd/eseqboot.acd >-%%PLIST_TOPO%%bin/topo >-%%PLIST_TOPO%%share/EMBOSS/acd/topo.acd >+bin/aaindexextract > bin/abiview > bin/acdc >-bin/alignwrap >+bin/acdpretty >+bin/acdtable >+bin/acdtrace >+bin/acdvalid > bin/antigenic > bin/backtranseq > bin/banana >@@ -104,7 +20,6 @@ > bin/coderet > bin/compseq > bin/cons >-bin/contacts > bin/cpgplot > bin/cpgreport > bin/cusp >@@ -117,11 +32,9 @@ > bin/dbigcg > bin/degapseq > bin/descseq >-bin/dichet > bin/diffseq > bin/digest > bin/distmat >-bin/domainer > bin/dotmatcher > bin/dotpath > bin/dottup >@@ -132,6 +45,8 @@ > bin/emma > bin/emowse > bin/entret >+bin/epestfind >+bin/eprimer3 > bin/equicktandem > bin/est2genome > bin/etandem >@@ -151,6 +66,7 @@ > bin/infoalign > bin/infoseq > bin/isochore >+bin/jembossctl > bin/lindna > bin/listor > bin/marscan >@@ -160,14 +76,14 @@ > bin/megamerger > bin/merger > bin/msbar >+bin/mwcontam > bin/mwfilter > bin/needle > bin/newcpgreport > bin/newcpgseek > bin/newseq >-bin/noreturn > bin/notseq >-bin/nrscope >+bin/noreturn > bin/nthseq > bin/octanol > bin/oddcomp >@@ -195,7 +111,7 @@ > bin/prophet > bin/prosextract > bin/pscan >-bin/psiblasts >+bin/psiphi > bin/rebaseextract > bin/recoder > bin/redata >@@ -203,9 +119,6 @@ > bin/restover > bin/restrict > bin/revseq >-bin/runJemboss.csh >-bin/scopalign >-bin/scope > bin/seealso > bin/seqmatchall > bin/seqret >@@ -217,144 +130,670 @@ > bin/showseq > bin/shuffleseq > bin/sigcleave >-bin/siggen >-bin/sigscan > bin/silent >+bin/sirna >+bin/sixpack >+bin/skipseq > bin/splitter > bin/stretcher > bin/stssearch > bin/supermatcher >-bin/swissparse > bin/syco >+bin/tcode > bin/textsearch > bin/tfextract > bin/tfm > bin/tfscan > bin/tmap >+bin/tranalign > bin/transeq > bin/trimest > bin/trimseq >+bin/twofeat >+bin/union > bin/vectorstrip > bin/water >+bin/whichdb > bin/wobble > bin/wordcount > bin/wordmatch > bin/wossname >+bin/yank >+bin/runJemboss.csh > etc/emboss.default.sample >-lib/libajax.a >-lib/libajax.la >-lib/libajax.so >+include/drivers.h >+include/pdf.h >+include/plcore.h >+include/plevent.h >+include/plplotP.h >+include/plxwd.h >+include/metadefs.h >+include/plConfig.h >+include/pldebug.h >+include/plplot.h >+include/plstrm.h >+include/plDevs.h >+include/ajax.h >+include/ajarch.h >+include/ajdefine.h >+include/ajacd.h >+include/ajalign.h >+include/ajarr.h >+include/ajassert.h >+include/ajbase.h >+include/ajcall.h >+include/ajcod.h >+include/ajdan.h >+include/ajdmx.h >+include/ajdomain.h >+include/ajexcept.h >+include/ajfeat.h >+include/ajfeatdata.h >+include/ajfile.h >+include/ajfmt.h >+include/ajgraph.h >+include/ajgraphxml.h >+include/ajgraphstruct.h >+include/ajhist.h >+include/ajjava.h >+include/ajlist.h >+include/ajmath.h >+include/ajmatrices.h >+include/ajmem.h >+include/ajmess.h >+include/ajnam.h >+include/ajnexus.h >+include/ajpdb.h >+include/ajpdbio.h >+include/ajphylo.h >+include/ajrange.h >+include/ajreg.h >+include/ajreport.h >+include/ajseq.h >+include/ajseqabi.h >+include/ajseqdata.h >+include/ajseqdb.h >+include/ajseqread.h >+include/ajseqtype.h >+include/ajseqwrite.h >+include/ajsort.h >+include/ajstr.h >+include/ajsys.h >+include/ajtable.h >+include/ajtime.h >+include/ajtranslate.h >+include/ajtree.h >+include/ajutil.h >+include/ajvector.h >+include/pcre.h >+include/pcre_chartables.c >+include/pcre_config.h >+include/pcre_get.c >+include/pcre_printint.c >+include/pcre_internal.h >+include/pcreposix.h >+include/emboss.h >+include/embaln.h >+include/embcom.h >+include/embcons.h >+include/embdata.h >+include/embdbi.h >+include/embdmx.h >+include/embest.h >+include/embexit.h >+include/embgotoh.h >+include/embgroup.h >+include/embiep.h >+include/embindex.h >+include/embinit.h >+include/embmat.h >+include/embmisc.h >+include/embmol.h >+include/embnmer.h >+include/embpat.h >+include/embprop.h >+include/embpdb.h >+include/embdomain.h >+include/embsig.h >+include/embread.h >+include/embshow.h >+include/embword.h >+lib/libplplot.so.5 >+lib/libplplot.so >+lib/libplplot.a > lib/libajax.so.1 >-lib/libajaxg.a >-lib/libajaxg.la >-lib/libajaxg.so >+lib/libajax.so >+lib/libajax.a > lib/libajaxg.so.1 >-lib/libnucleus.a >-lib/libnucleus.la >-lib/libnucleus.so >+lib/libajaxg.so >+lib/libajaxg.a > lib/libnucleus.so.1 >-lib/libplplot.a >-lib/libplplot.la >-lib/libplplot.so >-lib/libplplot.so.5 >-share/EMBOSS/acd/abiview.acd >-share/EMBOSS/acd/ajbad.acd >-share/EMBOSS/acd/ajfeatest.acd >-share/EMBOSS/acd/ajtest.acd >-share/EMBOSS/acd/alignwrap.acd >-share/EMBOSS/acd/antigenic.acd >-share/EMBOSS/acd/backtranseq.acd >-share/EMBOSS/acd/banana.acd >-share/EMBOSS/acd/biosed.acd >-share/EMBOSS/acd/btwisted.acd >-share/EMBOSS/acd/cai.acd >-share/EMBOSS/acd/chaos.acd >-share/EMBOSS/acd/charge.acd >-share/EMBOSS/acd/checktrans.acd >-share/EMBOSS/acd/chips.acd >-share/EMBOSS/acd/cirdna.acd >-share/EMBOSS/acd/codcmp.acd >-share/EMBOSS/acd/coderet.acd >-share/EMBOSS/acd/codes.english >-share/EMBOSS/acd/complex.acd >-share/EMBOSS/acd/compseq.acd >-share/EMBOSS/acd/cons.acd >-share/EMBOSS/acd/contacts.acd >-share/EMBOSS/acd/corbatest.acd >-share/EMBOSS/acd/cpgplot.acd >-share/EMBOSS/acd/cpgreport.acd >-share/EMBOSS/acd/cusp.acd >-share/EMBOSS/acd/cutgextract.acd >-share/EMBOSS/acd/cutseq.acd >-share/EMBOSS/acd/dan.acd >-share/EMBOSS/acd/dbiblast.acd >-share/EMBOSS/acd/dbifasta.acd >-share/EMBOSS/acd/dbiflat.acd >-share/EMBOSS/acd/dbigcg.acd >-share/EMBOSS/acd/degapseq.acd >-share/EMBOSS/acd/demoalign.acd >-share/EMBOSS/acd/demofeatures.acd >-share/EMBOSS/acd/demolist.acd >-share/EMBOSS/acd/demoreport.acd >-share/EMBOSS/acd/demosequence.acd >-share/EMBOSS/acd/demostring.acd >-share/EMBOSS/acd/demotable.acd >-share/EMBOSS/acd/descseq.acd >-share/EMBOSS/acd/dichet.acd >-share/EMBOSS/acd/diffseq.acd >-share/EMBOSS/acd/digest.acd >-share/EMBOSS/acd/distmat.acd >-share/EMBOSS/acd/domainer.acd >-share/EMBOSS/acd/dotmatcher.acd >-share/EMBOSS/acd/dotpath.acd >-share/EMBOSS/acd/dottup.acd >-share/EMBOSS/acd/dreg.acd >-share/EMBOSS/acd/einverted.acd >-share/EMBOSS/acd/embossdata.acd >-share/EMBOSS/acd/embossversion.acd >-share/EMBOSS/acd/emma.acd >-share/EMBOSS/acd/emowse.acd >-share/EMBOSS/acd/entrails.acd >-share/EMBOSS/acd/entret.acd >-share/EMBOSS/acd/eprimer3.acd >-share/EMBOSS/acd/equicktandem.acd >-share/EMBOSS/acd/est2genome.acd >-share/EMBOSS/acd/etandem.acd >-share/EMBOSS/acd/extractfeat.acd >-share/EMBOSS/acd/extractseq.acd >-share/EMBOSS/acd/findkm.acd >-share/EMBOSS/acd/freak.acd >-share/EMBOSS/acd/fuzznuc.acd >-share/EMBOSS/acd/fuzzpro.acd >-share/EMBOSS/acd/fuzztran.acd >-share/EMBOSS/acd/garnier.acd >-share/EMBOSS/acd/geecee.acd >-share/EMBOSS/acd/getorf.acd >-share/EMBOSS/acd/helixturnhelix.acd >-share/EMBOSS/acd/histogramtest.acd >-share/EMBOSS/acd/hmoment.acd >-share/EMBOSS/acd/iep.acd >-share/EMBOSS/acd/infoalign.acd >-share/EMBOSS/acd/infoseq.acd >-share/EMBOSS/acd/interface.acd >-share/EMBOSS/acd/isochore.acd >-share/EMBOSS/acd/lindna.acd >-share/EMBOSS/acd/listor.acd >-share/EMBOSS/acd/marscan.acd >-share/EMBOSS/acd/maskfeat.acd >-share/EMBOSS/acd/maskseq.acd >-share/EMBOSS/acd/matcher.acd >+lib/libnucleus.so >+lib/libnucleus.a >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.sty >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.tex >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.aux >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.dvi >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.log >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.pdf >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.ps >+%%PORTDOCS%%DOCSDIR%%/manuals/admin.toc >+%%PORTDOCS%%DOCSDIR%%/manuals/adminguide.tar.gz >+%%PORTDOCS%%DOCSDIR%%/manuals/domainatrix.doc >+%%PORTDOCS%%DOCSDIR%%/manuals/program.ps.gz >+%%PORTDOCS%%DOCSDIR%%/manuals/EMBOSS-FreeBSD-HOWTO.txt >+%%PORTDOCS%%DOCSDIR%%/manuals/emboss_qg.pdf >+%%PORTDOCS%%DOCSDIR%%/manuals/emboss_qg.ps >+%%PORTDOCS%%DOCSDIR%%/manuals/emboss.sty >+%%PORTDOCS%%DOCSDIR%%/manuals/fdl.txt >+%%PORTDOCS%%DOCSDIR%%/programs/html/lindna.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/listor.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/marscan.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/maskfeat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/maskseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/matcher.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/megamerger.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/merger.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/mix.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/msbar.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/mse.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/mwcontam.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/mwfilter.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/needle.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/neighbor.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/newcpgreport.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/newcpgseek.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/newseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/noreturn.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/notseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nthseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/penny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_2d_structure_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_codon_usage_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_codon_usage_nucleic_gene_finding_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_composition_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_cpg_islands_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_gene_finding_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_motifs_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_mutation_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_primers_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_profiles_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_repeats_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_restriction_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/octanol.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_transcription_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/nucleic_translation_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/oddcomp.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/palindrome.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pasteseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/patmatdb.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/patmatmotifs.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepcoil.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepinfo.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepnet.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepstats.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwheel.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwindow.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwindowall.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pestfind.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/phylogeny_distance_matrix_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/phylogeny_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/plotcon.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/plotorf.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/polydot.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/preg.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/prettyplot.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/prettyseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/primersearch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/printsextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/profit.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/prophecy.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/prophet.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/prosextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protdist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_2d_structure_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_3d_structure_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_composition_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_motifs_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_mutation_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/pscan.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_profiles_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/protein_sequence_alignment_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/rebaseextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/recoder.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/redata.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/remap.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/restml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/restover.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/restrict.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/revseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/scope.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/seealso.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/seqboot.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/seqmatchall.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/seqret.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/seqretsplit.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/showalign.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/showdb.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/showfeat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/showorf.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/showseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/shuffleseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/sigcleave.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/silent.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/sirna.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/sixpack.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/skipseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/splitter.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/stretcher.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/stssearch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/supermatcher.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/syco.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tcode.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/textsearch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tfextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tfm.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tfscan.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tmap.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/topo.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/tranalign.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/transeq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/trimest.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/trimseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/twofeat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/union.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/utils_database_creation_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/utils_database_indexing_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/utils_misc_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/vectorstrip.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/water.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/whichdb.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/wobble.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/wordcount.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/wordmatch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/wossname.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/yank.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/emboss_icon.jpg >+%%PORTDOCS%%DOCSDIR%%/programs/html/abiview.1.abiview.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/chaos.1.chaos.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/cirdna.1.cirdna.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/dan.2.dan.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/cpgplot.1.cpgplot.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/dotmatcher.1.dotmatcher.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/dotpath.1.dotpath.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/dottup.1.dottup.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/emboss_icon.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/findkm.1.findkm.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/isochore.1.isochore.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/lindna.1.lindna.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/octanol.1.octanol.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepinfo.1.pepinfo.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepnet.1.pepnet.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwheel.1.pepwheel.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwindow.1.pepwindow.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/pepwindowall.1.pepwindowall.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/plotcon.1.plotcon.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/plotorf.1.plotorf.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/plotorf.2.plotorf.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/polydot.1.polydot.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/prettyplot.1.prettyplot.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/prettyplot.2.prettyplot.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/syco.1.syco.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/tmap.1.tmap.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/topo.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/wobble.1.wobble.gif >+%%PORTDOCS%%DOCSDIR%%/programs/html/aaindexextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/abiview.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_consensus_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_differences_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_dot_plots_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_global_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_local_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/antigenic.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/alignment_multiple_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/backtranseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/banana.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/biosed.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/btwisted.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cai.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/chaos.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/charge.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/checktrans.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/chips.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cirdna.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/clique.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/codcmp.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/coderet.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/compseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cons.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/consense.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/contacts.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/contml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/contrast.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cpgplot.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cpgreport.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cusp.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cutgextract.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/cutseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dan.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dbiblast.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dbifasta.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dbiflat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dbigcg.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/degapseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/descseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/diffseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/digest.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/display_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/distmat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnacomp.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnadist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnainvar.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnaml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnamlk.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnapars.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dnapenny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dollop.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dolpenny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/domainer.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dotmatcher.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dotpath.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dottup.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/dreg.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eclique.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/econsense.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/econtml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/econtrast.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/edit_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednacomp.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednadist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednainvar.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednaml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednamlk.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednapars.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ednapenny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/edollop.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/edolpenny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/efactor.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/efitch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/egendist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/einverted.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/ekitsch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/embossdata.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/embossversion.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/emix.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/emma.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/emowse.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eneighbor.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/entret.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/enzyme_kinetics_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/epenny.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/epestfind.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eprimer3.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eprotdist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eprotpars.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/equicktandem.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/erestml.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/eseqboot.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/est2genome.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/etandem.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/extractfeat.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/extractseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/factor.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/feature_tables_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/findkm.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/fitch.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/freak.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/fuzznuc.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/fuzzpro.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/fuzztran.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/garnier.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/geecee.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/gendist.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/getorf.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/groups.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/helixturnhelix.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/hetparse.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/hmmgen.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/hmoment.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/iep.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/index.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/infoalign.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/information_group.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/infoseq.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/interface.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/isochore.html >+%%PORTDOCS%%DOCSDIR%%/programs/html/kitsch.html >+%%PORTDOCS%%DOCSDIR%%/programs/text/interface.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/isochore.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/kitsch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/lindna.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/listor.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/marscan.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/maskfeat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/maskseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/matcher.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/megamerger.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/merger.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/mix.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/msbar.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/mse.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/mwcontam.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/mwfilter.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/needle.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/neighbor.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/newcpgreport.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/newcpgseek.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/newseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/noreturn.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/notseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/nthseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/octanol.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/oddcomp.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/palindrome.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pasteseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/patmatdb.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/patmatmotifs.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/penny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepcoil.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepinfo.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepnet.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepstats.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepwheel.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepwindow.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pepwindowall.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pestfind.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/plotcon.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/plotorf.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/polydot.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/preg.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/prettyplot.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/prettyseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/primersearch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/printsextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/profit.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/prophecy.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/prophet.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/prosextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/protdist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/pscan.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/rebaseextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/recoder.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/redata.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/remap.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/restml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/restover.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/restrict.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/revseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/scope.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/seealso.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/seqboot.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/seqmatchall.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/seqret.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/seqretsplit.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/showdb.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/showalign.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/showfeat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/showorf.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/showseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/shuffleseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/sigcleave.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/silent.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/sirna.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/sixpack.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/skipseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/splitter.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/stretcher.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/stssearch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/supermatcher.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/syco.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tcode.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/textsearch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tfextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tfm.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tfscan.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tmap.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/topo.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/tranalign.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/transeq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/trimest.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/trimseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/twofeat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/union.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/vectorstrip.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/water.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/whichdb.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/wobble.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/wordcount.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/wordmatch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/wossname.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/yank.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/SITE-DIRECTED.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/aaindexextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/abiview.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/antigenic.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/backtranseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/banana.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/biosed.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/btwisted.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cai.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/chaos.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/charge.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/checktrans.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/chips.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cirdna.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/clique.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/codcmp.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/coderet.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/complex.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/compseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cons.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/consense.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/contacts.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/contml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/contrast.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cpgplot.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cpgreport.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cusp.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cutgextract.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/cutseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dan.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dbiblast.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dbifasta.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dbiflat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dbigcg.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/degapseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/descseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/diffseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/digest.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/distmat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnacomp.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnadist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnainvar.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnaml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnamlk.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnapars.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dnapenny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dollop.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dolpenny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/domainer.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dotmatcher.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dotpath.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dottup.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/dreg.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eclique.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/econsense.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/econtml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/econtrast.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednaml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednacomp.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednadist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednainvar.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednamlk.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednapars.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ednapenny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/edollop.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/edolpenny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/efactor.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/efitch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/egendist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/einverted.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/ekitsch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/embossdata.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/embossversion.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/emix.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/emma.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/emowse.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eneighbor.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/entret.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/epenny.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/epestfind.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/erestml.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eprimer3.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eprotdist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eprotpars.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/equicktandem.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/eseqboot.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/est2genome.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/etandem.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/extractfeat.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/extractseq.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/factor.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/findkm.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/fitch.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/freak.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/fuzznuc.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/fuzzpro.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/fuzztran.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/garnier.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/geecee.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/gendist.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/getorf.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/helixturnhelix.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/hetparse.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/hmmgen.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/hmoment.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/iep.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/infoalign.txt >+%%PORTDOCS%%DOCSDIR%%/programs/text/infoseq.txt >+%%PORTDOCS%%DOCSDIR%%/tutorials/emboss-gcg.ppt >+%%PORTDOCS%%DOCSDIR%%/tutorials/emboss-interfaces.ppt >+%%PORTDOCS%%DOCSDIR%%/tutorials/emboss-talk.ppt >+%%PORTDOCS%%DOCSDIR%%/tutorials/emboss_tut.tar.gz >+share/EMBOSS/plstnd5.fnt >+share/EMBOSS/plxtnd5.fnt > share/EMBOSS/acd/megamerger.acd > share/EMBOSS/acd/merger.acd > share/EMBOSS/acd/msbar.acd >+share/EMBOSS/acd/mwcontam.acd > share/EMBOSS/acd/mwfilter.acd > share/EMBOSS/acd/needle.acd >+share/EMBOSS/acd/newcoils.acd > share/EMBOSS/acd/newcpgreport.acd > share/EMBOSS/acd/newcpgseek.acd > share/EMBOSS/acd/newseq.acd > share/EMBOSS/acd/noreturn.acd > share/EMBOSS/acd/notseq.acd >-share/EMBOSS/acd/nrscope.acd > share/EMBOSS/acd/nthseq.acd > share/EMBOSS/acd/octanol.acd > share/EMBOSS/acd/oddcomp.acd >@@ -363,7 +802,6 @@ > share/EMBOSS/acd/patmatdb.acd > share/EMBOSS/acd/patmatmotifs.acd > share/EMBOSS/acd/patmattest.acd >-share/EMBOSS/acd/pdbtosp.acd > share/EMBOSS/acd/pepcoil.acd > share/EMBOSS/acd/pepinfo.acd > share/EMBOSS/acd/pepnet.acd >@@ -386,7 +824,6 @@ > share/EMBOSS/acd/prophet.acd > share/EMBOSS/acd/prosextract.acd > share/EMBOSS/acd/pscan.acd >-share/EMBOSS/acd/psiblasts.acd > share/EMBOSS/acd/rebaseextract.acd > share/EMBOSS/acd/recoder.acd > share/EMBOSS/acd/redata.acd >@@ -394,40 +831,37 @@ > share/EMBOSS/acd/restover.acd > share/EMBOSS/acd/restrict.acd > share/EMBOSS/acd/revseq.acd >-share/EMBOSS/acd/scopalign.acd >-share/EMBOSS/acd/scopparse.acd >-share/EMBOSS/acd/scope.acd > share/EMBOSS/acd/seealso.acd > share/EMBOSS/acd/seqinfo.acd > share/EMBOSS/acd/seqmatchall.acd >-share/EMBOSS/acd/seqnr.acd > share/EMBOSS/acd/seqret.acd > share/EMBOSS/acd/seqretall.acd > share/EMBOSS/acd/seqretallfeat.acd > share/EMBOSS/acd/seqretset.acd > share/EMBOSS/acd/seqretsingle.acd > share/EMBOSS/acd/seqretsplit.acd >-share/EMBOSS/acd/seqsort.acd >+share/EMBOSS/acd/seqrettype.acd > share/EMBOSS/acd/showalign.acd > share/EMBOSS/acd/showdb.acd > share/EMBOSS/acd/showfeat.acd > share/EMBOSS/acd/showorf.acd > share/EMBOSS/acd/showseq.acd > share/EMBOSS/acd/shuffleseq.acd >+share/EMBOSS/acd/tfm.acd > share/EMBOSS/acd/sigcleave.acd >-share/EMBOSS/acd/siggen.acd >-share/EMBOSS/acd/sigscan.acd > share/EMBOSS/acd/silent.acd >+share/EMBOSS/acd/sirna.acd >+share/EMBOSS/acd/sixpack.acd >+share/EMBOSS/acd/skipseq.acd > share/EMBOSS/acd/splitter.acd > share/EMBOSS/acd/stretcher.acd > share/EMBOSS/acd/stssearch.acd > share/EMBOSS/acd/supermatcher.acd >-share/EMBOSS/acd/swissparse.acd > share/EMBOSS/acd/syco.acd >+share/EMBOSS/acd/tcode.acd > share/EMBOSS/acd/testplot.acd > share/EMBOSS/acd/textsearch.acd > share/EMBOSS/acd/tfextract.acd >-share/EMBOSS/acd/tfm.acd > share/EMBOSS/acd/tfscan.acd > share/EMBOSS/acd/tmap.acd > share/EMBOSS/acd/tranalign.acd >@@ -435,6 +869,7 @@ > share/EMBOSS/acd/treetypedisplay.acd > share/EMBOSS/acd/trimest.acd > share/EMBOSS/acd/trimseq.acd >+share/EMBOSS/acd/twofeat.acd > share/EMBOSS/acd/union.acd > share/EMBOSS/acd/vectorstrip.acd > share/EMBOSS/acd/water.acd >@@ -444,6 +879,93 @@ > share/EMBOSS/acd/wordmatch.acd > share/EMBOSS/acd/wossname.acd > share/EMBOSS/acd/yank.acd >+share/EMBOSS/acd/codes.english >+share/EMBOSS/acd/groups.standard >+share/EMBOSS/acd/sections.standard >+share/EMBOSS/acd/aaindexextract.acd >+share/EMBOSS/acd/abiview.acd >+share/EMBOSS/acd/ajbad.acd >+share/EMBOSS/acd/ajfeatest.acd >+share/EMBOSS/acd/ajtest.acd >+share/EMBOSS/acd/antigenic.acd >+share/EMBOSS/acd/backtranseq.acd >+share/EMBOSS/acd/banana.acd >+share/EMBOSS/acd/biosed.acd >+share/EMBOSS/acd/btwisted.acd >+share/EMBOSS/acd/cai.acd >+share/EMBOSS/acd/chaos.acd >+share/EMBOSS/acd/charge.acd >+share/EMBOSS/acd/checktrans.acd >+share/EMBOSS/acd/chips.acd >+share/EMBOSS/acd/cirdna.acd >+share/EMBOSS/acd/codcmp.acd >+share/EMBOSS/acd/coderet.acd >+share/EMBOSS/acd/complex.acd >+share/EMBOSS/acd/compseq.acd >+share/EMBOSS/acd/cons.acd >+share/EMBOSS/acd/corbatest.acd >+share/EMBOSS/acd/cpgplot.acd >+share/EMBOSS/acd/cpgreport.acd >+share/EMBOSS/acd/cusp.acd >+share/EMBOSS/acd/cutgextract.acd >+share/EMBOSS/acd/cutseq.acd >+share/EMBOSS/acd/dan.acd >+share/EMBOSS/acd/dbiblast.acd >+share/EMBOSS/acd/dbifasta.acd >+share/EMBOSS/acd/dbiflat.acd >+share/EMBOSS/acd/dbigcg.acd >+share/EMBOSS/acd/degapseq.acd >+share/EMBOSS/acd/demoalign.acd >+share/EMBOSS/acd/demofeatures.acd >+share/EMBOSS/acd/iep.acd >+share/EMBOSS/acd/demolist.acd >+share/EMBOSS/acd/demoreport.acd >+share/EMBOSS/acd/demosequence.acd >+share/EMBOSS/acd/demostring.acd >+share/EMBOSS/acd/demotable.acd >+share/EMBOSS/acd/descseq.acd >+share/EMBOSS/acd/diffseq.acd >+share/EMBOSS/acd/digest.acd >+share/EMBOSS/acd/distmat.acd >+share/EMBOSS/acd/dotmatcher.acd >+share/EMBOSS/acd/dotpath.acd >+share/EMBOSS/acd/dottup.acd >+share/EMBOSS/acd/dreg.acd >+share/EMBOSS/acd/einverted.acd >+share/EMBOSS/acd/embossdata.acd >+share/EMBOSS/acd/embossversion.acd >+share/EMBOSS/acd/emma.acd >+share/EMBOSS/acd/emowse.acd >+share/EMBOSS/acd/entrails.acd >+share/EMBOSS/acd/entret.acd >+share/EMBOSS/acd/epestfind.acd >+share/EMBOSS/acd/eprimer3.acd >+share/EMBOSS/acd/equicktandem.acd >+share/EMBOSS/acd/est2genome.acd >+share/EMBOSS/acd/etandem.acd >+share/EMBOSS/acd/extractseq.acd >+share/EMBOSS/acd/extractfeat.acd >+share/EMBOSS/acd/findkm.acd >+share/EMBOSS/acd/freak.acd >+share/EMBOSS/acd/fuzznuc.acd >+share/EMBOSS/acd/fuzzpro.acd >+share/EMBOSS/acd/fuzztran.acd >+share/EMBOSS/acd/garnier.acd >+share/EMBOSS/acd/geecee.acd >+share/EMBOSS/acd/getorf.acd >+share/EMBOSS/acd/helixturnhelix.acd >+share/EMBOSS/acd/hmoment.acd >+share/EMBOSS/acd/histogramtest.acd >+share/EMBOSS/acd/infoalign.acd >+share/EMBOSS/acd/infoseq.acd >+share/EMBOSS/acd/isochore.acd >+share/EMBOSS/acd/lindna.acd >+share/EMBOSS/acd/listor.acd >+share/EMBOSS/acd/marscan.acd >+share/EMBOSS/acd/maskfeat.acd >+share/EMBOSS/acd/maskseq.acd >+share/EMBOSS/acd/matcher.acd >+share/EMBOSS/data/AAINDEX/dummyfile > share/EMBOSS/data/CODONS/Eacc.cut > share/EMBOSS/data/CODONS/Eadenovirus5.cut > share/EMBOSS/data/CODONS/Eadenovirus7.cut >@@ -491,10 +1013,10 @@ > share/EMBOSS/data/CODONS/Edro_h.cut > share/EMBOSS/data/CODONS/Edrosophila.cut > share/EMBOSS/data/CODONS/Eeca.cut >+share/EMBOSS/data/CODONS/Ef1.cut > share/EMBOSS/data/CODONS/Eeco.cut > share/EMBOSS/data/CODONS/Eeco_h.cut > share/EMBOSS/data/CODONS/Eecoli.cut >-share/EMBOSS/data/CODONS/Ef1.cut > share/EMBOSS/data/CODONS/Efish.cut > share/EMBOSS/data/CODONS/Efmdvpolyp.cut > share/EMBOSS/data/CODONS/Eham.cut >@@ -595,6 +1117,9 @@ > share/EMBOSS/data/CODONS/Eysp.cut > share/EMBOSS/data/CODONS/Ezebrafish.cut > share/EMBOSS/data/CODONS/Ezma.cut >+share/EMBOSS/data/REBASE/dummyfile >+share/EMBOSS/data/PRINTS/dummyfile >+share/EMBOSS/data/PROSITE/dummyfile > share/EMBOSS/data/EBLOSUM30 > share/EMBOSS/data/EBLOSUM35 > share/EMBOSS/data/EBLOSUM40 >@@ -720,203 +1245,21 @@ > share/EMBOSS/data/Etags.pir > share/EMBOSS/data/Etags.protein > share/EMBOSS/data/Etags.swiss >+share/EMBOSS/data/Etcode.dat >+share/EMBOSS/data/Evdw.dat > share/EMBOSS/data/Ewhite-wimley.dat >-share/EMBOSS/data/PRINTS/dummyfile >-share/EMBOSS/data/PROSITE/dummyfile >-share/EMBOSS/data/REBASE/dummyfile > share/EMBOSS/data/embossre.equ >+share/EMBOSS/data/Emwfilter.dat >+share/EMBOSS/data/Emass.dat >+share/EMBOSS/data/Emassmod.dat > share/EMBOSS/emboss.default.template >-share/EMBOSS/jemboss/README >-share/EMBOSS/jemboss/LICENSE >-share/EMBOSS/jemboss/api/allclasses-frame.html >-share/EMBOSS/jemboss/api/deprecated-list.html >-share/EMBOSS/jemboss/api/getClasses.pl >-share/EMBOSS/jemboss/api/help-doc.html >-share/EMBOSS/jemboss/api/index-all.html >-share/EMBOSS/jemboss/api/index.html >-share/EMBOSS/jemboss/api/makeDocs.csh >-share/EMBOSS/jemboss/api/org/emboss/jemboss/Jemboss.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/Jemboss.winExit.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/JembossLogo.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/JembossParams.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/BuildProgramMenu.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ResultsMenuBar.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/SetUpMenuBar.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ShowResultSet.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ShowSavedResults.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/SwingWorker.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/DragTree.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.PopupListener.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileNode.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileSaving.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/BuildJembossForm.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/ListFilePanel.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SectionPanel.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SetInFileCard.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SetOutFileCard.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.DecimalNumberDocument.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldSink.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/myComboPopup.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/myComboPopup.myComboUI.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/FileChooser.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/Database.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.HorizontalMenu.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/Splash.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/AcdFunResolve.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/AcdVarResolve.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/Ajax.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/Dependent.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/ParseAcd.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd/Application.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationFields.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationParam.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/JembossProcess.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/ListFile.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/ResultList.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/RunEmbossApplication.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/AuthPopup.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/CallAjax.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/GetWossname.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/JembossRun.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/JembossSoapException.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/PendingResults.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/PrivateRequest.html >-share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/ResListView.html >-share/EMBOSS/jemboss/api/overview-tree.html >-share/EMBOSS/jemboss/api/package-list >-share/EMBOSS/jemboss/api/packages.html >-share/EMBOSS/jemboss/api/serialized-form.html >-share/EMBOSS/jemboss/api/stylesheet.css >-share/EMBOSS/jemboss/images/Backward_arrow_button.gif >-share/EMBOSS/jemboss/images/Forward_arrow_button.gif >-share/EMBOSS/jemboss/images/Go_button.gif >-share/EMBOSS/jemboss/images/Information_button.gif >-share/EMBOSS/jemboss/images/Jemboss_logo_greyback.gif >-share/EMBOSS/jemboss/images/Jemboss_logo_large.gif >-share/EMBOSS/jemboss/images/Jemboss_logo_small.gif >-share/EMBOSS/jemboss/images/Job_manager_button.gif >-share/EMBOSS/jemboss/images/Refresh_button.gif >-share/EMBOSS/jemboss/images/Refresh_button2.gif >-share/EMBOSS/jemboss/lib/README >-share/EMBOSS/jemboss/lib/activation.jar >-share/EMBOSS/jemboss/lib/jakarta-regexp-1.2.jar >-share/EMBOSS/jemboss/lib/jalview.jar >-share/EMBOSS/jemboss/lib/mail.jar >-share/EMBOSS/jemboss/lib/soap.jar >-share/EMBOSS/jemboss/lib/xerces.jar >-share/EMBOSS/jemboss/lib/jcert.jar >-share/EMBOSS/jemboss/lib/jnet.jar >-share/EMBOSS/jemboss/lib/jsse.jar >-share/EMBOSS/jemboss/org/emboss/jemboss/Jemboss.java >-share/EMBOSS/jemboss/org/emboss/jemboss/JembossLogo.java >-share/EMBOSS/jemboss/org/emboss/jemboss/JembossParams.java >-share/EMBOSS/jemboss/org/emboss/jemboss/JembossJarUtil.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/AdvancedOptions.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/BuildProgramMenu.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/LaunchJalView.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/ResultsMenuBar.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/SetUpMenuBar.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/ShowResultSet.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/ShowSavedResults.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/SwingWorker.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/SequenceData.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/SequenceList.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/MemoryComboBox.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/DragTree.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileEditorDisplay.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileNode.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileSave.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileSaving.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteDragTree.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileNode.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileTreePanel.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/BuildJembossForm.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/ListFilePanel.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/MultiLineToolTipUI.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/PlafMacros.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SectionPanel.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/Separator.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SetInFileCard.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SetOutFileCard.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldFloat.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldInt.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldSink.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/myComboPopup.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/FileChooser.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup/Database.java >-share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup/ProgList.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdFunResolve.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdVarResolve.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/Ajax.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/Dependent.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/ParseAcd.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd/Application.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd/ApplicationFields.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd/ApplicationParam.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdVariableResolve.java >-share/EMBOSS/jemboss/org/emboss/jemboss/parser/AjaxUtil.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/BatchUpdateTimer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/JembossProcess.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/ListFile.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/ResultList.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/ResultsUpdateTimer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/programs/RunEmbossApplication.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossServer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossFileServer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossThread.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossAuthServer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossAuthThread.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossFileAuthServer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/server/TestPublicServer.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/AuthPopup.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/CallAjax.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetWossname.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/JembossRun.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/JembossSoapException.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/PendingResults.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/PrivateRequest.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/ServerSetup.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/FileRoots.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/FileList.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/PublicRequest.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetACD.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetHelp.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/ShowDB.java >-share/EMBOSS/jemboss/org/emboss/jemboss/soap/MakeFileSafe.java >-share/EMBOSS/jemboss/utils/install-jemboss-server.sh >-share/EMBOSS/jemboss/utils/keys.sh >-share/EMBOSS/jemboss/utils/makeJNLP.sh >-share/EMBOSS/jemboss/utils/template.html >-share/EMBOSS/jemboss/utils/README >-share/EMBOSS/jemboss/utils/makeJar.csh >-share/EMBOSS/jemboss/readme.html >-share/EMBOSS/jemboss/resources/jemboss.properties >-share/EMBOSS/jemboss/resources/readme.txt >-share/EMBOSS/jemboss/resources/version >-share/EMBOSS/jemboss/runJemboss.csh >-share/EMBOSS/plstnd5.fnt >-share/EMBOSS/plxtnd5.fnt >-share/EMBOSS/test/data/aligna.dna >-share/EMBOSS/test/data/aligna.prot >-share/EMBOSS/test/data/alignapart.dna >-share/EMBOSS/test/data/alignapart.prot >-share/EMBOSS/test/data/alignb.dna >-share/EMBOSS/test/data/alignb.prot >+share/EMBOSS/test/data/aaindex1.test >+share/EMBOSS/test/data/prosite.dat >+share/EMBOSS/test/data/prosite.doc >+share/EMBOSS/test/data/prints.test >+share/EMBOSS/test/data/withrefm >+share/EMBOSS/test/data/site.dat >+share/EMBOSS/test/data/cutg.codon > share/EMBOSS/test/data/dna.acedb > share/EMBOSS/test/data/dna.aln > share/EMBOSS/test/data/dna.asn1 >@@ -946,6 +1289,9 @@ > share/EMBOSS/test/data/feat.emft > share/EMBOSS/test/data/feat.fasta > share/EMBOSS/test/data/feat.pir >+share/EMBOSS/test/data/mw1.dat >+share/EMBOSS/test/data/mw2.dat >+share/EMBOSS/test/data/mw3.dat > share/EMBOSS/test/data/paamir.pep > share/EMBOSS/test/data/pax6_cdna.fasta > share/EMBOSS/test/data/prot.acedb >@@ -964,29 +1310,35 @@ > share/EMBOSS/test/data/prot.ncbi > share/EMBOSS/test/data/prot.swiss > share/EMBOSS/test/data/prot.text >+share/EMBOSS/test/data/z83307.seq >+share/EMBOSS/test/data/aligna.dna >+share/EMBOSS/test/data/alignapart.dna >+share/EMBOSS/test/data/alignb.dna >+share/EMBOSS/test/data/aligna.prot >+share/EMBOSS/test/data/alignapart.prot >+share/EMBOSS/test/data/alignb.prot > share/EMBOSS/test/data/tranalign.pep > share/EMBOSS/test/data/tranalign.seq >-share/EMBOSS/test/data/z83307.seq > share/EMBOSS/test/embl/acnum.hit > share/EMBOSS/test/embl/acnum.trg >-share/EMBOSS/test/embl/des.hit >-share/EMBOSS/test/embl/des.trg > share/EMBOSS/test/embl/division.lkp > share/EMBOSS/test/embl/entrynam.idx >+share/EMBOSS/test/embl/seqvn.hit >+share/EMBOSS/test/embl/seqvn.trg >+share/EMBOSS/test/embl/des.hit >+share/EMBOSS/test/embl/des.trg >+share/EMBOSS/test/embl/keyword.hit >+share/EMBOSS/test/embl/keyword.trg >+share/EMBOSS/test/embl/taxon.hit >+share/EMBOSS/test/embl/taxon.trg > share/EMBOSS/test/embl/est.dat > share/EMBOSS/test/embl/fun.dat > share/EMBOSS/test/embl/hum1.dat > share/EMBOSS/test/embl/inv.dat >-share/EMBOSS/test/embl/keyword.hit >-share/EMBOSS/test/embl/keyword.trg > share/EMBOSS/test/embl/pln.dat > share/EMBOSS/test/embl/pro.dat > share/EMBOSS/test/embl/rod.dat >-share/EMBOSS/test/embl/seqvn.hit >-share/EMBOSS/test/embl/seqvn.trg > share/EMBOSS/test/embl/sts.dat >-share/EMBOSS/test/embl/taxon.hit >-share/EMBOSS/test/embl/taxon.trg > share/EMBOSS/test/embl/vrl.dat > share/EMBOSS/test/embl/vrt.dat > share/EMBOSS/test/genbank/acnum.hit >@@ -1029,10 +1381,10 @@ > share/EMBOSS/test/gb/htg.seq > share/EMBOSS/test/pir/acnum.hit > share/EMBOSS/test/pir/acnum.trg >-share/EMBOSS/test/pir/des.hit >-share/EMBOSS/test/pir/des.trg > share/EMBOSS/test/pir/division.lkp > share/EMBOSS/test/pir/entrynam.idx >+share/EMBOSS/test/pir/des.hit >+share/EMBOSS/test/pir/des.trg > share/EMBOSS/test/pir/keyword.hit > share/EMBOSS/test/pir/keyword.trg > share/EMBOSS/test/pir/taxon.hit >@@ -1061,11 +1413,11 @@ > share/EMBOSS/test/pir/pir4.offset > share/EMBOSS/test/pir/pir4.ref > share/EMBOSS/test/pir/pir4.seq >+share/EMBOSS/test/swiss/seq.dat > share/EMBOSS/test/swiss/acnum.hit > share/EMBOSS/test/swiss/acnum.trg > share/EMBOSS/test/swiss/division.lkp > share/EMBOSS/test/swiss/entrynam.idx >-share/EMBOSS/test/swiss/seq.dat > share/EMBOSS/test/swiss/seqvn.hit > share/EMBOSS/test/swiss/seqvn.trg > share/EMBOSS/test/swiss/des.hit >@@ -1078,9 +1430,6 @@ > share/EMBOSS/test/swnew/acnum.trg > share/EMBOSS/test/swnew/division.lkp > share/EMBOSS/test/swnew/entrynam.idx >-share/EMBOSS/test/swnew/new_seq.dat >-share/EMBOSS/test/swnew/upd_ann.dat >-share/EMBOSS/test/swnew/upd_seq.dat > share/EMBOSS/test/swnew/seqvn.hit > share/EMBOSS/test/swnew/seqvn.trg > share/EMBOSS/test/swnew/des.hit >@@ -1089,592 +1438,319 @@ > share/EMBOSS/test/swnew/keyword.trg > share/EMBOSS/test/swnew/taxon.hit > share/EMBOSS/test/swnew/taxon.trg >+share/EMBOSS/test/swnew/new_seq.dat >+share/EMBOSS/test/swnew/upd_ann.dat >+share/EMBOSS/test/swnew/upd_seq.dat >+share/EMBOSS/test/wormpep/wormpep > share/EMBOSS/test/wormpep/acnum.hit > share/EMBOSS/test/wormpep/acnum.trg > share/EMBOSS/test/wormpep/division.lkp > share/EMBOSS/test/wormpep/entrynam.idx >-share/EMBOSS/test/wormpep/wormpep > share/EMBOSS/test/wormpep/des.hit > share/EMBOSS/test/wormpep/des.trg >-share/doc/EMBOSS/manuals/EMBOSS-FreeBSD-HOWTO.txt >-share/doc/EMBOSS/manuals/admin.aux >-share/doc/EMBOSS/manuals/admin.dvi >-share/doc/EMBOSS/manuals/admin.log >-share/doc/EMBOSS/manuals/admin.pdf >-share/doc/EMBOSS/manuals/admin.ps >-share/doc/EMBOSS/manuals/admin.sty >-share/doc/EMBOSS/manuals/admin.tex >-share/doc/EMBOSS/manuals/admin.toc >-share/doc/EMBOSS/manuals/adminguide.tar.gz >-share/doc/EMBOSS/manuals/emboss_qg.pdf >-share/doc/EMBOSS/manuals/emboss_qg.ps >-share/doc/EMBOSS/manuals/program.ps.gz >-share/doc/EMBOSS/programs/html/abiview.html >-share/doc/EMBOSS/programs/html/abiview0.gif >-share/doc/EMBOSS/programs/html/ajtest.html >-share/doc/EMBOSS/programs/html/alignment_consensus_group.html >-share/doc/EMBOSS/programs/html/alignment_differences_group.html >-share/doc/EMBOSS/programs/html/alignment_dot_plots_group.html >-share/doc/EMBOSS/programs/html/alignment_global_group.html >-share/doc/EMBOSS/programs/html/alignment_local_group.html >-share/doc/EMBOSS/programs/html/alignment_multiple_group.html >-share/doc/EMBOSS/programs/html/antigenic.html >-share/doc/EMBOSS/programs/html/backtranseq.html >-share/doc/EMBOSS/programs/html/banana.html >-share/doc/EMBOSS/programs/html/banana0.gif >-share/doc/EMBOSS/programs/html/biosed.html >-share/doc/EMBOSS/programs/html/btwisted.html >-share/doc/EMBOSS/programs/html/cai.html >-share/doc/EMBOSS/programs/html/chaos.html >-share/doc/EMBOSS/programs/html/chaos0.gif >-share/doc/EMBOSS/programs/html/charge.html >-share/doc/EMBOSS/programs/html/checktrans.html >-share/doc/EMBOSS/programs/html/chips.html >-share/doc/EMBOSS/programs/html/cirdna.html >-share/doc/EMBOSS/programs/html/clique.html >-share/doc/EMBOSS/programs/html/codcmp.html >-share/doc/EMBOSS/programs/html/coderet.html >-share/doc/EMBOSS/programs/html/compseq.html >-share/doc/EMBOSS/programs/html/cons.html >-share/doc/EMBOSS/programs/html/consense.html >-share/doc/EMBOSS/programs/html/contacts.html >-share/doc/EMBOSS/programs/html/contml.html >-share/doc/EMBOSS/programs/html/contrast.html >-share/doc/EMBOSS/programs/html/cpgplot.html >-share/doc/EMBOSS/programs/html/cpgplot0.gif >-share/doc/EMBOSS/programs/html/cpgreport.html >-share/doc/EMBOSS/programs/html/cusp.html >-share/doc/EMBOSS/programs/html/cutgextract.html >-share/doc/EMBOSS/programs/html/cutseq.html >-share/doc/EMBOSS/programs/html/dan.html >-share/doc/EMBOSS/programs/html/dbiblast.html >-share/doc/EMBOSS/programs/html/dbifasta.html >-share/doc/EMBOSS/programs/html/dbiflat.html >-share/doc/EMBOSS/programs/html/dbigcg.html >-share/doc/EMBOSS/programs/html/degapseq.html >-share/doc/EMBOSS/programs/html/descseq.html >-share/doc/EMBOSS/programs/html/diffseq.html >-share/doc/EMBOSS/programs/html/digest.html >-share/doc/EMBOSS/programs/html/display_group.html >-share/doc/EMBOSS/programs/html/distmat.html >-share/doc/EMBOSS/programs/html/dnacomp.html >-share/doc/EMBOSS/programs/html/dnadist.html >-share/doc/EMBOSS/programs/html/dnainvar.html >-share/doc/EMBOSS/programs/html/dnaml.html >-share/doc/EMBOSS/programs/html/dnamlk.html >-share/doc/EMBOSS/programs/html/dnapars.html >-share/doc/EMBOSS/programs/html/dnapenny.html >-share/doc/EMBOSS/programs/html/dollop.html >-share/doc/EMBOSS/programs/html/dolpenny.html >-share/doc/EMBOSS/programs/html/domainer.html >-share/doc/EMBOSS/programs/html/dotmatcher.html >-share/doc/EMBOSS/programs/html/dotmatcher0.gif >-share/doc/EMBOSS/programs/html/dotpath.html >-share/doc/EMBOSS/programs/html/dottup.html >-share/doc/EMBOSS/programs/html/dottup0.gif >-share/doc/EMBOSS/programs/html/dreg.html >-share/doc/EMBOSS/programs/html/eclique.html >-share/doc/EMBOSS/programs/html/econsense.html >-share/doc/EMBOSS/programs/html/econtml.html >-share/doc/EMBOSS/programs/html/econtrast.html >-share/doc/EMBOSS/programs/html/edit_group.html >-share/doc/EMBOSS/programs/html/ednacomp.html >-share/doc/EMBOSS/programs/html/ednadist.html >-share/doc/EMBOSS/programs/html/ednainvar.html >-share/doc/EMBOSS/programs/html/ednaml.html >-share/doc/EMBOSS/programs/html/ednamlk.html >-share/doc/EMBOSS/programs/html/ednapars.html >-share/doc/EMBOSS/programs/html/ednapenny.html >-share/doc/EMBOSS/programs/html/edollop.html >-share/doc/EMBOSS/programs/html/edolpenny.html >-share/doc/EMBOSS/programs/html/efactor.html >-share/doc/EMBOSS/programs/html/efitch.html >-share/doc/EMBOSS/programs/html/egendist.html >-share/doc/EMBOSS/programs/html/einverted.html >-share/doc/EMBOSS/programs/html/ekitsch.html >-share/doc/EMBOSS/programs/html/emboss_icon.gif >-share/doc/EMBOSS/programs/html/embossdata.html >-share/doc/EMBOSS/programs/html/embossversion.html >-share/doc/EMBOSS/programs/html/emix.html >-share/doc/EMBOSS/programs/html/emma.html >-share/doc/EMBOSS/programs/html/emowse.html >-share/doc/EMBOSS/programs/html/eneighbor.html >-share/doc/EMBOSS/programs/html/entret.html >-share/doc/EMBOSS/programs/html/enzyme_kinetics_group.html >-share/doc/EMBOSS/programs/html/epenny.html >-share/doc/EMBOSS/programs/html/eprotdist.html >-share/doc/EMBOSS/programs/html/eprotpars.html >-share/doc/EMBOSS/programs/html/equicktandem.html >-share/doc/EMBOSS/programs/html/erestml.html >-share/doc/EMBOSS/programs/html/eseqboot.html >-share/doc/EMBOSS/programs/html/est2genome.html >-share/doc/EMBOSS/programs/html/etandem.html >-share/doc/EMBOSS/programs/html/extractfeat.html >-share/doc/EMBOSS/programs/html/extractseq.html >-share/doc/EMBOSS/programs/html/factor.html >-share/doc/EMBOSS/programs/html/feature_tables_group.html >-share/doc/EMBOSS/programs/html/findkm.html >-share/doc/EMBOSS/programs/html/findkm0.gif >-share/doc/EMBOSS/programs/html/fitch.html >-share/doc/EMBOSS/programs/html/freak.html >-share/doc/EMBOSS/programs/html/fuzznuc.html >-share/doc/EMBOSS/programs/html/fuzzpro.html >-share/doc/EMBOSS/programs/html/fuzztran.html >-share/doc/EMBOSS/programs/html/garnier.html >-share/doc/EMBOSS/programs/html/geecee.html >-share/doc/EMBOSS/programs/html/gendist.html >-share/doc/EMBOSS/programs/html/getorf.html >-share/doc/EMBOSS/programs/html/groups.html >-share/doc/EMBOSS/programs/html/helixturnhelix.html >-share/doc/EMBOSS/programs/html/hmoment.html >-share/doc/EMBOSS/programs/html/iep.html >-share/doc/EMBOSS/programs/html/index.html >-share/doc/EMBOSS/programs/html/infoalign.html >-share/doc/EMBOSS/programs/html/information_group.html >-share/doc/EMBOSS/programs/html/infoseq.html >-share/doc/EMBOSS/programs/html/isochore.html >-share/doc/EMBOSS/programs/html/isochore0.gif >-share/doc/EMBOSS/programs/html/kitsch.html >-share/doc/EMBOSS/programs/html/lindna.gif >-share/doc/EMBOSS/programs/html/lindna.html >-share/doc/EMBOSS/programs/html/listor.html >-share/doc/EMBOSS/programs/html/marscan.html >-share/doc/EMBOSS/programs/html/maskfeat.html >-share/doc/EMBOSS/programs/html/maskseq.html >-share/doc/EMBOSS/programs/html/matcher.html >-share/doc/EMBOSS/programs/html/megamerger.html >-share/doc/EMBOSS/programs/html/menus_group.html >-share/doc/EMBOSS/programs/html/merger.html >-share/doc/EMBOSS/programs/html/mix.html >-share/doc/EMBOSS/programs/html/msbar.html >-share/doc/EMBOSS/programs/html/mse.html >-share/doc/EMBOSS/programs/html/mwfilter.html >-share/doc/EMBOSS/programs/html/needle.html >-share/doc/EMBOSS/programs/html/neighbor.html >-share/doc/EMBOSS/programs/html/newcpgreport.html >-share/doc/EMBOSS/programs/html/newcpgseek.html >-share/doc/EMBOSS/programs/html/newseq.html >-share/doc/EMBOSS/programs/html/noreturn.html >-share/doc/EMBOSS/programs/html/notseq.html >-share/doc/EMBOSS/programs/html/nrscope.html >-share/doc/EMBOSS/programs/html/nthseq.html >-share/doc/EMBOSS/programs/html/nucleic_2d_structure_group.html >-share/doc/EMBOSS/programs/html/nucleic_codon_usage_group.html >-share/doc/EMBOSS/programs/html/nucleic_composition_group.html >-share/doc/EMBOSS/programs/html/nucleic_cpg_islands_group.html >-share/doc/EMBOSS/programs/html/nucleic_gene_finding_group.html >-share/doc/EMBOSS/programs/html/nucleic_motifs_group.html >-share/doc/EMBOSS/programs/html/nucleic_mutation_group.html >-share/doc/EMBOSS/programs/html/nucleic_primers_group.html >-share/doc/EMBOSS/programs/html/nucleic_profiles_group.html >-share/doc/EMBOSS/programs/html/nucleic_repeats_group.html >-share/doc/EMBOSS/programs/html/nucleic_restriction_group.html >-share/doc/EMBOSS/programs/html/nucleic_transcription_group.html >-share/doc/EMBOSS/programs/html/nucleic_translation_group.html >-share/doc/EMBOSS/programs/html/octanol.html >-share/doc/EMBOSS/programs/html/octanol0.gif >-share/doc/EMBOSS/programs/html/oddcomp.html >-share/doc/EMBOSS/programs/html/palindrome.html >-share/doc/EMBOSS/programs/html/pasteseq.html >-share/doc/EMBOSS/programs/html/patmatdb.html >-share/doc/EMBOSS/programs/html/patmatmotifs.html >-share/doc/EMBOSS/programs/html/penny.html >-share/doc/EMBOSS/programs/html/pepcoil.html >-share/doc/EMBOSS/programs/html/pepinfo.html >-share/doc/EMBOSS/programs/html/pepinfo1.gif >-share/doc/EMBOSS/programs/html/pepinfo2.gif >-share/doc/EMBOSS/programs/html/pepnet.html >-share/doc/EMBOSS/programs/html/pepnet0.gif >-share/doc/EMBOSS/programs/html/pepstats.html >-share/doc/EMBOSS/programs/html/pepwheel.html >-share/doc/EMBOSS/programs/html/pepwheel0.gif >-share/doc/EMBOSS/programs/html/pepwindow.html >-share/doc/EMBOSS/programs/html/pepwindow0.gif >-share/doc/EMBOSS/programs/html/pepwindowall.html >-share/doc/EMBOSS/programs/html/pepwindowall0.gif >-share/doc/EMBOSS/programs/html/phylogeny_group.html >-share/doc/EMBOSS/programs/html/plotcon.html >-share/doc/EMBOSS/programs/html/plotorf.html >-share/doc/EMBOSS/programs/html/plotorf0.gif >-share/doc/EMBOSS/programs/html/polydot.html >-share/doc/EMBOSS/programs/html/polydot0.gif >-share/doc/EMBOSS/programs/html/preg.html >-share/doc/EMBOSS/programs/html/prettyplot.html >-share/doc/EMBOSS/programs/html/prettyplot3.gif >-share/doc/EMBOSS/programs/html/prettyplot4.gif >-share/doc/EMBOSS/programs/html/prettyseq.html >-share/doc/EMBOSS/programs/html/primersearch.html >-share/doc/EMBOSS/programs/html/printsextract.html >-share/doc/EMBOSS/programs/html/profit.html >-share/doc/EMBOSS/programs/html/prophecy.html >-share/doc/EMBOSS/programs/html/prophet.html >-share/doc/EMBOSS/programs/html/prosextract.html >-share/doc/EMBOSS/programs/html/protdist.html >-share/doc/EMBOSS/programs/html/protein_2d_structure_group.html >-share/doc/EMBOSS/programs/html/protein_3d_structure_group.html >-share/doc/EMBOSS/programs/html/protein_composition_group.html >-share/doc/EMBOSS/programs/html/protein_motifs_group.html >-share/doc/EMBOSS/programs/html/protein_mutation_group.html >-share/doc/EMBOSS/programs/html/protein_profiles_group.html >-share/doc/EMBOSS/programs/html/protein_structure_group.html >-share/doc/EMBOSS/programs/html/pscan.html >-share/doc/EMBOSS/programs/html/rebaseextract.html >-share/doc/EMBOSS/programs/html/recode.html >-share/doc/EMBOSS/programs/html/recoder.html >-share/doc/EMBOSS/programs/html/redata.html >-share/doc/EMBOSS/programs/html/remap.html >-share/doc/EMBOSS/programs/html/restml.html >-share/doc/EMBOSS/programs/html/restover.html >-share/doc/EMBOSS/programs/html/restrict.html >-share/doc/EMBOSS/programs/html/revseq.html >-share/doc/EMBOSS/programs/html/scopalign.html >-share/doc/EMBOSS/programs/html/scope.html >-share/doc/EMBOSS/programs/html/seealso.html >-share/doc/EMBOSS/programs/html/seqboot.html >-share/doc/EMBOSS/programs/html/seqmatchall.html >-share/doc/EMBOSS/programs/html/seqret.html >-share/doc/EMBOSS/programs/html/seqretall.html >-share/doc/EMBOSS/programs/html/seqretallfeat.html >-share/doc/EMBOSS/programs/html/seqretfeat.html >-share/doc/EMBOSS/programs/html/seqretset.html >-share/doc/EMBOSS/programs/html/seqretsplit.html >-share/doc/EMBOSS/programs/html/showalign.html >-share/doc/EMBOSS/programs/html/showdb.html >-share/doc/EMBOSS/programs/html/showfeat.html >-share/doc/EMBOSS/programs/html/showorf.html >-share/doc/EMBOSS/programs/html/showseq.html >-share/doc/EMBOSS/programs/html/shuffleseq.html >-share/doc/EMBOSS/programs/html/sigcleave.html >-share/doc/EMBOSS/programs/html/siggen.html >-share/doc/EMBOSS/programs/html/sigscan.html >-share/doc/EMBOSS/programs/html/silent.html >-share/doc/EMBOSS/programs/html/splitter.html >-share/doc/EMBOSS/programs/html/stamps.html >-share/doc/EMBOSS/programs/html/stretcher.html >-share/doc/EMBOSS/programs/html/stssearch.html >-share/doc/EMBOSS/programs/html/supermatcher.html >-share/doc/EMBOSS/programs/html/swissparse.html >-share/doc/EMBOSS/programs/html/syco.html >-share/doc/EMBOSS/programs/html/syco0.gif >-share/doc/EMBOSS/programs/html/syco1.gif >-share/doc/EMBOSS/programs/html/test_group.html >-share/doc/EMBOSS/programs/html/textsearch.html >-share/doc/EMBOSS/programs/html/tfextract.html >-share/doc/EMBOSS/programs/html/tfm.html >-share/doc/EMBOSS/programs/html/tfscan.html >-share/doc/EMBOSS/programs/html/tmap.html >-share/doc/EMBOSS/programs/html/tmap0.gif >-share/doc/EMBOSS/programs/html/topo.gif >-share/doc/EMBOSS/programs/html/topo.html >-share/doc/EMBOSS/programs/html/transeq.html >-share/doc/EMBOSS/programs/html/trimest.html >-share/doc/EMBOSS/programs/html/trimseq.html >-share/doc/EMBOSS/programs/html/utils_database_creation_group.html >-share/doc/EMBOSS/programs/html/utils_database_indexing_group.html >-share/doc/EMBOSS/programs/html/utils_misc_group.html >-share/doc/EMBOSS/programs/html/vectorstrip.html >-share/doc/EMBOSS/programs/html/water.html >-share/doc/EMBOSS/programs/html/wobble.html >-share/doc/EMBOSS/programs/html/wobble0.gif >-share/doc/EMBOSS/programs/html/wordcount.html >-share/doc/EMBOSS/programs/html/wordmatch.html >-share/doc/EMBOSS/programs/html/wossname.html >-share/doc/EMBOSS/programs/html/pdbtosp.html >-share/doc/EMBOSS/programs/html/psiblasts.html >-share/doc/EMBOSS/programs/html/scopparse.html >-share/doc/EMBOSS/programs/html/seqnr.html >-share/doc/EMBOSS/programs/html/seqsort.html >-share/doc/EMBOSS/programs/html/tranalign.html >-share/doc/EMBOSS/programs/html/union.html >-share/doc/EMBOSS/programs/html/whichdb.html >-share/doc/EMBOSS/programs/html/yank.html >-share/doc/EMBOSS/programs/html/alignwrap.html >-share/doc/EMBOSS/programs/html/dichet.html >-share/doc/EMBOSS/programs/html/eprimer3.html >-share/doc/EMBOSS/programs/html/interface.html >-share/doc/EMBOSS/programs/html/jembossctl.html >-share/doc/EMBOSS/programs/text/SITE-DIRECTED.txt >-share/doc/EMBOSS/programs/text/abiview.txt >-share/doc/EMBOSS/programs/text/ajtest.txt >-share/doc/EMBOSS/programs/text/antigenic.txt >-share/doc/EMBOSS/programs/text/backtranseq.txt >-share/doc/EMBOSS/programs/text/banana.txt >-share/doc/EMBOSS/programs/text/biosed.txt >-share/doc/EMBOSS/programs/text/btwisted.txt >-share/doc/EMBOSS/programs/text/cai.txt >-share/doc/EMBOSS/programs/text/chaos.txt >-share/doc/EMBOSS/programs/text/charge.txt >-share/doc/EMBOSS/programs/text/checktrans.txt >-share/doc/EMBOSS/programs/text/chips.txt >-share/doc/EMBOSS/programs/text/cirdna.txt >-share/doc/EMBOSS/programs/text/clique.txt >-share/doc/EMBOSS/programs/text/codcmp.txt >-share/doc/EMBOSS/programs/text/coderet.txt >-share/doc/EMBOSS/programs/text/complex.txt >-share/doc/EMBOSS/programs/text/compseq.txt >-share/doc/EMBOSS/programs/text/cons.txt >-share/doc/EMBOSS/programs/text/consense.txt >-share/doc/EMBOSS/programs/text/contacts.txt >-share/doc/EMBOSS/programs/text/contml.txt >-share/doc/EMBOSS/programs/text/contrast.txt >-share/doc/EMBOSS/programs/text/cpgplot.txt >-share/doc/EMBOSS/programs/text/cpgreport.txt >-share/doc/EMBOSS/programs/text/cusp.txt >-share/doc/EMBOSS/programs/text/cutgextract.txt >-share/doc/EMBOSS/programs/text/cutseq.txt >-share/doc/EMBOSS/programs/text/dan.txt >-share/doc/EMBOSS/programs/text/dbiblast.txt >-share/doc/EMBOSS/programs/text/dbifasta.txt >-share/doc/EMBOSS/programs/text/dbiflat.txt >-share/doc/EMBOSS/programs/text/dbigcg.txt >-share/doc/EMBOSS/programs/text/degapseq.txt >-share/doc/EMBOSS/programs/text/descseq.txt >-share/doc/EMBOSS/programs/text/diffseq.txt >-share/doc/EMBOSS/programs/text/digest.txt >-share/doc/EMBOSS/programs/text/distmat.txt >-share/doc/EMBOSS/programs/text/dnacomp.txt >-share/doc/EMBOSS/programs/text/dnadist.txt >-share/doc/EMBOSS/programs/text/dnainvar.txt >-share/doc/EMBOSS/programs/text/dnaml.txt >-share/doc/EMBOSS/programs/text/dnamlk.txt >-share/doc/EMBOSS/programs/text/dnapars.txt >-share/doc/EMBOSS/programs/text/dnapenny.txt >-share/doc/EMBOSS/programs/text/dollop.txt >-share/doc/EMBOSS/programs/text/dolpenny.txt >-share/doc/EMBOSS/programs/text/domainer.txt >-share/doc/EMBOSS/programs/text/dotmatcher.txt >-share/doc/EMBOSS/programs/text/dotpath.txt >-share/doc/EMBOSS/programs/text/dottup.txt >-share/doc/EMBOSS/programs/text/dreg.txt >-share/doc/EMBOSS/programs/text/eclique.txt >-share/doc/EMBOSS/programs/text/econsense.txt >-share/doc/EMBOSS/programs/text/econtml.txt >-share/doc/EMBOSS/programs/text/econtrast.txt >-share/doc/EMBOSS/programs/text/ednacomp.txt >-share/doc/EMBOSS/programs/text/ednadist.txt >-share/doc/EMBOSS/programs/text/ednainvar.txt >-share/doc/EMBOSS/programs/text/ednaml.txt >-share/doc/EMBOSS/programs/text/ednamlk.txt >-share/doc/EMBOSS/programs/text/ednapars.txt >-share/doc/EMBOSS/programs/text/ednapenny.txt >-share/doc/EMBOSS/programs/text/edollop.txt >-share/doc/EMBOSS/programs/text/edolpenny.txt >-share/doc/EMBOSS/programs/text/efactor.txt >-share/doc/EMBOSS/programs/text/efitch.txt >-share/doc/EMBOSS/programs/text/egendist.txt >-share/doc/EMBOSS/programs/text/einverted.txt >-share/doc/EMBOSS/programs/text/ekitsch.txt >-share/doc/EMBOSS/programs/text/embossdata.txt >-share/doc/EMBOSS/programs/text/embossversion.txt >-share/doc/EMBOSS/programs/text/emix.txt >-share/doc/EMBOSS/programs/text/emma.txt >-share/doc/EMBOSS/programs/text/emowse.txt >-share/doc/EMBOSS/programs/text/eneighbor.txt >-share/doc/EMBOSS/programs/text/entret.txt >-share/doc/EMBOSS/programs/text/epenny.txt >-share/doc/EMBOSS/programs/text/eprotdist.txt >-share/doc/EMBOSS/programs/text/eprotpars.txt >-share/doc/EMBOSS/programs/text/equicktandem.txt >-share/doc/EMBOSS/programs/text/erestml.txt >-share/doc/EMBOSS/programs/text/eseqboot.txt >-share/doc/EMBOSS/programs/text/est2genome.txt >-share/doc/EMBOSS/programs/text/etandem.txt >-share/doc/EMBOSS/programs/text/extractfeat.txt >-share/doc/EMBOSS/programs/text/extractseq.txt >-share/doc/EMBOSS/programs/text/factor.txt >-share/doc/EMBOSS/programs/text/findkm.txt >-share/doc/EMBOSS/programs/text/fitch.txt >-share/doc/EMBOSS/programs/text/freak.txt >-share/doc/EMBOSS/programs/text/fuzznuc.txt >-share/doc/EMBOSS/programs/text/fuzzpro.txt >-share/doc/EMBOSS/programs/text/fuzztran.txt >-share/doc/EMBOSS/programs/text/garnier.txt >-share/doc/EMBOSS/programs/text/geecee.txt >-share/doc/EMBOSS/programs/text/gendist.txt >-share/doc/EMBOSS/programs/text/getorf.txt >-share/doc/EMBOSS/programs/text/helixturnhelix.txt >-share/doc/EMBOSS/programs/text/hmoment.txt >-share/doc/EMBOSS/programs/text/iep.txt >-share/doc/EMBOSS/programs/text/infoalign.txt >-share/doc/EMBOSS/programs/text/infoseq.txt >-share/doc/EMBOSS/programs/text/isochore.txt >-share/doc/EMBOSS/programs/text/kitsch.txt >-share/doc/EMBOSS/programs/text/lindna.txt >-share/doc/EMBOSS/programs/text/listor.txt >-share/doc/EMBOSS/programs/text/marscan.txt >-share/doc/EMBOSS/programs/text/maskfeat.txt >-share/doc/EMBOSS/programs/text/maskseq.txt >-share/doc/EMBOSS/programs/text/matcher.txt >-share/doc/EMBOSS/programs/text/megamerger.txt >-share/doc/EMBOSS/programs/text/merger.txt >-share/doc/EMBOSS/programs/text/mix.txt >-share/doc/EMBOSS/programs/text/msbar.txt >-share/doc/EMBOSS/programs/text/mse.txt >-share/doc/EMBOSS/programs/text/mwfilter.txt >-share/doc/EMBOSS/programs/text/needle.txt >-share/doc/EMBOSS/programs/text/neighbor.txt >-share/doc/EMBOSS/programs/text/newcpgreport.txt >-share/doc/EMBOSS/programs/text/newcpgseek.txt >-share/doc/EMBOSS/programs/text/newseq.txt >-share/doc/EMBOSS/programs/text/noreturn.txt >-share/doc/EMBOSS/programs/text/notseq.txt >-share/doc/EMBOSS/programs/text/nrscope.txt >-share/doc/EMBOSS/programs/text/nthseq.txt >-share/doc/EMBOSS/programs/text/octanol.txt >-share/doc/EMBOSS/programs/text/oddcomp.txt >-share/doc/EMBOSS/programs/text/palindrome.txt >-share/doc/EMBOSS/programs/text/pasteseq.txt >-share/doc/EMBOSS/programs/text/patmatdb.txt >-share/doc/EMBOSS/programs/text/patmatmotifs.txt >-share/doc/EMBOSS/programs/text/penny.txt >-share/doc/EMBOSS/programs/text/pepcoil.txt >-share/doc/EMBOSS/programs/text/pepinfo.txt >-share/doc/EMBOSS/programs/text/pepnet.txt >-share/doc/EMBOSS/programs/text/pepstats.txt >-share/doc/EMBOSS/programs/text/pepwheel.txt >-share/doc/EMBOSS/programs/text/pepwindow.txt >-share/doc/EMBOSS/programs/text/pepwindowall.txt >-share/doc/EMBOSS/programs/text/plotcon.txt >-share/doc/EMBOSS/programs/text/plotorf.txt >-share/doc/EMBOSS/programs/text/polydot.txt >-share/doc/EMBOSS/programs/text/preg.txt >-share/doc/EMBOSS/programs/text/prettyplot.txt >-share/doc/EMBOSS/programs/text/prettyseq.txt >-share/doc/EMBOSS/programs/text/primersearch.txt >-share/doc/EMBOSS/programs/text/printsextract.txt >-share/doc/EMBOSS/programs/text/profit.txt >-share/doc/EMBOSS/programs/text/prophecy.txt >-share/doc/EMBOSS/programs/text/prophet.txt >-share/doc/EMBOSS/programs/text/prosextract.txt >-share/doc/EMBOSS/programs/text/protdist.txt >-share/doc/EMBOSS/programs/text/pscan.txt >-share/doc/EMBOSS/programs/text/rebaseextract.txt >-share/doc/EMBOSS/programs/text/recode.txt >-share/doc/EMBOSS/programs/text/recoder.txt >-share/doc/EMBOSS/programs/text/redata.txt >-share/doc/EMBOSS/programs/text/remap.txt >-share/doc/EMBOSS/programs/text/restml.txt >-share/doc/EMBOSS/programs/text/restover.txt >-share/doc/EMBOSS/programs/text/restrict.txt >-share/doc/EMBOSS/programs/text/revseq.txt >-share/doc/EMBOSS/programs/text/scopalign.txt >-share/doc/EMBOSS/programs/text/scope.txt >-share/doc/EMBOSS/programs/text/seealso.txt >-share/doc/EMBOSS/programs/text/seqboot.txt >-share/doc/EMBOSS/programs/text/seqmatchall.txt >-share/doc/EMBOSS/programs/text/seqret.txt >-share/doc/EMBOSS/programs/text/seqretall.txt >-share/doc/EMBOSS/programs/text/seqretallfeat.txt >-share/doc/EMBOSS/programs/text/seqretfeat.txt >-share/doc/EMBOSS/programs/text/seqretset.txt >-share/doc/EMBOSS/programs/text/seqretsplit.txt >-share/doc/EMBOSS/programs/text/showalign.txt >-share/doc/EMBOSS/programs/text/showdb.txt >-share/doc/EMBOSS/programs/text/showfeat.txt >-share/doc/EMBOSS/programs/text/showorf.txt >-share/doc/EMBOSS/programs/text/showseq.txt >-share/doc/EMBOSS/programs/text/shuffleseq.txt >-share/doc/EMBOSS/programs/text/sigcleave.txt >-share/doc/EMBOSS/programs/text/siggen.txt >-share/doc/EMBOSS/programs/text/sigscan.txt >-share/doc/EMBOSS/programs/text/silent.txt >-share/doc/EMBOSS/programs/text/splitter.txt >-share/doc/EMBOSS/programs/text/stamps.txt >-share/doc/EMBOSS/programs/text/stretcher.txt >-share/doc/EMBOSS/programs/text/stssearch.txt >-share/doc/EMBOSS/programs/text/supermatcher.txt >-share/doc/EMBOSS/programs/text/swissparse.txt >-share/doc/EMBOSS/programs/text/syco.txt >-share/doc/EMBOSS/programs/text/textsearch.txt >-share/doc/EMBOSS/programs/text/tfextract.txt >-share/doc/EMBOSS/programs/text/tfm.txt >-share/doc/EMBOSS/programs/text/tfscan.txt >-share/doc/EMBOSS/programs/text/tmap.txt >-share/doc/EMBOSS/programs/text/topo.txt >-share/doc/EMBOSS/programs/text/transeq.txt >-share/doc/EMBOSS/programs/text/trimest.txt >-share/doc/EMBOSS/programs/text/trimseq.txt >-share/doc/EMBOSS/programs/text/vectorstrip.txt >-share/doc/EMBOSS/programs/text/water.txt >-share/doc/EMBOSS/programs/text/wobble.txt >-share/doc/EMBOSS/programs/text/wordcount.txt >-share/doc/EMBOSS/programs/text/wordmatch.txt >-share/doc/EMBOSS/programs/text/wossname.txt >-share/doc/EMBOSS/programs/text/jembossctl.txt >-share/doc/EMBOSS/programs/text/pdbtosp.txt >-share/doc/EMBOSS/programs/text/psiblasts.txt >-share/doc/EMBOSS/programs/text/scopparse.txt >-share/doc/EMBOSS/programs/text/seqnr.txt >-share/doc/EMBOSS/programs/text/seqsort.txt >-share/doc/EMBOSS/programs/text/tranalign.txt >-share/doc/EMBOSS/programs/text/union.txt >-share/doc/EMBOSS/programs/text/whichdb.txt >-share/doc/EMBOSS/programs/text/yank.txt >-share/doc/EMBOSS/programs/text/alignwrap.txt >-share/doc/EMBOSS/programs/text/dichet.txt >-share/doc/EMBOSS/programs/text/eprimer3.txt >-share/doc/EMBOSS/programs/text/interface.txt >-share/doc/EMBOSS/tutorials/biblio.bib >-share/doc/EMBOSS/tutorials/dottup.ps.gz >-share/doc/EMBOSS/tutorials/emboss-gcg.ppt >-share/doc/EMBOSS/tutorials/emboss-interfaces.ppt >-share/doc/EMBOSS/tutorials/emboss-talk.ppt >-share/doc/EMBOSS/tutorials/emboss_tutorial.ps.gz >-share/doc/EMBOSS/tutorials/emboss_tutorial.tex >-share/doc/EMBOSS/tutorials/pepinfo1.ps.gz >-share/doc/EMBOSS/tutorials/pepinfo2.ps.gz >-share/doc/EMBOSS/tutorials/plotorf.ps.gz >-share/doc/EMBOSS/tutorials/tmap.ps.gz >-@dirrm share/doc/EMBOSS/tutorials >-@dirrm share/doc/EMBOSS/programs/text >-@dirrm share/doc/EMBOSS/programs/html >-@dirrm share/doc/EMBOSS/programs >-@dirrm share/doc/EMBOSS/manuals >-@dirrm share/doc/EMBOSS >-@dirrm share/EMBOSS/test/wormpep >-@dirrm share/EMBOSS/test/swnew >-@dirrm share/EMBOSS/test/swiss >-@dirrm share/EMBOSS/test/pir >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/DragTree.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.PopupListener.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileNode.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree/FileSaving.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/BuildJembossForm.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/ListFilePanel.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SectionPanel.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SetInFileCard.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/SetOutFileCard.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.DecimalNumberDocument.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/TextFieldSink.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/JembossComboPopup.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form/JembossComboPopup.myComboUI.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/FileChooser.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/Database.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.HorizontalMenu.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup/Splash.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/BuildProgramMenu.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ResultsMenuBar.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/SetUpMenuBar.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ShowResultSet.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/ShowSavedResults.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/SwingWorker.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationFields.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationParam.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/AcdFunResolve.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/AcdVarResolve.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/Ajax.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/Dependent.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/ParseAcd.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/JembossProcess.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/ListFile.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/ResultList.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/programs/RunEmbossApplication.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/AuthPopup.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/CallAjax.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/GetWossname.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/JembossRun.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/JembossSoapException.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/PendingResults.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/PrivateRequest.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/soap/ResListView.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/Jemboss.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/Jemboss.winExit.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/JembossLogo.html >+share/EMBOSS/jemboss/api/org/emboss/jemboss/JembossParams.html >+share/EMBOSS/jemboss/api/allclasses-frame.html >+share/EMBOSS/jemboss/api/deprecated-list.html >+share/EMBOSS/jemboss/api/getClasses.pl >+share/EMBOSS/jemboss/api/help-doc.html >+share/EMBOSS/jemboss/api/index-all.html >+share/EMBOSS/jemboss/api/index.html >+share/EMBOSS/jemboss/api/makeDocs.csh >+share/EMBOSS/jemboss/api/overview-tree.html >+share/EMBOSS/jemboss/api/package-list >+share/EMBOSS/jemboss/api/packages.html >+share/EMBOSS/jemboss/api/serialized-form.html >+share/EMBOSS/jemboss/api/stylesheet.css >+share/EMBOSS/jemboss/images/Backward_arrow_button.gif >+share/EMBOSS/jemboss/images/Forward_arrow_button.gif >+share/EMBOSS/jemboss/images/Go_button.gif >+share/EMBOSS/jemboss/images/Information_button.gif >+share/EMBOSS/jemboss/images/Jemboss_logo_greyback.gif >+share/EMBOSS/jemboss/images/Jemboss_logo_large.gif >+share/EMBOSS/jemboss/images/Jemboss_logo_small.gif >+share/EMBOSS/jemboss/images/Job_manager_button.gif >+share/EMBOSS/jemboss/images/Refresh_button.gif >+share/EMBOSS/jemboss/images/Refresh_button2.gif >+share/EMBOSS/jemboss/lib/axis/axis-ant.jar >+share/EMBOSS/jemboss/lib/axis/axis.jar >+share/EMBOSS/jemboss/lib/axis/commons-discovery.jar >+share/EMBOSS/jemboss/lib/axis/commons-logging.jar >+share/EMBOSS/jemboss/lib/axis/jaxrpc.jar >+share/EMBOSS/jemboss/lib/axis/log4j-1.2.8.jar >+share/EMBOSS/jemboss/lib/axis/saaj.jar >+share/EMBOSS/jemboss/lib/axis/servlet.jar >+share/EMBOSS/jemboss/lib/axis/wsdl4j.jar >+share/EMBOSS/jemboss/lib/README >+share/EMBOSS/jemboss/lib/activation.jar >+share/EMBOSS/jemboss/lib/jakarta-regexp-1.2.jar >+share/EMBOSS/jemboss/lib/mail.jar >+share/EMBOSS/jemboss/lib/xerces.jar >+share/EMBOSS/jemboss/lib/jalview.jar >+share/EMBOSS/jemboss/lib/jcert.jar >+share/EMBOSS/jemboss/lib/jnet.jar >+share/EMBOSS/jemboss/lib/jsse.jar >+share/EMBOSS/jemboss/lib/JembossPrintAlignment.jar >+share/EMBOSS/jemboss/lib/grout.jar >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/AlignApplet.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutSequenceJPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/AlignJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/Matrix.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/ColourJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/MatrixJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/ColourMenu.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PatternJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/ColourPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PlotConsensus.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/Consensus.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PrettyPlotJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/ConsensusOptions.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PrintAlignmentImage.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GraphicSequenceCollection.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PrintAlignment.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/Paste.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutAlignJFrameEvent.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/Sequence.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutAlignJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/SequenceJPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutAlignJFrameListener.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/SequenceNameJButton.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollectionEvent.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/SequenceProperties.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollection.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/SequenceReader.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollectionListener.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/SequenceSaver.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/GroutSequence.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/IDTableJFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/editor/PrintableJTable.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/Block.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/PrintDNAImage.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/DNADraw.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/RestrictionEnzyme.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/EmbossCirdnaReader.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/Ticks.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/GeneticMarker.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/Wizard.java >+share/EMBOSS/jemboss/org/emboss/jemboss/draw/LineAttribute.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/DragTree.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileEditorDisplay.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileNode.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileSave.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/FileSaving.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteDragTree.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileNode.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileTreePanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree/LocalAndRemoteFileTreeFrame.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/BuildJembossForm.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/ListFilePanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SectionPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SetInFileCard.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/SetOutFileCard.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldFloat.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldInt.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/TextFieldSink.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/JembossComboPopup.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/MultiLineToolTipUI.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/PlafMacros.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/ReportFormat.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/AlignFormat.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/ApplicationNamePanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/LabelTextBox.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/form/Separator.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/FileChooser.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup/Database.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup/ProgList.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/AdvancedOptions.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/ResultsMenuBar.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/ShowResultSet.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/BuildProgramMenu.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/SequenceData.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/ShowSavedResults.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/LaunchJalView.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/SequenceList.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/SwingWorker.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/MemoryComboBox.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/SetUpMenuBar.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/Browser.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/SplashThread.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/ScrollPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/gui/ImageIconJPanel.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd/ApplicationFields.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd/ApplicationParam.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdFunResolve.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdVariableResolve.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/AcdVarResolve.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/Ajax.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/AjaxUtil.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/Dependent.java >+share/EMBOSS/jemboss/org/emboss/jemboss/parser/ParseAcd.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/BatchUpdateTimer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/JembossProcess.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/ListFile.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/ResultList.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/ResultsUpdateTimer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/RunEmbossApplication.java >+share/EMBOSS/jemboss/org/emboss/jemboss/programs/RunEmbossApplication2.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossFileServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossThread.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossAuthServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/JembossFileAuthServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/TestPublicServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/TestPrivateServer.java >+share/EMBOSS/jemboss/org/emboss/jemboss/server/AppendToLogFileThread.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/AuthPopup.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/JembossSoapException.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/CallAjax.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/PendingResults.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetWossname.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/PrivateRequest.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/JembossRun.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/ServerSetup.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/FileRoots.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/FileList.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/PublicRequest.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetACD.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/GetHelp.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/ShowDB.java >+share/EMBOSS/jemboss/org/emboss/jemboss/soap/MakeFileSafe.java >+share/EMBOSS/jemboss/org/emboss/jemboss/Jemboss.java >+share/EMBOSS/jemboss/org/emboss/jemboss/JembossLogo.java >+share/EMBOSS/jemboss/org/emboss/jemboss/JembossParams.java >+share/EMBOSS/jemboss/org/emboss/jemboss/JembossJarUtil.java >+share/EMBOSS/jemboss/resources/jemboss.properties >+share/EMBOSS/jemboss/resources/readme.html >+share/EMBOSS/jemboss/resources/readmeAlign.html >+share/EMBOSS/jemboss/resources/readmeDNADraw.html >+share/EMBOSS/jemboss/resources/results.html >+share/EMBOSS/jemboss/resources/version >+share/EMBOSS/jemboss/resources/filemgr.html >+share/EMBOSS/jemboss/resources/seqList.html >+share/EMBOSS/jemboss/utils/install-jemboss-server.sh >+share/EMBOSS/jemboss/utils/keys.sh >+share/EMBOSS/jemboss/utils/makeJar.csh >+share/EMBOSS/jemboss/utils/makeJNLP.sh >+share/EMBOSS/jemboss/utils/makeFileManagerJNLP.sh >+share/EMBOSS/jemboss/utils/template.html >+share/EMBOSS/jemboss/utils/README >+share/EMBOSS/jemboss/LICENSE >+share/EMBOSS/jemboss/readme.html >+share/EMBOSS/jemboss/runJemboss.sh >+share/EMBOSS/jemboss/README >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/manuals >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/programs/html >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/programs/text >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/programs >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorials >+%%PORTDOCS%%@dirrm %%DOCSDIR%% >+@dirrm share/EMBOSS/acd >+@dirrm share/EMBOSS/data/AAINDEX >+@dirrm share/EMBOSS/data/CODONS >+@dirrm share/EMBOSS/data/REBASE >+@dirrm share/EMBOSS/data/PRINTS >+@dirrm share/EMBOSS/data/PROSITE >+@dirrm share/EMBOSS/data >+@dirrm share/EMBOSS/test/data >+@dirrm share/EMBOSS/test/embl > @dirrm share/EMBOSS/test/genbank > @dirrm share/EMBOSS/test/gb >-@dirrm share/EMBOSS/test/embl >-@dirrm share/EMBOSS/test/data >+@dirrm share/EMBOSS/test/pir >+@dirrm share/EMBOSS/test/swiss >+@dirrm share/EMBOSS/test/swnew >+@dirrm share/EMBOSS/test/wormpep > @dirrm share/EMBOSS/test >-@dirrm share/EMBOSS/jemboss/utils >-@dirrm share/EMBOSS/jemboss/resources >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/soap >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/server >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/programs >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/parser >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/form >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui >-@dirrm share/EMBOSS/jemboss/org/emboss/jemboss >-@dirrm share/EMBOSS/jemboss/org/emboss >-@dirrm share/EMBOSS/jemboss/org >-@dirrm share/EMBOSS/jemboss/lib >-@dirrm share/EMBOSS/jemboss/images >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/soap >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/programs >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/parser >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser >-@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form > @dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/filetree >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/form >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/sequenceChooser >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui/startup > @dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/gui >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/parser/acd >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/parser >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/programs >+@dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss/soap > @dirrm share/EMBOSS/jemboss/api/org/emboss/jemboss > @dirrm share/EMBOSS/jemboss/api/org/emboss > @dirrm share/EMBOSS/jemboss/api/org > @dirrm share/EMBOSS/jemboss/api >+@dirrm share/EMBOSS/jemboss/images >+@dirrm share/EMBOSS/jemboss/lib/axis >+@dirrm share/EMBOSS/jemboss/lib >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/editor >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/draw >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/filetree >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/form >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/sequenceChooser >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui/startup >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/gui >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/parser/acd >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/parser >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/programs >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/server >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss/soap >+@dirrm share/EMBOSS/jemboss/org/emboss/jemboss >+@dirrm share/EMBOSS/jemboss/org/emboss >+@dirrm share/EMBOSS/jemboss/org >+@dirrm share/EMBOSS/jemboss/resources >+@dirrm share/EMBOSS/jemboss/utils > @dirrm share/EMBOSS/jemboss >-@dirrm share/EMBOSS/data/REBASE >-@dirrm share/EMBOSS/data/PROSITE >-@dirrm share/EMBOSS/data/PRINTS >-@dirrm share/EMBOSS/data/CODONS >-@dirrm share/EMBOSS/data >-@dirrm share/EMBOSS/acd > @dirrm share/EMBOSS >diff -ruN /usr/ports/biology/emboss/scripts/configure.emboss emboss/scripts/configure.emboss >--- /usr/ports/biology/emboss/scripts/configure.emboss Fri Aug 3 08:32:42 2001 >+++ emboss/scripts/configure.emboss Wed Dec 31 21:00:00 1969 >@@ -1,73 +0,0 @@ >-#!/bin/sh >- >-if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then >- exit >-fi >- >-if [ "${BATCH}" ]; then >- set \"EMNU\" \"HMMER\" \"MEME\" \"MSE\" \"PHYLIP\" \"TOPO\" >-else >- /usr/bin/dialog --title "EMBOSS: EMBASSY applications" --clear \ >- --checklist "\n\ >-These third party applications have been adapted to >-function as part of EMBOSS.\n >-Please select EMBASSY applications to install:" -1 -1 6 \ >-EMNU "v${EMNU_VERSION} - Text-based menu" ON \ >-HMMER "v${HMMER_VERSION} - HMM alignment" ON \ >-MEME "v${MEME_VERSION} - Motif detection" ON \ >-MSE "v${MSE_VERSION} - Phylogeny inference" ON \ >-PHYLIP "v${PHYLIP_VERSION} - Sequence editor" ON \ >-TOPO "v${TOPO_VERSION} - Transmembrane display" ON \ >-2> /tmp/checklist.tmp.$$ >- >- retval=$? >- >- if [ -s /tmp/checklist.tmp.$$ ]; then >- set `cat /tmp/checklist.tmp.$$` >- fi >- ${RM} -f /tmp/checklist.tmp.$$ >- >- case $retval in >- 0) >- if [ -z "$*" ]; then >- echo "Nothing selected" >- fi >- ;; >- 1) >- echo "Cancel pressed." >- exit 1 >- ;; >- esac >-fi >- >-${MKDIR} ${WRKDIRPREFIX}${CURDIR} >-exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc >- >-while [ "$1" ]; do >- case $1 in >- \"EMNU\") >- echo "WITH_EMNU= yes" >- ;; >- \"HMMER\") >- echo "WITH_HMMER= yes" >- ;; >- \"MEME\") >- echo "WITH_MEME= yes" >- ;; >- \"MSE\") >- echo "WITH_MSE= yes" >- ;; >- \"PHYLIP\") >- echo "WITH_PHYLIP= yes" >- ;; >- \"TOPO\") >- echo "WITH_TOPO= yes" >- ;; >- *) >- echo "Invalid option(s): $*" > /dev/stderr >- ${RM} -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc >- exit 1 >- ;; >- esac >- shift >-done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74333
: 48577