aboutsummaryrefslogtreecommitdiff
path: root/biology/emboss
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-11-26 01:11:43 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-11-26 01:11:43 +0000
commit626e4b86a80bda267ca73fe79e9f7883b66b7a1c (patch)
treea64a33406a7e567a415937948a405f68a18e2367 /biology/emboss
parent6387140db2d9c15715ca845407639eff8d3767ef (diff)
downloadports-626e4b86a80bda267ca73fe79e9f7883b66b7a1c.tar.gz
ports-626e4b86a80bda267ca73fe79e9f7883b66b7a1c.zip
Notes
Diffstat (limited to 'biology/emboss')
-rw-r--r--biology/emboss/Makefile128
-rw-r--r--biology/emboss/distinfo9
-rw-r--r--biology/emboss/files/patch-aa26
-rw-r--r--biology/emboss/files/patch-ajax::ajjava.c11
-rw-r--r--biology/emboss/files/patch-configure11
-rw-r--r--biology/emboss/files/patch-emboss-emboss.default.template38
-rw-r--r--biology/emboss/pkg-message3
-rw-r--r--biology/emboss/pkg-plist3145
-rw-r--r--biology/emboss/scripts/configure.emboss73
9 files changed, 1632 insertions, 1812 deletions
diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile
index c7d8b55f1fd9..18ad062199d2 100644
--- a/biology/emboss/Makefile
+++ b/biology/emboss/Makefile
@@ -6,137 +6,55 @@
#
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}"
+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:U}
+DATADIR= ${PREFIX}/share/${PORTNAME:U}
-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 --git a/biology/emboss/distinfo b/biology/emboss/distinfo
index bcc2cea1e109..5c53ea980ba9 100644
--- a/biology/emboss/distinfo
+++ b/biology/emboss/distinfo
@@ -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 --git a/biology/emboss/files/patch-aa b/biology/emboss/files/patch-aa
deleted file mode 100644
index 60853ff96c11..000000000000
--- a/biology/emboss/files/patch-aa
+++ /dev/null
@@ -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 --git a/biology/emboss/files/patch-ajax::ajjava.c b/biology/emboss/files/patch-ajax::ajjava.c
deleted file mode 100644
index 76189b95c03b..000000000000
--- a/biology/emboss/files/patch-ajax::ajjava.c
+++ /dev/null
@@ -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 --git a/biology/emboss/files/patch-configure b/biology/emboss/files/patch-configure
deleted file mode 100644
index da46a3c60faa..000000000000
--- a/biology/emboss/files/patch-configure
+++ /dev/null
@@ -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 --git a/biology/emboss/files/patch-emboss-emboss.default.template b/biology/emboss/files/patch-emboss-emboss.default.template
deleted file mode 100644
index 3bbe6641a0d1..000000000000
--- a/biology/emboss/files/patch-emboss-emboss.default.template
+++ /dev/null
@@ -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 --git a/biology/emboss/pkg-message b/biology/emboss/pkg-message
index 31845abb7690..1c36c80c0b39 100644
--- a/biology/emboss/pkg-message
+++ b/biology/emboss/pkg-message
@@ -15,7 +15,8 @@ A .embossrc in a user's home directory overrides settings in the
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 --git a/biology/emboss/pkg-plist b/biology/emboss/pkg-plist
index 7db872665c01..ce1ef92d70f0 100644
--- a/biology/emboss/pkg-plist
+++ b/biology/emboss/pkg-plist
@@ -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/codcmp
bin/coderet
bin/compseq
bin/cons
-bin/contacts
bin/cpgplot
bin/cpgreport
bin/cusp
@@ -117,11 +32,9 @@ bin/dbiflat
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,7 @@ bin/embossversion
bin/emma
bin/emowse
bin/entret
+bin/epestfind
bin/eprimer3
bin/equicktandem
bin/est2genome
@@ -151,7 +65,6 @@ bin/hmoment
bin/iep
bin/infoalign
bin/infoseq
-bin/interface
bin/isochore
bin/jembossctl
bin/lindna
@@ -163,14 +76,14 @@ bin/matcher
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
@@ -178,7 +91,6 @@ bin/palindrome
bin/pasteseq
bin/patmatdb
bin/patmatmotifs
-bin/pdbtosp
bin/pepcoil
bin/pepinfo
bin/pepnet
@@ -199,7 +111,7 @@ bin/prophecy
bin/prophet
bin/prosextract
bin/pscan
-bin/psiblasts
+bin/psiphi
bin/rebaseextract
bin/recoder
bin/redata
@@ -207,16 +119,10 @@ bin/remap
bin/restover
bin/restrict
bin/revseq
-bin/runJemboss.csh
-bin/scopalign
-bin/scope
-bin/scopparse
bin/seealso
bin/seqmatchall
-bin/seqnr
bin/seqret
bin/seqretsplit
-bin/seqsort
bin/showalign
bin/showdb
bin/showfeat
@@ -224,15 +130,16 @@ bin/showorf
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
@@ -242,6 +149,7 @@ bin/tranalign
bin/transeq
bin/trimest
bin/trimseq
+bin/twofeat
bin/union
bin/vectorstrip
bin/water
@@ -251,1441 +159,1598 @@ 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
-share/EMBOSS/acd/megamerger.acd
-share/EMBOSS/acd/merger.acd
-share/EMBOSS/acd/msbar.acd
-share/EMBOSS/acd/mwfilter.acd
-share/EMBOSS/acd/needle.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
-share/EMBOSS/acd/palindrome.acd
-share/EMBOSS/acd/pasteseq.acd
-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
-share/EMBOSS/acd/pepstats.acd
-share/EMBOSS/acd/pepwheel.acd
-share/EMBOSS/acd/pepwindow.acd
-share/EMBOSS/acd/pepwindowall.acd
-share/EMBOSS/acd/plotcon.acd
-share/EMBOSS/acd/plotorf.acd
-share/EMBOSS/acd/polydot.acd
-share/EMBOSS/acd/preg.acd
-share/EMBOSS/acd/prettyplot.acd
-share/EMBOSS/acd/prettyseq.acd
-share/EMBOSS/acd/prima.acd
-share/EMBOSS/acd/primers.acd
-share/EMBOSS/acd/primersearch.acd
-share/EMBOSS/acd/printsextract.acd
-share/EMBOSS/acd/profit.acd
-share/EMBOSS/acd/prophecy.acd
-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
-share/EMBOSS/acd/remap.acd
-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/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/sigcleave.acd
-share/EMBOSS/acd/siggen.acd
-share/EMBOSS/acd/sigscan.acd
-share/EMBOSS/acd/silent.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/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
-share/EMBOSS/acd/transeq.acd
-share/EMBOSS/acd/treetypedisplay.acd
-share/EMBOSS/acd/trimest.acd
-share/EMBOSS/acd/trimseq.acd
-share/EMBOSS/acd/union.acd
-share/EMBOSS/acd/vectorstrip.acd
-share/EMBOSS/acd/water.acd
-share/EMBOSS/acd/whichdb.acd
-share/EMBOSS/acd/wobble.acd
-share/EMBOSS/acd/wordcount.acd
-share/EMBOSS/acd/wordmatch.acd
-share/EMBOSS/acd/wossname.acd
-share/EMBOSS/acd/yank.acd
-share/EMBOSS/data/CODONS/Eacc.cut
-share/EMBOSS/data/CODONS/Eadenovirus5.cut
-share/EMBOSS/data/CODONS/Eadenovirus7.cut
-share/EMBOSS/data/CODONS/Eaidlav.cut
-share/EMBOSS/data/CODONS/Eanasp.cut
-share/EMBOSS/data/CODONS/Eani.cut
-share/EMBOSS/data/CODONS/Eani_h.cut
-share/EMBOSS/data/CODONS/Eanidmit.cut
-share/EMBOSS/data/CODONS/Easn.cut
-share/EMBOSS/data/CODONS/Eath.cut
-share/EMBOSS/data/CODONS/Eatu.cut
-share/EMBOSS/data/CODONS/Eavi.cut
-share/EMBOSS/data/CODONS/Ebja.cut
-share/EMBOSS/data/CODONS/Ebly.cut
-share/EMBOSS/data/CODONS/Ebme.cut
-share/EMBOSS/data/CODONS/Ebmo.cut
-share/EMBOSS/data/CODONS/Ebna.cut
-share/EMBOSS/data/CODONS/Ebov.cut
-share/EMBOSS/data/CODONS/Ebovsp.cut
-share/EMBOSS/data/CODONS/Ebst.cut
-share/EMBOSS/data/CODONS/Ebsu.cut
-share/EMBOSS/data/CODONS/Ebsu_h.cut
-share/EMBOSS/data/CODONS/Ecac.cut
-share/EMBOSS/data/CODONS/Ecal.cut
-share/EMBOSS/data/CODONS/Eccr.cut
-share/EMBOSS/data/CODONS/Ecel.cut
-share/EMBOSS/data/CODONS/Echi.cut
-share/EMBOSS/data/CODONS/Echicken.cut
-share/EMBOSS/data/CODONS/Echisp.cut
-share/EMBOSS/data/CODONS/Echk.cut
-share/EMBOSS/data/CODONS/Echmp.cut
-share/EMBOSS/data/CODONS/Echnt.cut
-share/EMBOSS/data/CODONS/Echos.cut
-share/EMBOSS/data/CODONS/Echzm.cut
-share/EMBOSS/data/CODONS/Echzmrubp.cut
-share/EMBOSS/data/CODONS/Ecpx.cut
-share/EMBOSS/data/CODONS/Ecre.cut
-share/EMBOSS/data/CODONS/Ecrisp.cut
-share/EMBOSS/data/CODONS/Ectr.cut
-share/EMBOSS/data/CODONS/Edayhoff.cut
-share/EMBOSS/data/CODONS/Eddi.cut
-share/EMBOSS/data/CODONS/Eddi_h.cut
-share/EMBOSS/data/CODONS/Edog.cut
-share/EMBOSS/data/CODONS/Edro.cut
-share/EMBOSS/data/CODONS/Edro_h.cut
-share/EMBOSS/data/CODONS/Edrosophila.cut
-share/EMBOSS/data/CODONS/Eeca.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
-share/EMBOSS/data/CODONS/Ehha.cut
-share/EMBOSS/data/CODONS/Ehin.cut
-share/EMBOSS/data/CODONS/Ehma.cut
-share/EMBOSS/data/CODONS/Ehum.cut
-share/EMBOSS/data/CODONS/Ehuman.cut
-share/EMBOSS/data/CODONS/Ekla.cut
-share/EMBOSS/data/CODONS/Ekpn.cut
-share/EMBOSS/data/CODONS/Ella.cut
-share/EMBOSS/data/CODONS/Emac.cut
-share/EMBOSS/data/CODONS/Emaize.cut
-share/EMBOSS/data/CODONS/Emam_h.cut
-share/EMBOSS/data/CODONS/Emixlg.cut
-share/EMBOSS/data/CODONS/Emouse.cut
-share/EMBOSS/data/CODONS/Emsa.cut
-share/EMBOSS/data/CODONS/Emse.cut
-share/EMBOSS/data/CODONS/Emta.cut
-share/EMBOSS/data/CODONS/Emtu.cut
-share/EMBOSS/data/CODONS/Emus.cut
-share/EMBOSS/data/CODONS/Emussp.cut
-share/EMBOSS/data/CODONS/Emva.cut
-share/EMBOSS/data/CODONS/Emze.cut
-share/EMBOSS/data/CODONS/Emzecp.cut
-share/EMBOSS/data/CODONS/Encr.cut
-share/EMBOSS/data/CODONS/Eneu.cut
-share/EMBOSS/data/CODONS/Engo.cut
-share/EMBOSS/data/CODONS/Eoncsp.cut
-share/EMBOSS/data/CODONS/Epae.cut
-share/EMBOSS/data/CODONS/Epea.cut
-share/EMBOSS/data/CODONS/Epet.cut
-share/EMBOSS/data/CODONS/Epfa.cut
-share/EMBOSS/data/CODONS/Ephix174.cut
-share/EMBOSS/data/CODONS/Ephv.cut
-share/EMBOSS/data/CODONS/Ephy.cut
-share/EMBOSS/data/CODONS/Epig.cut
-share/EMBOSS/data/CODONS/Epolyomaa2.cut
-share/EMBOSS/data/CODONS/Epombe.cut
-share/EMBOSS/data/CODONS/Epombecai.cut
-share/EMBOSS/data/CODONS/Epot.cut
-share/EMBOSS/data/CODONS/Eppu.cut
-share/EMBOSS/data/CODONS/Epse.cut
-share/EMBOSS/data/CODONS/Epsy.cut
-share/EMBOSS/data/CODONS/Epvu.cut
-share/EMBOSS/data/CODONS/Erab.cut
-share/EMBOSS/data/CODONS/Erabbit.cut
-share/EMBOSS/data/CODONS/Erabsp.cut
-share/EMBOSS/data/CODONS/Erat.cut
-share/EMBOSS/data/CODONS/Eratsp.cut
-share/EMBOSS/data/CODONS/Erca.cut
-share/EMBOSS/data/CODONS/Erhm.cut
-share/EMBOSS/data/CODONS/Eric.cut
-share/EMBOSS/data/CODONS/Erle.cut
-share/EMBOSS/data/CODONS/Erme.cut
-share/EMBOSS/data/CODONS/Ersp.cut
-share/EMBOSS/data/CODONS/Esalsp.cut
-share/EMBOSS/data/CODONS/Esau.cut
-share/EMBOSS/data/CODONS/Esco.cut
-share/EMBOSS/data/CODONS/Esgi.cut
-share/EMBOSS/data/CODONS/Eshp.cut
-share/EMBOSS/data/CODONS/Eshpsp.cut
-share/EMBOSS/data/CODONS/Esli.cut
-share/EMBOSS/data/CODONS/Eslm.cut
-share/EMBOSS/data/CODONS/Esma.cut
-share/EMBOSS/data/CODONS/Esmi.cut
-share/EMBOSS/data/CODONS/Esmu.cut
-share/EMBOSS/data/CODONS/Esoy.cut
-share/EMBOSS/data/CODONS/Espi.cut
-share/EMBOSS/data/CODONS/Espn.cut
-share/EMBOSS/data/CODONS/Espo.cut
-share/EMBOSS/data/CODONS/Espo_h.cut
-share/EMBOSS/data/CODONS/Espu.cut
-share/EMBOSS/data/CODONS/Esta.cut
-share/EMBOSS/data/CODONS/Esty.cut
-share/EMBOSS/data/CODONS/Esus.cut
-share/EMBOSS/data/CODONS/Esv40.cut
-share/EMBOSS/data/CODONS/Esyhsp.cut
-share/EMBOSS/data/CODONS/Esynsp.cut
-share/EMBOSS/data/CODONS/Etbr.cut
-share/EMBOSS/data/CODONS/Etcr.cut
-share/EMBOSS/data/CODONS/Eter.cut
-share/EMBOSS/data/CODONS/Etetsp.cut
-share/EMBOSS/data/CODONS/Etob.cut
-share/EMBOSS/data/CODONS/Etobcp.cut
-share/EMBOSS/data/CODONS/Etom.cut
-share/EMBOSS/data/CODONS/Etrb.cut
-share/EMBOSS/data/CODONS/Evco.cut
-share/EMBOSS/data/CODONS/Ewht.cut
-share/EMBOSS/data/CODONS/Exel.cut
-share/EMBOSS/data/CODONS/Exenopus.cut
-share/EMBOSS/data/CODONS/Eyeast.cut
-share/EMBOSS/data/CODONS/Eyeastcai.cut
-share/EMBOSS/data/CODONS/Eyen.cut
-share/EMBOSS/data/CODONS/Eysc.cut
-share/EMBOSS/data/CODONS/Eysc_h.cut
-share/EMBOSS/data/CODONS/Eyscmt.cut
-share/EMBOSS/data/CODONS/Eysp.cut
-share/EMBOSS/data/CODONS/Ezebrafish.cut
-share/EMBOSS/data/CODONS/Ezma.cut
-share/EMBOSS/data/EBLOSUM30
-share/EMBOSS/data/EBLOSUM35
-share/EMBOSS/data/EBLOSUM40
-share/EMBOSS/data/EBLOSUM45
-share/EMBOSS/data/EBLOSUM50
-share/EMBOSS/data/EBLOSUM55
-share/EMBOSS/data/EBLOSUM60
-share/EMBOSS/data/EBLOSUM62
-share/EMBOSS/data/EBLOSUM62-12
-share/EMBOSS/data/EBLOSUM65
-share/EMBOSS/data/EBLOSUM70
-share/EMBOSS/data/EBLOSUM75
-share/EMBOSS/data/EBLOSUM80
-share/EMBOSS/data/EBLOSUM85
-share/EMBOSS/data/EBLOSUM90
-share/EMBOSS/data/EBLOSUMN
-share/EMBOSS/data/EDNAFULL
-share/EMBOSS/data/EDNAMAT
-share/EMBOSS/data/EGC.0
-share/EMBOSS/data/EGC.1
-share/EMBOSS/data/EGC.10
-share/EMBOSS/data/EGC.11
-share/EMBOSS/data/EGC.12
-share/EMBOSS/data/EGC.13
-share/EMBOSS/data/EGC.14
-share/EMBOSS/data/EGC.15
-share/EMBOSS/data/EGC.16
-share/EMBOSS/data/EGC.2
-share/EMBOSS/data/EGC.21
-share/EMBOSS/data/EGC.22
-share/EMBOSS/data/EGC.23
-share/EMBOSS/data/EGC.3
-share/EMBOSS/data/EGC.4
-share/EMBOSS/data/EGC.5
-share/EMBOSS/data/EGC.6
-share/EMBOSS/data/EGC.9
-share/EMBOSS/data/ENUC.4.2
-share/EMBOSS/data/ENUC.4.4
-share/EMBOSS/data/EPAM10
-share/EMBOSS/data/EPAM100
-share/EMBOSS/data/EPAM110
-share/EMBOSS/data/EPAM120
-share/EMBOSS/data/EPAM130
-share/EMBOSS/data/EPAM140
-share/EMBOSS/data/EPAM150
-share/EMBOSS/data/EPAM160
-share/EMBOSS/data/EPAM170
-share/EMBOSS/data/EPAM180
-share/EMBOSS/data/EPAM190
-share/EMBOSS/data/EPAM20
-share/EMBOSS/data/EPAM200
-share/EMBOSS/data/EPAM210
-share/EMBOSS/data/EPAM220
-share/EMBOSS/data/EPAM230
-share/EMBOSS/data/EPAM240
-share/EMBOSS/data/EPAM250
-share/EMBOSS/data/EPAM260
-share/EMBOSS/data/EPAM270
-share/EMBOSS/data/EPAM280
-share/EMBOSS/data/EPAM290
-share/EMBOSS/data/EPAM30
-share/EMBOSS/data/EPAM300
-share/EMBOSS/data/EPAM310
-share/EMBOSS/data/EPAM320
-share/EMBOSS/data/EPAM330
-share/EMBOSS/data/EPAM340
-share/EMBOSS/data/EPAM350
-share/EMBOSS/data/EPAM360
-share/EMBOSS/data/EPAM370
-share/EMBOSS/data/EPAM380
-share/EMBOSS/data/EPAM390
-share/EMBOSS/data/EPAM40
-share/EMBOSS/data/EPAM400
-share/EMBOSS/data/EPAM410
-share/EMBOSS/data/EPAM420
-share/EMBOSS/data/EPAM430
-share/EMBOSS/data/EPAM440
-share/EMBOSS/data/EPAM450
-share/EMBOSS/data/EPAM460
-share/EMBOSS/data/EPAM470
-share/EMBOSS/data/EPAM480
-share/EMBOSS/data/EPAM490
-share/EMBOSS/data/EPAM50
-share/EMBOSS/data/EPAM500
-share/EMBOSS/data/EPAM60
-share/EMBOSS/data/EPAM70
-share/EMBOSS/data/EPAM80
-share/EMBOSS/data/EPAM90
-share/EMBOSS/data/Eaa_acc_surface.dat
-share/EMBOSS/data/Eaa_hydropathy.dat
-share/EMBOSS/data/Eaa_properties.dat
-share/EMBOSS/data/Eamino.dat
-share/EMBOSS/data/Eangles.dat
-share/EMBOSS/data/Eangles_tri.dat
-share/EMBOSS/data/Eantigenic.dat
-share/EMBOSS/data/Ebases.iub
-share/EMBOSS/data/Edayhoff.freq
-share/EMBOSS/data/Edna.melt
-share/EMBOSS/data/Eembl.ior
-share/EMBOSS/data/Eenergy.dat
-share/EMBOSS/data/Efeatures.embl
-share/EMBOSS/data/Efeatures.emboss
-share/EMBOSS/data/Efeatures.gff
-share/EMBOSS/data/Efeatures.pir
-share/EMBOSS/data/Efeatures.protein
-share/EMBOSS/data/Efeatures.swiss
-share/EMBOSS/data/Efreqs.dat
-share/EMBOSS/data/Ehth.dat
-share/EMBOSS/data/Ehth87.dat
-share/EMBOSS/data/Ememe.dat
-share/EMBOSS/data/Enakai.dat
-share/EMBOSS/data/Epepcoil.dat
-share/EMBOSS/data/Epk.dat
-share/EMBOSS/data/Epprofile
-share/EMBOSS/data/Eprior1.plib
-share/EMBOSS/data/Eprior30.plib
-share/EMBOSS/data/Erna.melt
-share/EMBOSS/data/Esig.euk
-share/EMBOSS/data/Esig.pro
-share/EMBOSS/data/Etags.embl
-share/EMBOSS/data/Etags.emboss
-share/EMBOSS/data/Etags.gff
-share/EMBOSS/data/Etags.pir
-share/EMBOSS/data/Etags.protein
-share/EMBOSS/data/Etags.swiss
-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/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/dna.acedb
-share/EMBOSS/test/data/dna.aln
-share/EMBOSS/test/data/dna.asn1
-share/EMBOSS/test/data/dna.codata
-share/EMBOSS/test/data/dna.embl
-share/EMBOSS/test/data/dna.fasta
-share/EMBOSS/test/data/dna.fitch
-share/EMBOSS/test/data/dna.gcg
-share/EMBOSS/test/data/dna.gcg8
-share/EMBOSS/test/data/dna.genbank
-share/EMBOSS/test/data/dna.ig
-share/EMBOSS/test/data/dna.m-acedb
-share/EMBOSS/test/data/dna.m-codata
-share/EMBOSS/test/data/dna.m-embl
-share/EMBOSS/test/data/dna.m-fasta
-share/EMBOSS/test/data/dna.m-fasta-long
-share/EMBOSS/test/data/dna.m-ncbi
-share/EMBOSS/test/data/dna.m-strider
-share/EMBOSS/test/data/dna.msf
-share/EMBOSS/test/data/dna.msf8
-share/EMBOSS/test/data/dna.ncbi
-share/EMBOSS/test/data/dna.phylip
-share/EMBOSS/test/data/dna.phylip3
-share/EMBOSS/test/data/dna.staden
-share/EMBOSS/test/data/dna.strider
-share/EMBOSS/test/data/dna.text
-share/EMBOSS/test/data/feat.emft
-share/EMBOSS/test/data/feat.fasta
-share/EMBOSS/test/data/feat.pir
-share/EMBOSS/test/data/paamir.pep
-share/EMBOSS/test/data/pax6_cdna.fasta
-share/EMBOSS/test/data/prot.acedb
-share/EMBOSS/test/data/prot.codata
-share/EMBOSS/test/data/prot.fasta
-share/EMBOSS/test/data/prot.gcg
-share/EMBOSS/test/data/prot.gcg8
-share/EMBOSS/test/data/prot.ig
-share/EMBOSS/test/data/prot.m-acedb
-share/EMBOSS/test/data/prot.m-codata
-share/EMBOSS/test/data/prot.m-fasta
-share/EMBOSS/test/data/prot.m-nbrf
-share/EMBOSS/test/data/prot.m-ncbi
-share/EMBOSS/test/data/prot.m-swiss
-share/EMBOSS/test/data/prot.nbrf
-share/EMBOSS/test/data/prot.ncbi
-share/EMBOSS/test/data/prot.swiss
-share/EMBOSS/test/data/prot.text
-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/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
-share/EMBOSS/test/genbank/acnum.trg
-share/EMBOSS/test/genbank/division.lkp
-share/EMBOSS/test/genbank/entrynam.idx
-share/EMBOSS/test/genbank/seqvn.hit
-share/EMBOSS/test/genbank/seqvn.trg
-share/EMBOSS/test/genbank/des.hit
-share/EMBOSS/test/genbank/des.trg
-share/EMBOSS/test/genbank/keyword.hit
-share/EMBOSS/test/genbank/keyword.trg
-share/EMBOSS/test/genbank/taxon.hit
-share/EMBOSS/test/genbank/taxon.trg
-share/EMBOSS/test/genbank/gbbct1.seq
-share/EMBOSS/test/genbank/gbest1.seq
-share/EMBOSS/test/genbank/gbinv1.seq
-share/EMBOSS/test/genbank/gbpln1.seq
-share/EMBOSS/test/genbank/gbpln2.seq
-share/EMBOSS/test/genbank/gbpri1.seq
-share/EMBOSS/test/genbank/gbrod1.seq
-share/EMBOSS/test/genbank/gbsts1.seq
-share/EMBOSS/test/genbank/gbvrl1.seq
-share/EMBOSS/test/genbank/gbvrt.seq
-share/EMBOSS/test/gb/acnum.hit
-share/EMBOSS/test/gb/acnum.trg
-share/EMBOSS/test/gb/division.lkp
-share/EMBOSS/test/gb/entrynam.idx
-share/EMBOSS/test/gb/seqvn.hit
-share/EMBOSS/test/gb/seqvn.trg
-share/EMBOSS/test/gb/des.hit
-share/EMBOSS/test/gb/des.trg
-share/EMBOSS/test/gb/keyword.hit
-share/EMBOSS/test/gb/keyword.trg
-share/EMBOSS/test/gb/taxon.hit
-share/EMBOSS/test/gb/taxon.trg
-share/EMBOSS/test/gb/ba.ref
-share/EMBOSS/test/gb/ba.seq
-share/EMBOSS/test/gb/htg.ref
-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/keyword.hit
-share/EMBOSS/test/pir/keyword.trg
-share/EMBOSS/test/pir/taxon.hit
-share/EMBOSS/test/pir/taxon.trg
-share/EMBOSS/test/pir/pir1.header
-share/EMBOSS/test/pir/pir1.names
-share/EMBOSS/test/pir/pir1.numbers
-share/EMBOSS/test/pir/pir1.offset
-share/EMBOSS/test/pir/pir1.ref
-share/EMBOSS/test/pir/pir1.seq
-share/EMBOSS/test/pir/pir2.header
-share/EMBOSS/test/pir/pir2.names
-share/EMBOSS/test/pir/pir2.numbers
-share/EMBOSS/test/pir/pir2.offset
-share/EMBOSS/test/pir/pir2.ref
-share/EMBOSS/test/pir/pir2.seq
-share/EMBOSS/test/pir/pir3.header
-share/EMBOSS/test/pir/pir3.names
-share/EMBOSS/test/pir/pir3.numbers
-share/EMBOSS/test/pir/pir3.offset
-share/EMBOSS/test/pir/pir3.ref
-share/EMBOSS/test/pir/pir3.seq
-share/EMBOSS/test/pir/pir4.header
-share/EMBOSS/test/pir/pir4.names
-share/EMBOSS/test/pir/pir4.numbers
-share/EMBOSS/test/pir/pir4.offset
-share/EMBOSS/test/pir/pir4.ref
-share/EMBOSS/test/pir/pir4.seq
-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
-share/EMBOSS/test/swiss/des.trg
-share/EMBOSS/test/swiss/keyword.hit
-share/EMBOSS/test/swiss/keyword.trg
-share/EMBOSS/test/swiss/taxon.hit
-share/EMBOSS/test/swiss/taxon.trg
-share/EMBOSS/test/swnew/acnum.hit
-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
-share/EMBOSS/test/swnew/des.trg
-share/EMBOSS/test/swnew/keyword.hit
-share/EMBOSS/test/swnew/keyword.trg
-share/EMBOSS/test/swnew/taxon.hit
-share/EMBOSS/test/swnew/taxon.trg
-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
-@dirrm share/EMBOSS/test/genbank
-@dirrm share/EMBOSS/test/gb
-@dirrm share/EMBOSS/test/embl
-@dirrm share/EMBOSS/test/data
-@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
-@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
-@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
+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
+%%DATADIR%%/plstnd5.fnt
+%%DATADIR%%/plxtnd5.fnt
+%%DATADIR%%/acd/megamerger.acd
+%%DATADIR%%/acd/merger.acd
+%%DATADIR%%/acd/msbar.acd
+%%DATADIR%%/acd/mwcontam.acd
+%%DATADIR%%/acd/mwfilter.acd
+%%DATADIR%%/acd/needle.acd
+%%DATADIR%%/acd/newcoils.acd
+%%DATADIR%%/acd/newcpgreport.acd
+%%DATADIR%%/acd/newcpgseek.acd
+%%DATADIR%%/acd/newseq.acd
+%%DATADIR%%/acd/noreturn.acd
+%%DATADIR%%/acd/notseq.acd
+%%DATADIR%%/acd/nthseq.acd
+%%DATADIR%%/acd/octanol.acd
+%%DATADIR%%/acd/oddcomp.acd
+%%DATADIR%%/acd/palindrome.acd
+%%DATADIR%%/acd/pasteseq.acd
+%%DATADIR%%/acd/patmatdb.acd
+%%DATADIR%%/acd/patmatmotifs.acd
+%%DATADIR%%/acd/patmattest.acd
+%%DATADIR%%/acd/pepcoil.acd
+%%DATADIR%%/acd/pepinfo.acd
+%%DATADIR%%/acd/pepnet.acd
+%%DATADIR%%/acd/pepstats.acd
+%%DATADIR%%/acd/pepwheel.acd
+%%DATADIR%%/acd/pepwindow.acd
+%%DATADIR%%/acd/pepwindowall.acd
+%%DATADIR%%/acd/plotcon.acd
+%%DATADIR%%/acd/plotorf.acd
+%%DATADIR%%/acd/polydot.acd
+%%DATADIR%%/acd/preg.acd
+%%DATADIR%%/acd/prettyplot.acd
+%%DATADIR%%/acd/prettyseq.acd
+%%DATADIR%%/acd/prima.acd
+%%DATADIR%%/acd/primers.acd
+%%DATADIR%%/acd/primersearch.acd
+%%DATADIR%%/acd/printsextract.acd
+%%DATADIR%%/acd/profit.acd
+%%DATADIR%%/acd/prophecy.acd
+%%DATADIR%%/acd/prophet.acd
+%%DATADIR%%/acd/prosextract.acd
+%%DATADIR%%/acd/pscan.acd
+%%DATADIR%%/acd/rebaseextract.acd
+%%DATADIR%%/acd/recoder.acd
+%%DATADIR%%/acd/redata.acd
+%%DATADIR%%/acd/remap.acd
+%%DATADIR%%/acd/restover.acd
+%%DATADIR%%/acd/restrict.acd
+%%DATADIR%%/acd/revseq.acd
+%%DATADIR%%/acd/seealso.acd
+%%DATADIR%%/acd/seqinfo.acd
+%%DATADIR%%/acd/seqmatchall.acd
+%%DATADIR%%/acd/seqret.acd
+%%DATADIR%%/acd/seqretall.acd
+%%DATADIR%%/acd/seqretallfeat.acd
+%%DATADIR%%/acd/seqretset.acd
+%%DATADIR%%/acd/seqretsingle.acd
+%%DATADIR%%/acd/seqretsplit.acd
+%%DATADIR%%/acd/seqrettype.acd
+%%DATADIR%%/acd/showalign.acd
+%%DATADIR%%/acd/showdb.acd
+%%DATADIR%%/acd/showfeat.acd
+%%DATADIR%%/acd/showorf.acd
+%%DATADIR%%/acd/showseq.acd
+%%DATADIR%%/acd/shuffleseq.acd
+%%DATADIR%%/acd/tfm.acd
+%%DATADIR%%/acd/sigcleave.acd
+%%DATADIR%%/acd/silent.acd
+%%DATADIR%%/acd/sirna.acd
+%%DATADIR%%/acd/sixpack.acd
+%%DATADIR%%/acd/skipseq.acd
+%%DATADIR%%/acd/splitter.acd
+%%DATADIR%%/acd/stretcher.acd
+%%DATADIR%%/acd/stssearch.acd
+%%DATADIR%%/acd/supermatcher.acd
+%%DATADIR%%/acd/syco.acd
+%%DATADIR%%/acd/tcode.acd
+%%DATADIR%%/acd/testplot.acd
+%%DATADIR%%/acd/textsearch.acd
+%%DATADIR%%/acd/tfextract.acd
+%%DATADIR%%/acd/tfscan.acd
+%%DATADIR%%/acd/tmap.acd
+%%DATADIR%%/acd/tranalign.acd
+%%DATADIR%%/acd/transeq.acd
+%%DATADIR%%/acd/treetypedisplay.acd
+%%DATADIR%%/acd/trimest.acd
+%%DATADIR%%/acd/trimseq.acd
+%%DATADIR%%/acd/twofeat.acd
+%%DATADIR%%/acd/union.acd
+%%DATADIR%%/acd/vectorstrip.acd
+%%DATADIR%%/acd/water.acd
+%%DATADIR%%/acd/whichdb.acd
+%%DATADIR%%/acd/wobble.acd
+%%DATADIR%%/acd/wordcount.acd
+%%DATADIR%%/acd/wordmatch.acd
+%%DATADIR%%/acd/wossname.acd
+%%DATADIR%%/acd/yank.acd
+%%DATADIR%%/acd/codes.english
+%%DATADIR%%/acd/groups.standard
+%%DATADIR%%/acd/sections.standard
+%%DATADIR%%/acd/aaindexextract.acd
+%%DATADIR%%/acd/abiview.acd
+%%DATADIR%%/acd/ajbad.acd
+%%DATADIR%%/acd/ajfeatest.acd
+%%DATADIR%%/acd/ajtest.acd
+%%DATADIR%%/acd/antigenic.acd
+%%DATADIR%%/acd/backtranseq.acd
+%%DATADIR%%/acd/banana.acd
+%%DATADIR%%/acd/biosed.acd
+%%DATADIR%%/acd/btwisted.acd
+%%DATADIR%%/acd/cai.acd
+%%DATADIR%%/acd/chaos.acd
+%%DATADIR%%/acd/charge.acd
+%%DATADIR%%/acd/checktrans.acd
+%%DATADIR%%/acd/chips.acd
+%%DATADIR%%/acd/cirdna.acd
+%%DATADIR%%/acd/codcmp.acd
+%%DATADIR%%/acd/coderet.acd
+%%DATADIR%%/acd/complex.acd
+%%DATADIR%%/acd/compseq.acd
+%%DATADIR%%/acd/cons.acd
+%%DATADIR%%/acd/corbatest.acd
+%%DATADIR%%/acd/cpgplot.acd
+%%DATADIR%%/acd/cpgreport.acd
+%%DATADIR%%/acd/cusp.acd
+%%DATADIR%%/acd/cutgextract.acd
+%%DATADIR%%/acd/cutseq.acd
+%%DATADIR%%/acd/dan.acd
+%%DATADIR%%/acd/dbiblast.acd
+%%DATADIR%%/acd/dbifasta.acd
+%%DATADIR%%/acd/dbiflat.acd
+%%DATADIR%%/acd/dbigcg.acd
+%%DATADIR%%/acd/degapseq.acd
+%%DATADIR%%/acd/demoalign.acd
+%%DATADIR%%/acd/demofeatures.acd
+%%DATADIR%%/acd/iep.acd
+%%DATADIR%%/acd/demolist.acd
+%%DATADIR%%/acd/demoreport.acd
+%%DATADIR%%/acd/demosequence.acd
+%%DATADIR%%/acd/demostring.acd
+%%DATADIR%%/acd/demotable.acd
+%%DATADIR%%/acd/descseq.acd
+%%DATADIR%%/acd/diffseq.acd
+%%DATADIR%%/acd/digest.acd
+%%DATADIR%%/acd/distmat.acd
+%%DATADIR%%/acd/dotmatcher.acd
+%%DATADIR%%/acd/dotpath.acd
+%%DATADIR%%/acd/dottup.acd
+%%DATADIR%%/acd/dreg.acd
+%%DATADIR%%/acd/einverted.acd
+%%DATADIR%%/acd/embossdata.acd
+%%DATADIR%%/acd/embossversion.acd
+%%DATADIR%%/acd/emma.acd
+%%DATADIR%%/acd/emowse.acd
+%%DATADIR%%/acd/entrails.acd
+%%DATADIR%%/acd/entret.acd
+%%DATADIR%%/acd/epestfind.acd
+%%DATADIR%%/acd/eprimer3.acd
+%%DATADIR%%/acd/equicktandem.acd
+%%DATADIR%%/acd/est2genome.acd
+%%DATADIR%%/acd/etandem.acd
+%%DATADIR%%/acd/extractseq.acd
+%%DATADIR%%/acd/extractfeat.acd
+%%DATADIR%%/acd/findkm.acd
+%%DATADIR%%/acd/freak.acd
+%%DATADIR%%/acd/fuzznuc.acd
+%%DATADIR%%/acd/fuzzpro.acd
+%%DATADIR%%/acd/fuzztran.acd
+%%DATADIR%%/acd/garnier.acd
+%%DATADIR%%/acd/geecee.acd
+%%DATADIR%%/acd/getorf.acd
+%%DATADIR%%/acd/helixturnhelix.acd
+%%DATADIR%%/acd/hmoment.acd
+%%DATADIR%%/acd/histogramtest.acd
+%%DATADIR%%/acd/infoalign.acd
+%%DATADIR%%/acd/infoseq.acd
+%%DATADIR%%/acd/isochore.acd
+%%DATADIR%%/acd/lindna.acd
+%%DATADIR%%/acd/listor.acd
+%%DATADIR%%/acd/marscan.acd
+%%DATADIR%%/acd/maskfeat.acd
+%%DATADIR%%/acd/maskseq.acd
+%%DATADIR%%/acd/matcher.acd
+%%DATADIR%%/data/AAINDEX/dummyfile
+%%DATADIR%%/data/CODONS/Eacc.cut
+%%DATADIR%%/data/CODONS/Eadenovirus5.cut
+%%DATADIR%%/data/CODONS/Eadenovirus7.cut
+%%DATADIR%%/data/CODONS/Eaidlav.cut
+%%DATADIR%%/data/CODONS/Eanasp.cut
+%%DATADIR%%/data/CODONS/Eani.cut
+%%DATADIR%%/data/CODONS/Eani_h.cut
+%%DATADIR%%/data/CODONS/Eanidmit.cut
+%%DATADIR%%/data/CODONS/Easn.cut
+%%DATADIR%%/data/CODONS/Eath.cut
+%%DATADIR%%/data/CODONS/Eatu.cut
+%%DATADIR%%/data/CODONS/Eavi.cut
+%%DATADIR%%/data/CODONS/Ebja.cut
+%%DATADIR%%/data/CODONS/Ebly.cut
+%%DATADIR%%/data/CODONS/Ebme.cut
+%%DATADIR%%/data/CODONS/Ebmo.cut
+%%DATADIR%%/data/CODONS/Ebna.cut
+%%DATADIR%%/data/CODONS/Ebov.cut
+%%DATADIR%%/data/CODONS/Ebovsp.cut
+%%DATADIR%%/data/CODONS/Ebst.cut
+%%DATADIR%%/data/CODONS/Ebsu.cut
+%%DATADIR%%/data/CODONS/Ebsu_h.cut
+%%DATADIR%%/data/CODONS/Ecac.cut
+%%DATADIR%%/data/CODONS/Ecal.cut
+%%DATADIR%%/data/CODONS/Eccr.cut
+%%DATADIR%%/data/CODONS/Ecel.cut
+%%DATADIR%%/data/CODONS/Echi.cut
+%%DATADIR%%/data/CODONS/Echicken.cut
+%%DATADIR%%/data/CODONS/Echisp.cut
+%%DATADIR%%/data/CODONS/Echk.cut
+%%DATADIR%%/data/CODONS/Echmp.cut
+%%DATADIR%%/data/CODONS/Echnt.cut
+%%DATADIR%%/data/CODONS/Echos.cut
+%%DATADIR%%/data/CODONS/Echzm.cut
+%%DATADIR%%/data/CODONS/Echzmrubp.cut
+%%DATADIR%%/data/CODONS/Ecpx.cut
+%%DATADIR%%/data/CODONS/Ecre.cut
+%%DATADIR%%/data/CODONS/Ecrisp.cut
+%%DATADIR%%/data/CODONS/Ectr.cut
+%%DATADIR%%/data/CODONS/Edayhoff.cut
+%%DATADIR%%/data/CODONS/Eddi.cut
+%%DATADIR%%/data/CODONS/Eddi_h.cut
+%%DATADIR%%/data/CODONS/Edog.cut
+%%DATADIR%%/data/CODONS/Edro.cut
+%%DATADIR%%/data/CODONS/Edro_h.cut
+%%DATADIR%%/data/CODONS/Edrosophila.cut
+%%DATADIR%%/data/CODONS/Eeca.cut
+%%DATADIR%%/data/CODONS/Ef1.cut
+%%DATADIR%%/data/CODONS/Eeco.cut
+%%DATADIR%%/data/CODONS/Eeco_h.cut
+%%DATADIR%%/data/CODONS/Eecoli.cut
+%%DATADIR%%/data/CODONS/Efish.cut
+%%DATADIR%%/data/CODONS/Efmdvpolyp.cut
+%%DATADIR%%/data/CODONS/Eham.cut
+%%DATADIR%%/data/CODONS/Ehha.cut
+%%DATADIR%%/data/CODONS/Ehin.cut
+%%DATADIR%%/data/CODONS/Ehma.cut
+%%DATADIR%%/data/CODONS/Ehum.cut
+%%DATADIR%%/data/CODONS/Ehuman.cut
+%%DATADIR%%/data/CODONS/Ekla.cut
+%%DATADIR%%/data/CODONS/Ekpn.cut
+%%DATADIR%%/data/CODONS/Ella.cut
+%%DATADIR%%/data/CODONS/Emac.cut
+%%DATADIR%%/data/CODONS/Emaize.cut
+%%DATADIR%%/data/CODONS/Emam_h.cut
+%%DATADIR%%/data/CODONS/Emixlg.cut
+%%DATADIR%%/data/CODONS/Emouse.cut
+%%DATADIR%%/data/CODONS/Emsa.cut
+%%DATADIR%%/data/CODONS/Emse.cut
+%%DATADIR%%/data/CODONS/Emta.cut
+%%DATADIR%%/data/CODONS/Emtu.cut
+%%DATADIR%%/data/CODONS/Emus.cut
+%%DATADIR%%/data/CODONS/Emussp.cut
+%%DATADIR%%/data/CODONS/Emva.cut
+%%DATADIR%%/data/CODONS/Emze.cut
+%%DATADIR%%/data/CODONS/Emzecp.cut
+%%DATADIR%%/data/CODONS/Encr.cut
+%%DATADIR%%/data/CODONS/Eneu.cut
+%%DATADIR%%/data/CODONS/Engo.cut
+%%DATADIR%%/data/CODONS/Eoncsp.cut
+%%DATADIR%%/data/CODONS/Epae.cut
+%%DATADIR%%/data/CODONS/Epea.cut
+%%DATADIR%%/data/CODONS/Epet.cut
+%%DATADIR%%/data/CODONS/Epfa.cut
+%%DATADIR%%/data/CODONS/Ephix174.cut
+%%DATADIR%%/data/CODONS/Ephv.cut
+%%DATADIR%%/data/CODONS/Ephy.cut
+%%DATADIR%%/data/CODONS/Epig.cut
+%%DATADIR%%/data/CODONS/Epolyomaa2.cut
+%%DATADIR%%/data/CODONS/Epombe.cut
+%%DATADIR%%/data/CODONS/Epombecai.cut
+%%DATADIR%%/data/CODONS/Epot.cut
+%%DATADIR%%/data/CODONS/Eppu.cut
+%%DATADIR%%/data/CODONS/Epse.cut
+%%DATADIR%%/data/CODONS/Epsy.cut
+%%DATADIR%%/data/CODONS/Epvu.cut
+%%DATADIR%%/data/CODONS/Erab.cut
+%%DATADIR%%/data/CODONS/Erabbit.cut
+%%DATADIR%%/data/CODONS/Erabsp.cut
+%%DATADIR%%/data/CODONS/Erat.cut
+%%DATADIR%%/data/CODONS/Eratsp.cut
+%%DATADIR%%/data/CODONS/Erca.cut
+%%DATADIR%%/data/CODONS/Erhm.cut
+%%DATADIR%%/data/CODONS/Eric.cut
+%%DATADIR%%/data/CODONS/Erle.cut
+%%DATADIR%%/data/CODONS/Erme.cut
+%%DATADIR%%/data/CODONS/Ersp.cut
+%%DATADIR%%/data/CODONS/Esalsp.cut
+%%DATADIR%%/data/CODONS/Esau.cut
+%%DATADIR%%/data/CODONS/Esco.cut
+%%DATADIR%%/data/CODONS/Esgi.cut
+%%DATADIR%%/data/CODONS/Eshp.cut
+%%DATADIR%%/data/CODONS/Eshpsp.cut
+%%DATADIR%%/data/CODONS/Esli.cut
+%%DATADIR%%/data/CODONS/Eslm.cut
+%%DATADIR%%/data/CODONS/Esma.cut
+%%DATADIR%%/data/CODONS/Esmi.cut
+%%DATADIR%%/data/CODONS/Esmu.cut
+%%DATADIR%%/data/CODONS/Esoy.cut
+%%DATADIR%%/data/CODONS/Espi.cut
+%%DATADIR%%/data/CODONS/Espn.cut
+%%DATADIR%%/data/CODONS/Espo.cut
+%%DATADIR%%/data/CODONS/Espo_h.cut
+%%DATADIR%%/data/CODONS/Espu.cut
+%%DATADIR%%/data/CODONS/Esta.cut
+%%DATADIR%%/data/CODONS/Esty.cut
+%%DATADIR%%/data/CODONS/Esus.cut
+%%DATADIR%%/data/CODONS/Esv40.cut
+%%DATADIR%%/data/CODONS/Esyhsp.cut
+%%DATADIR%%/data/CODONS/Esynsp.cut
+%%DATADIR%%/data/CODONS/Etbr.cut
+%%DATADIR%%/data/CODONS/Etcr.cut
+%%DATADIR%%/data/CODONS/Eter.cut
+%%DATADIR%%/data/CODONS/Etetsp.cut
+%%DATADIR%%/data/CODONS/Etob.cut
+%%DATADIR%%/data/CODONS/Etobcp.cut
+%%DATADIR%%/data/CODONS/Etom.cut
+%%DATADIR%%/data/CODONS/Etrb.cut
+%%DATADIR%%/data/CODONS/Evco.cut
+%%DATADIR%%/data/CODONS/Ewht.cut
+%%DATADIR%%/data/CODONS/Exel.cut
+%%DATADIR%%/data/CODONS/Exenopus.cut
+%%DATADIR%%/data/CODONS/Eyeast.cut
+%%DATADIR%%/data/CODONS/Eyeastcai.cut
+%%DATADIR%%/data/CODONS/Eyen.cut
+%%DATADIR%%/data/CODONS/Eysc.cut
+%%DATADIR%%/data/CODONS/Eysc_h.cut
+%%DATADIR%%/data/CODONS/Eyscmt.cut
+%%DATADIR%%/data/CODONS/Eysp.cut
+%%DATADIR%%/data/CODONS/Ezebrafish.cut
+%%DATADIR%%/data/CODONS/Ezma.cut
+%%DATADIR%%/data/REBASE/dummyfile
+%%DATADIR%%/data/PRINTS/dummyfile
+%%DATADIR%%/data/PROSITE/dummyfile
+%%DATADIR%%/data/EBLOSUM30
+%%DATADIR%%/data/EBLOSUM35
+%%DATADIR%%/data/EBLOSUM40
+%%DATADIR%%/data/EBLOSUM45
+%%DATADIR%%/data/EBLOSUM50
+%%DATADIR%%/data/EBLOSUM55
+%%DATADIR%%/data/EBLOSUM60
+%%DATADIR%%/data/EBLOSUM62
+%%DATADIR%%/data/EBLOSUM62-12
+%%DATADIR%%/data/EBLOSUM65
+%%DATADIR%%/data/EBLOSUM70
+%%DATADIR%%/data/EBLOSUM75
+%%DATADIR%%/data/EBLOSUM80
+%%DATADIR%%/data/EBLOSUM85
+%%DATADIR%%/data/EBLOSUM90
+%%DATADIR%%/data/EBLOSUMN
+%%DATADIR%%/data/EDNAFULL
+%%DATADIR%%/data/EDNAMAT
+%%DATADIR%%/data/EGC.0
+%%DATADIR%%/data/EGC.1
+%%DATADIR%%/data/EGC.10
+%%DATADIR%%/data/EGC.11
+%%DATADIR%%/data/EGC.12
+%%DATADIR%%/data/EGC.13
+%%DATADIR%%/data/EGC.14
+%%DATADIR%%/data/EGC.15
+%%DATADIR%%/data/EGC.16
+%%DATADIR%%/data/EGC.2
+%%DATADIR%%/data/EGC.21
+%%DATADIR%%/data/EGC.22
+%%DATADIR%%/data/EGC.23
+%%DATADIR%%/data/EGC.3
+%%DATADIR%%/data/EGC.4
+%%DATADIR%%/data/EGC.5
+%%DATADIR%%/data/EGC.6
+%%DATADIR%%/data/EGC.9
+%%DATADIR%%/data/ENUC.4.2
+%%DATADIR%%/data/ENUC.4.4
+%%DATADIR%%/data/EPAM10
+%%DATADIR%%/data/EPAM100
+%%DATADIR%%/data/EPAM110
+%%DATADIR%%/data/EPAM120
+%%DATADIR%%/data/EPAM130
+%%DATADIR%%/data/EPAM140
+%%DATADIR%%/data/EPAM150
+%%DATADIR%%/data/EPAM160
+%%DATADIR%%/data/EPAM170
+%%DATADIR%%/data/EPAM180
+%%DATADIR%%/data/EPAM190
+%%DATADIR%%/data/EPAM20
+%%DATADIR%%/data/EPAM200
+%%DATADIR%%/data/EPAM210
+%%DATADIR%%/data/EPAM220
+%%DATADIR%%/data/EPAM230
+%%DATADIR%%/data/EPAM240
+%%DATADIR%%/data/EPAM250
+%%DATADIR%%/data/EPAM260
+%%DATADIR%%/data/EPAM270
+%%DATADIR%%/data/EPAM280
+%%DATADIR%%/data/EPAM290
+%%DATADIR%%/data/EPAM30
+%%DATADIR%%/data/EPAM300
+%%DATADIR%%/data/EPAM310
+%%DATADIR%%/data/EPAM320
+%%DATADIR%%/data/EPAM330
+%%DATADIR%%/data/EPAM340
+%%DATADIR%%/data/EPAM350
+%%DATADIR%%/data/EPAM360
+%%DATADIR%%/data/EPAM370
+%%DATADIR%%/data/EPAM380
+%%DATADIR%%/data/EPAM390
+%%DATADIR%%/data/EPAM40
+%%DATADIR%%/data/EPAM400
+%%DATADIR%%/data/EPAM410
+%%DATADIR%%/data/EPAM420
+%%DATADIR%%/data/EPAM430
+%%DATADIR%%/data/EPAM440
+%%DATADIR%%/data/EPAM450
+%%DATADIR%%/data/EPAM460
+%%DATADIR%%/data/EPAM470
+%%DATADIR%%/data/EPAM480
+%%DATADIR%%/data/EPAM490
+%%DATADIR%%/data/EPAM50
+%%DATADIR%%/data/EPAM500
+%%DATADIR%%/data/EPAM60
+%%DATADIR%%/data/EPAM70
+%%DATADIR%%/data/EPAM80
+%%DATADIR%%/data/EPAM90
+%%DATADIR%%/data/Eaa_acc_surface.dat
+%%DATADIR%%/data/Eaa_hydropathy.dat
+%%DATADIR%%/data/Eaa_properties.dat
+%%DATADIR%%/data/Eamino.dat
+%%DATADIR%%/data/Eangles.dat
+%%DATADIR%%/data/Eangles_tri.dat
+%%DATADIR%%/data/Eantigenic.dat
+%%DATADIR%%/data/Ebases.iub
+%%DATADIR%%/data/Edayhoff.freq
+%%DATADIR%%/data/Edna.melt
+%%DATADIR%%/data/Eembl.ior
+%%DATADIR%%/data/Eenergy.dat
+%%DATADIR%%/data/Efeatures.embl
+%%DATADIR%%/data/Efeatures.emboss
+%%DATADIR%%/data/Efeatures.gff
+%%DATADIR%%/data/Efeatures.pir
+%%DATADIR%%/data/Efeatures.protein
+%%DATADIR%%/data/Efeatures.swiss
+%%DATADIR%%/data/Efreqs.dat
+%%DATADIR%%/data/Ehth.dat
+%%DATADIR%%/data/Ehth87.dat
+%%DATADIR%%/data/Ememe.dat
+%%DATADIR%%/data/Enakai.dat
+%%DATADIR%%/data/Epepcoil.dat
+%%DATADIR%%/data/Epk.dat
+%%DATADIR%%/data/Epprofile
+%%DATADIR%%/data/Eprior1.plib
+%%DATADIR%%/data/Eprior30.plib
+%%DATADIR%%/data/Erna.melt
+%%DATADIR%%/data/Esig.euk
+%%DATADIR%%/data/Esig.pro
+%%DATADIR%%/data/Etags.embl
+%%DATADIR%%/data/Etags.emboss
+%%DATADIR%%/data/Etags.gff
+%%DATADIR%%/data/Etags.pir
+%%DATADIR%%/data/Etags.protein
+%%DATADIR%%/data/Etags.swiss
+%%DATADIR%%/data/Etcode.dat
+%%DATADIR%%/data/Evdw.dat
+%%DATADIR%%/data/Ewhite-wimley.dat
+%%DATADIR%%/data/embossre.equ
+%%DATADIR%%/data/Emwfilter.dat
+%%DATADIR%%/data/Emass.dat
+%%DATADIR%%/data/Emassmod.dat
+%%DATADIR%%/emboss.default.template
+%%DATADIR%%/test/data/aaindex1.test
+%%DATADIR%%/test/data/prosite.dat
+%%DATADIR%%/test/data/prosite.doc
+%%DATADIR%%/test/data/prints.test
+%%DATADIR%%/test/data/withrefm
+%%DATADIR%%/test/data/site.dat
+%%DATADIR%%/test/data/cutg.codon
+%%DATADIR%%/test/data/dna.acedb
+%%DATADIR%%/test/data/dna.aln
+%%DATADIR%%/test/data/dna.asn1
+%%DATADIR%%/test/data/dna.codata
+%%DATADIR%%/test/data/dna.embl
+%%DATADIR%%/test/data/dna.fasta
+%%DATADIR%%/test/data/dna.fitch
+%%DATADIR%%/test/data/dna.gcg
+%%DATADIR%%/test/data/dna.gcg8
+%%DATADIR%%/test/data/dna.genbank
+%%DATADIR%%/test/data/dna.ig
+%%DATADIR%%/test/data/dna.m-acedb
+%%DATADIR%%/test/data/dna.m-codata
+%%DATADIR%%/test/data/dna.m-embl
+%%DATADIR%%/test/data/dna.m-fasta
+%%DATADIR%%/test/data/dna.m-fasta-long
+%%DATADIR%%/test/data/dna.m-ncbi
+%%DATADIR%%/test/data/dna.m-strider
+%%DATADIR%%/test/data/dna.msf
+%%DATADIR%%/test/data/dna.msf8
+%%DATADIR%%/test/data/dna.ncbi
+%%DATADIR%%/test/data/dna.phylip
+%%DATADIR%%/test/data/dna.phylip3
+%%DATADIR%%/test/data/dna.staden
+%%DATADIR%%/test/data/dna.strider
+%%DATADIR%%/test/data/dna.text
+%%DATADIR%%/test/data/feat.emft
+%%DATADIR%%/test/data/feat.fasta
+%%DATADIR%%/test/data/feat.pir
+%%DATADIR%%/test/data/mw1.dat
+%%DATADIR%%/test/data/mw2.dat
+%%DATADIR%%/test/data/mw3.dat
+%%DATADIR%%/test/data/paamir.pep
+%%DATADIR%%/test/data/pax6_cdna.fasta
+%%DATADIR%%/test/data/prot.acedb
+%%DATADIR%%/test/data/prot.codata
+%%DATADIR%%/test/data/prot.fasta
+%%DATADIR%%/test/data/prot.gcg
+%%DATADIR%%/test/data/prot.gcg8
+%%DATADIR%%/test/data/prot.ig
+%%DATADIR%%/test/data/prot.m-acedb
+%%DATADIR%%/test/data/prot.m-codata
+%%DATADIR%%/test/data/prot.m-fasta
+%%DATADIR%%/test/data/prot.m-nbrf
+%%DATADIR%%/test/data/prot.m-ncbi
+%%DATADIR%%/test/data/prot.m-swiss
+%%DATADIR%%/test/data/prot.nbrf
+%%DATADIR%%/test/data/prot.ncbi
+%%DATADIR%%/test/data/prot.swiss
+%%DATADIR%%/test/data/prot.text
+%%DATADIR%%/test/data/z83307.seq
+%%DATADIR%%/test/data/aligna.dna
+%%DATADIR%%/test/data/alignapart.dna
+%%DATADIR%%/test/data/alignb.dna
+%%DATADIR%%/test/data/aligna.prot
+%%DATADIR%%/test/data/alignapart.prot
+%%DATADIR%%/test/data/alignb.prot
+%%DATADIR%%/test/data/tranalign.pep
+%%DATADIR%%/test/data/tranalign.seq
+%%DATADIR%%/test/embl/acnum.hit
+%%DATADIR%%/test/embl/acnum.trg
+%%DATADIR%%/test/embl/division.lkp
+%%DATADIR%%/test/embl/entrynam.idx
+%%DATADIR%%/test/embl/seqvn.hit
+%%DATADIR%%/test/embl/seqvn.trg
+%%DATADIR%%/test/embl/des.hit
+%%DATADIR%%/test/embl/des.trg
+%%DATADIR%%/test/embl/keyword.hit
+%%DATADIR%%/test/embl/keyword.trg
+%%DATADIR%%/test/embl/taxon.hit
+%%DATADIR%%/test/embl/taxon.trg
+%%DATADIR%%/test/embl/est.dat
+%%DATADIR%%/test/embl/fun.dat
+%%DATADIR%%/test/embl/hum1.dat
+%%DATADIR%%/test/embl/inv.dat
+%%DATADIR%%/test/embl/pln.dat
+%%DATADIR%%/test/embl/pro.dat
+%%DATADIR%%/test/embl/rod.dat
+%%DATADIR%%/test/embl/sts.dat
+%%DATADIR%%/test/embl/vrl.dat
+%%DATADIR%%/test/embl/vrt.dat
+%%DATADIR%%/test/genbank/acnum.hit
+%%DATADIR%%/test/genbank/acnum.trg
+%%DATADIR%%/test/genbank/division.lkp
+%%DATADIR%%/test/genbank/entrynam.idx
+%%DATADIR%%/test/genbank/seqvn.hit
+%%DATADIR%%/test/genbank/seqvn.trg
+%%DATADIR%%/test/genbank/des.hit
+%%DATADIR%%/test/genbank/des.trg
+%%DATADIR%%/test/genbank/keyword.hit
+%%DATADIR%%/test/genbank/keyword.trg
+%%DATADIR%%/test/genbank/taxon.hit
+%%DATADIR%%/test/genbank/taxon.trg
+%%DATADIR%%/test/genbank/gbbct1.seq
+%%DATADIR%%/test/genbank/gbest1.seq
+%%DATADIR%%/test/genbank/gbinv1.seq
+%%DATADIR%%/test/genbank/gbpln1.seq
+%%DATADIR%%/test/genbank/gbpln2.seq
+%%DATADIR%%/test/genbank/gbpri1.seq
+%%DATADIR%%/test/genbank/gbrod1.seq
+%%DATADIR%%/test/genbank/gbsts1.seq
+%%DATADIR%%/test/genbank/gbvrl1.seq
+%%DATADIR%%/test/genbank/gbvrt.seq
+%%DATADIR%%/test/gb/acnum.hit
+%%DATADIR%%/test/gb/acnum.trg
+%%DATADIR%%/test/gb/division.lkp
+%%DATADIR%%/test/gb/entrynam.idx
+%%DATADIR%%/test/gb/seqvn.hit
+%%DATADIR%%/test/gb/seqvn.trg
+%%DATADIR%%/test/gb/des.hit
+%%DATADIR%%/test/gb/des.trg
+%%DATADIR%%/test/gb/keyword.hit
+%%DATADIR%%/test/gb/keyword.trg
+%%DATADIR%%/test/gb/taxon.hit
+%%DATADIR%%/test/gb/taxon.trg
+%%DATADIR%%/test/gb/ba.ref
+%%DATADIR%%/test/gb/ba.seq
+%%DATADIR%%/test/gb/htg.ref
+%%DATADIR%%/test/gb/htg.seq
+%%DATADIR%%/test/pir/acnum.hit
+%%DATADIR%%/test/pir/acnum.trg
+%%DATADIR%%/test/pir/division.lkp
+%%DATADIR%%/test/pir/entrynam.idx
+%%DATADIR%%/test/pir/des.hit
+%%DATADIR%%/test/pir/des.trg
+%%DATADIR%%/test/pir/keyword.hit
+%%DATADIR%%/test/pir/keyword.trg
+%%DATADIR%%/test/pir/taxon.hit
+%%DATADIR%%/test/pir/taxon.trg
+%%DATADIR%%/test/pir/pir1.header
+%%DATADIR%%/test/pir/pir1.names
+%%DATADIR%%/test/pir/pir1.numbers
+%%DATADIR%%/test/pir/pir1.offset
+%%DATADIR%%/test/pir/pir1.ref
+%%DATADIR%%/test/pir/pir1.seq
+%%DATADIR%%/test/pir/pir2.header
+%%DATADIR%%/test/pir/pir2.names
+%%DATADIR%%/test/pir/pir2.numbers
+%%DATADIR%%/test/pir/pir2.offset
+%%DATADIR%%/test/pir/pir2.ref
+%%DATADIR%%/test/pir/pir2.seq
+%%DATADIR%%/test/pir/pir3.header
+%%DATADIR%%/test/pir/pir3.names
+%%DATADIR%%/test/pir/pir3.numbers
+%%DATADIR%%/test/pir/pir3.offset
+%%DATADIR%%/test/pir/pir3.ref
+%%DATADIR%%/test/pir/pir3.seq
+%%DATADIR%%/test/pir/pir4.header
+%%DATADIR%%/test/pir/pir4.names
+%%DATADIR%%/test/pir/pir4.numbers
+%%DATADIR%%/test/pir/pir4.offset
+%%DATADIR%%/test/pir/pir4.ref
+%%DATADIR%%/test/pir/pir4.seq
+%%DATADIR%%/test/swiss/seq.dat
+%%DATADIR%%/test/swiss/acnum.hit
+%%DATADIR%%/test/swiss/acnum.trg
+%%DATADIR%%/test/swiss/division.lkp
+%%DATADIR%%/test/swiss/entrynam.idx
+%%DATADIR%%/test/swiss/seqvn.hit
+%%DATADIR%%/test/swiss/seqvn.trg
+%%DATADIR%%/test/swiss/des.hit
+%%DATADIR%%/test/swiss/des.trg
+%%DATADIR%%/test/swiss/keyword.hit
+%%DATADIR%%/test/swiss/keyword.trg
+%%DATADIR%%/test/swiss/taxon.hit
+%%DATADIR%%/test/swiss/taxon.trg
+%%DATADIR%%/test/swnew/acnum.hit
+%%DATADIR%%/test/swnew/acnum.trg
+%%DATADIR%%/test/swnew/division.lkp
+%%DATADIR%%/test/swnew/entrynam.idx
+%%DATADIR%%/test/swnew/seqvn.hit
+%%DATADIR%%/test/swnew/seqvn.trg
+%%DATADIR%%/test/swnew/des.hit
+%%DATADIR%%/test/swnew/des.trg
+%%DATADIR%%/test/swnew/keyword.hit
+%%DATADIR%%/test/swnew/keyword.trg
+%%DATADIR%%/test/swnew/taxon.hit
+%%DATADIR%%/test/swnew/taxon.trg
+%%DATADIR%%/test/swnew/new_seq.dat
+%%DATADIR%%/test/swnew/upd_ann.dat
+%%DATADIR%%/test/swnew/upd_seq.dat
+%%DATADIR%%/test/wormpep/wormpep
+%%DATADIR%%/test/wormpep/acnum.hit
+%%DATADIR%%/test/wormpep/acnum.trg
+%%DATADIR%%/test/wormpep/division.lkp
+%%DATADIR%%/test/wormpep/entrynam.idx
+%%DATADIR%%/test/wormpep/des.hit
+%%DATADIR%%/test/wormpep/des.trg
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree/DragTree.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.PopupListener.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree/FileEditorDisplay.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree/FileNode.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree/FileSaving.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/BuildJembossForm.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/ListFilePanel.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/SectionPanel.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/SetInFileCard.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/SetOutFileCard.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.DecimalNumberDocument.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/TextFieldFloat.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.WholeNumberDocument.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/TextFieldInt.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/TextFieldSink.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/JembossComboPopup.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form/JembossComboPopup.myComboUI.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/FileChooser.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/startup/Database.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.HorizontalMenu.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/startup/ProgList.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/startup/Splash.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/BuildProgramMenu.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/ResultsMenuBar.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/SetUpMenuBar.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/ShowResultSet.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/ShowSavedResults.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/SwingWorker.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationFields.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/acd/ApplicationParam.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/AcdFunResolve.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/AcdVarResolve.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/Ajax.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/Dependent.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/ParseAcd.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/programs/JembossProcess.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/programs/ListFile.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/programs/ResultList.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/programs/RunEmbossApplication.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/AuthPopup.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/CallAjax.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/GetWossname.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/JembossRun.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/JembossSoapException.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/PendingResults.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/PrivateRequest.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/soap/ResListView.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/Jemboss.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/Jemboss.winExit.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/JembossLogo.html
+%%DATADIR%%/jemboss/api/org/emboss/jemboss/JembossParams.html
+%%DATADIR%%/jemboss/api/allclasses-frame.html
+%%DATADIR%%/jemboss/api/deprecated-list.html
+%%DATADIR%%/jemboss/api/getClasses.pl
+%%DATADIR%%/jemboss/api/help-doc.html
+%%DATADIR%%/jemboss/api/index-all.html
+%%DATADIR%%/jemboss/api/index.html
+%%DATADIR%%/jemboss/api/makeDocs.csh
+%%DATADIR%%/jemboss/api/overview-tree.html
+%%DATADIR%%/jemboss/api/package-list
+%%DATADIR%%/jemboss/api/packages.html
+%%DATADIR%%/jemboss/api/serialized-form.html
+%%DATADIR%%/jemboss/api/stylesheet.css
+%%DATADIR%%/jemboss/images/Backward_arrow_button.gif
+%%DATADIR%%/jemboss/images/Forward_arrow_button.gif
+%%DATADIR%%/jemboss/images/Go_button.gif
+%%DATADIR%%/jemboss/images/Information_button.gif
+%%DATADIR%%/jemboss/images/Jemboss_logo_greyback.gif
+%%DATADIR%%/jemboss/images/Jemboss_logo_large.gif
+%%DATADIR%%/jemboss/images/Jemboss_logo_small.gif
+%%DATADIR%%/jemboss/images/Job_manager_button.gif
+%%DATADIR%%/jemboss/images/Refresh_button.gif
+%%DATADIR%%/jemboss/images/Refresh_button2.gif
+%%DATADIR%%/jemboss/lib/axis/axis-ant.jar
+%%DATADIR%%/jemboss/lib/axis/axis.jar
+%%DATADIR%%/jemboss/lib/axis/commons-discovery.jar
+%%DATADIR%%/jemboss/lib/axis/commons-logging.jar
+%%DATADIR%%/jemboss/lib/axis/jaxrpc.jar
+%%DATADIR%%/jemboss/lib/axis/log4j-1.2.8.jar
+%%DATADIR%%/jemboss/lib/axis/saaj.jar
+%%DATADIR%%/jemboss/lib/axis/servlet.jar
+%%DATADIR%%/jemboss/lib/axis/wsdl4j.jar
+%%DATADIR%%/jemboss/lib/README
+%%DATADIR%%/jemboss/lib/activation.jar
+%%DATADIR%%/jemboss/lib/jakarta-regexp-1.2.jar
+%%DATADIR%%/jemboss/lib/mail.jar
+%%DATADIR%%/jemboss/lib/xerces.jar
+%%DATADIR%%/jemboss/lib/jalview.jar
+%%DATADIR%%/jemboss/lib/jcert.jar
+%%DATADIR%%/jemboss/lib/jnet.jar
+%%DATADIR%%/jemboss/lib/jsse.jar
+%%DATADIR%%/jemboss/lib/JembossPrintAlignment.jar
+%%DATADIR%%/jemboss/lib/grout.jar
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/AlignApplet.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutSequenceJPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/AlignJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/Matrix.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/ColourJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/MatrixJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/ColourMenu.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PatternJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/ColourPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PlotConsensus.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/Consensus.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PrettyPlotJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/ConsensusOptions.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PrintAlignmentImage.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GraphicSequenceCollection.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PrintAlignment.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/Paste.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutAlignJFrameEvent.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/Sequence.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutAlignJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/SequenceJPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutAlignJFrameListener.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/SequenceNameJButton.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollectionEvent.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/SequenceProperties.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollection.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/SequenceReader.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutGraphicSequenceCollectionListener.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/SequenceSaver.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/GroutSequence.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/IDTableJFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/editor/PrintableJTable.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/Block.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/PrintDNAImage.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/DNADraw.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/RestrictionEnzyme.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/EmbossCirdnaReader.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/Ticks.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/GeneticMarker.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/Wizard.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/draw/LineAttribute.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/DragTree.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/FileEditorDisplay.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/FileNode.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/FileSave.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/FileSaving.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/RemoteDragTree.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileNode.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/RemoteFileTreePanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree/LocalAndRemoteFileTreeFrame.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/BuildJembossForm.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/ListFilePanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/SectionPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/SetInFileCard.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/SetOutFileCard.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/TextFieldFloat.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/TextFieldInt.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/TextFieldSink.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/JembossComboPopup.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/MultiLineToolTipUI.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/PlafMacros.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/ReportFormat.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/AlignFormat.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/ApplicationNamePanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/LabelTextBox.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/form/Separator.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/CutNPasteTextArea.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/FileChooser.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/InputSequenceAttributes.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/OutputSequenceAttributes.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/SequenceFilter.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser/TextAreaSink.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/startup/Database.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/startup/ProgList.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/AdvancedOptions.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/ResultsMenuBar.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/ShowResultSet.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/BuildProgramMenu.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/SequenceData.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/ShowSavedResults.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/LaunchJalView.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/SequenceList.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/SwingWorker.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/MemoryComboBox.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/SetUpMenuBar.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/Browser.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/SplashThread.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/ScrollPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/gui/ImageIconJPanel.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/acd/ApplicationFields.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/acd/ApplicationParam.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/AcdFunResolve.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/AcdVariableResolve.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/AcdVarResolve.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/Ajax.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/AjaxUtil.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/Dependent.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/parser/ParseAcd.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/BatchUpdateTimer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/JembossProcess.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/ListFile.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/ResultList.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/ResultsUpdateTimer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/RunEmbossApplication.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/programs/RunEmbossApplication2.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/JembossServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/JembossFileServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/JembossThread.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/JembossAuthServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/JembossFileAuthServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/TestPublicServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/TestPrivateServer.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/server/AppendToLogFileThread.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/AuthPopup.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/JembossSoapException.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/CallAjax.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/PendingResults.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/GetWossname.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/PrivateRequest.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/JembossRun.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/ServerSetup.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/FileRoots.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/FileList.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/PublicRequest.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/GetACD.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/GetHelp.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/ShowDB.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/soap/MakeFileSafe.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/Jemboss.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/JembossLogo.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/JembossParams.java
+%%DATADIR%%/jemboss/org/emboss/jemboss/JembossJarUtil.java
+%%DATADIR%%/jemboss/resources/jemboss.properties
+%%DATADIR%%/jemboss/resources/readme.html
+%%DATADIR%%/jemboss/resources/readmeAlign.html
+%%DATADIR%%/jemboss/resources/readmeDNADraw.html
+%%DATADIR%%/jemboss/resources/results.html
+%%DATADIR%%/jemboss/resources/version
+%%DATADIR%%/jemboss/resources/filemgr.html
+%%DATADIR%%/jemboss/resources/seqList.html
+%%DATADIR%%/jemboss/utils/install-jemboss-server.sh
+%%DATADIR%%/jemboss/utils/keys.sh
+%%DATADIR%%/jemboss/utils/makeJar.csh
+%%DATADIR%%/jemboss/utils/makeJNLP.sh
+%%DATADIR%%/jemboss/utils/makeFileManagerJNLP.sh
+%%DATADIR%%/jemboss/utils/template.html
+%%DATADIR%%/jemboss/utils/README
+%%DATADIR%%/jemboss/LICENSE
+%%DATADIR%%/jemboss/readme.html
+%%DATADIR%%/jemboss/runJemboss.sh
+%%DATADIR%%/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 %%DATADIR%%/acd
+@dirrm %%DATADIR%%/data/AAINDEX
+@dirrm %%DATADIR%%/data/CODONS
+@dirrm %%DATADIR%%/data/REBASE
+@dirrm %%DATADIR%%/data/PRINTS
+@dirrm %%DATADIR%%/data/PROSITE
+@dirrm %%DATADIR%%/data
+@dirrm %%DATADIR%%/test/data
+@dirrm %%DATADIR%%/test/embl
+@dirrm %%DATADIR%%/test/genbank
+@dirrm %%DATADIR%%/test/gb
+@dirrm %%DATADIR%%/test/pir
+@dirrm %%DATADIR%%/test/swiss
+@dirrm %%DATADIR%%/test/swnew
+@dirrm %%DATADIR%%/test/wormpep
+@dirrm %%DATADIR%%/test
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/filetree
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/form
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/sequenceChooser
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/gui/startup
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/gui
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/parser/acd
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/parser
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/programs
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss/soap
+@dirrm %%DATADIR%%/jemboss/api/org/emboss/jemboss
+@dirrm %%DATADIR%%/jemboss/api/org/emboss
+@dirrm %%DATADIR%%/jemboss/api/org
+@dirrm %%DATADIR%%/jemboss/api
+@dirrm %%DATADIR%%/jemboss/images
+@dirrm %%DATADIR%%/jemboss/lib/axis
+@dirrm %%DATADIR%%/jemboss/lib
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/editor
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/draw
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/gui/filetree
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/gui/form
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/gui/sequenceChooser
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/gui/startup
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/gui
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/parser/acd
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/parser
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/programs
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/server
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss/soap
+@dirrm %%DATADIR%%/jemboss/org/emboss/jemboss
+@dirrm %%DATADIR%%/jemboss/org/emboss
+@dirrm %%DATADIR%%/jemboss/org
+@dirrm %%DATADIR%%/jemboss/resources
+@dirrm %%DATADIR%%/jemboss/utils
+@dirrm %%DATADIR%%/jemboss
+@dirrm %%DATADIR%%
diff --git a/biology/emboss/scripts/configure.emboss b/biology/emboss/scripts/configure.emboss
deleted file mode 100644
index b14bb8e85d8b..000000000000
--- a/biology/emboss/scripts/configure.emboss
+++ /dev/null
@@ -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