Changeset 45
- Timestamp:
- 08/26/09 19:38:41 (2 years ago)
- Location:
- plone4bio.base/trunk
- Files:
-
- 184 added
- 1 removed
- 5 modified
-
. (modified) (1 prop)
-
README.txt (modified) (1 diff)
-
TODO.txt (added)
-
bootstrap.py (added)
-
buildout.cfg (added)
-
docs/COPYRIGHT.txt (modified) (1 diff)
-
docs/LICENSE.txt (modified) (1 diff)
-
plone3.cfg (added)
-
plone4bio (added)
-
plone4bio/base (added)
-
plone4bio/base/Extensions (added)
-
plone4bio/base/browser (added)
-
plone4bio/base/browser/css (added)
-
plone4bio/base/browser/generic (added)
-
plone4bio/base/browser/images (added)
-
plone4bio/base/browser/kss (added)
-
plone4bio/base/browser/sequence (added)
-
plone4bio/base/content (added)
-
plone4bio/base/locales (added)
-
plone4bio/base/png (added)
-
plone4bio/base/profiles (added)
-
plone4bio/base/profiles/default (added)
-
plone4bio/base/profiles/default/types (added)
-
plone4bio/base/profiles/default/workflows (added)
-
plone4bio/base/profiles/default/workflows/simple_prediction_workflow (added)
-
plone4bio/base/tests (added)
-
setup.py (modified) (4 diffs)
-
src (added)
-
src/plone4bio (added)
-
src/plone4bio.base.egg-info (added)
-
src/plone4bio.base.egg-info/PKG-INFO (added)
-
src/plone4bio.base.egg-info/SOURCES.txt (added)
-
src/plone4bio.base.egg-info/dependency_links.txt (added)
-
src/plone4bio.base.egg-info/entry_points.txt (added)
-
src/plone4bio.base.egg-info/namespace_packages.txt (added)
-
src/plone4bio.base.egg-info/not-zip-safe (added)
-
src/plone4bio.base.egg-info/requires.txt (added)
-
src/plone4bio.base.egg-info/top_level.txt (added)
-
src/plone4bio/__init__.py (added)
-
src/plone4bio/base (added)
-
src/plone4bio/base/Extensions (added)
-
src/plone4bio/base/Extensions/Install.py (added)
-
src/plone4bio/base/README.txt (added)
-
src/plone4bio/base/__init__.py (added)
-
src/plone4bio/base/atct.py (added)
-
src/plone4bio/base/browser (added)
-
src/plone4bio/base/browser/__init__.py (added)
-
src/plone4bio/base/browser/configure.zcml (added)
-
src/plone4bio/base/browser/container.py (added)
-
src/plone4bio/base/browser/css (added)
-
src/plone4bio/base/browser/css/plone4bio.css (added)
-
src/plone4bio/base/browser/images (added)
-
src/plone4bio/base/browser/images/close.gif (added)
-
src/plone4bio/base/browser/images/icon_done.png (added)
-
src/plone4bio/base/browser/images/icon_failed.png (added)
-
src/plone4bio/base/browser/images/icon_new.png (added)
-
src/plone4bio/base/browser/images/icon_queued.gif (added)
-
src/plone4bio/base/browser/images/icon_running.gif (added)
-
src/plone4bio/base/browser/images/legenda.gif (added)
-
src/plone4bio/base/browser/images/prediction_icon.gif (added)
-
src/plone4bio/base/browser/images/sequence_icon.png (added)
-
src/plone4bio/base/browser/interfaces.py (added)
-
src/plone4bio/base/browser/kss (added)
-
src/plone4bio/base/browser/kss/plone4bio.kss (added)
-
src/plone4bio/base/browser/predictor.py (added)
-
src/plone4bio/base/browser/seqrecord.py (added)
-
src/plone4bio/base/browser/templates (added)
-
src/plone4bio/base/browser/templates/annotations.pt (added)
-
src/plone4bio/base/browser/templates/dbxrefs.pt (added)
-
src/plone4bio/base/browser/templates/features.pt (added)
-
src/plone4bio/base/browser/templates/predictors.pt (added)
-
src/plone4bio/base/browser/templates/seqrecord.pt (added)
-
src/plone4bio/base/browser/templates/seqrecord.pt_orig (added)
-
src/plone4bio/base/browser/templates/upload.pt (added)
-
src/plone4bio/base/configure.zcml (added)
-
src/plone4bio/base/content (added)
-
src/plone4bio/base/content/__init__.py (added)
-
src/plone4bio/base/content/configure.zcml (added)
-
src/plone4bio/base/content/seqrecord.py (added)
-
src/plone4bio/base/fields.py (added)
-
src/plone4bio/base/interfaces.py (added)
-
src/plone4bio/base/locales (added)
-
src/plone4bio/base/locales/plone4bio.pot (added)
-
src/plone4bio/base/monkey.py (added)
-
src/plone4bio/base/png (added)
-
src/plone4bio/base/png/__init__.py (added)
-
src/plone4bio/base/png/cluetip (added)
-
src/plone4bio/base/png/cluetip/cluetip (added)
-
src/plone4bio/base/png/cluetip/cluetip-0.9.9b.zip (added)
-
src/plone4bio/base/png/cluetip/cluetip/README (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax2.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax3.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax4.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax5.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajax6.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/ajaxclick.htm (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/boy-wonder.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/cross.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/demo.css (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/demo.js (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/grate.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/grskating.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/handovermouth.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/headbg.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/index.html (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/kids-drop-sand.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/outdoor-sculpture.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/pixel.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/tristan.jpg (added)
-
src/plone4bio/base/png/cluetip/cluetip/demo/wait.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/arrowdown.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/arrowleft.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/arrowright.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/arrowup.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/bl.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/bl.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/br.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/br.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/darrowdown.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/darrowleft.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/darrowright.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/darrowup.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/itunes.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/rarrowdown.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/rarrowleft.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/rarrowright.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/rarrowup.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/tl.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/tl.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/tr.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/tr.png (added)
-
src/plone4bio/base/png/cluetip/cluetip/images/wait.gif (added)
-
src/plone4bio/base/png/cluetip/cluetip/index.html (added)
-
src/plone4bio/base/png/cluetip/cluetip/jquery.cluetip.css (added)
-
src/plone4bio/base/png/cluetip/cluetip/jquery.cluetip.js (added)
-
src/plone4bio/base/png/cluetip/cluetip/lib (added)
-
src/plone4bio/base/png/cluetip/cluetip/lib/jquery.bgiframe.min.js (added)
-
src/plone4bio/base/png/cluetip/cluetip/lib/jquery.hoverIntent.js (added)
-
src/plone4bio/base/png/cluetip/hoverIntent (added)
-
src/plone4bio/base/png/cluetip/hoverIntent.zip (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/cherne.css (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/images (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/images/bullet.gif (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/jquery.hoverIntent.html (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/jquery.hoverIntent.js (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/jquery.hoverIntent.minified.js (added)
-
src/plone4bio/base/png/cluetip/hoverIntent/jquery.js (added)
-
src/plone4bio/base/png/configure.zcml (added)
-
src/plone4bio/base/png/interfaces.py (added)
-
src/plone4bio/base/png/javascript (added)
-
src/plone4bio/base/png/javascript/imagemap.js (added)
-
src/plone4bio/base/png/perl (added)
-
src/plone4bio/base/png/perl/graphics-cmd.pl (added)
-
src/plone4bio/base/png/perl/graphics-imagemap-cmd.pl (added)
-
src/plone4bio/base/png/perl/graphics.pm (added)
-
src/plone4bio/base/png/seqrecord.py (added)
-
src/plone4bio/base/predictor.py (added)
-
src/plone4bio/base/profiles (added)
-
src/plone4bio/base/profiles/default (added)
-
src/plone4bio/base/profiles/default/actions.xml (added)
-
src/plone4bio/base/profiles/default/componentregistry.xml (added)
-
src/plone4bio/base/profiles/default/cssregistry.xml (added)
-
src/plone4bio/base/profiles/default/factorytool.xml (added)
-
src/plone4bio/base/profiles/default/jsregistry.xml (added)
-
src/plone4bio/base/profiles/default/kssregistry.xml (added)
-
src/plone4bio/base/profiles/default/metadata.xml (added)
-
src/plone4bio/base/profiles/default/toolset.xml (added)
-
src/plone4bio/base/profiles/default/types (added)
-
src/plone4bio/base/profiles/default/types.xml (added)
-
src/plone4bio/base/profiles/default/types/SeqRecord.xml (added)
-
src/plone4bio/base/profiles/default/workflows (added)
-
src/plone4bio/base/profiles/default/workflows.xml (added)
-
src/plone4bio/base/profiles/default/workflows/simple_prediction_workflow (added)
-
src/plone4bio/base/profiles/default/workflows/simple_prediction_workflow/definition.xml (added)
-
src/plone4bio/base/rebuild_i18n.sh (added)
-
src/plone4bio/base/tests (added)
-
src/plone4bio/base/tests/__init__.py (added)
-
src/plone4bio/base/tests/base.py (added)
-
src/plone4bio/base/tests/test_integration.py (added)
-
src/plone4bio/base/tool (added)
-
src/plone4bio/base/tool/__init__.py (added)
-
src/plone4bio/base/tool/configure.zcml (added)
-
src/plone4bio/base/tool/exportimport.py (added)
-
src/plone4bio/base/tool/predictor.py (added)
-
src/plone4bio/base/tool/www (added)
-
src/plone4bio/base/tool/www/predictionsToolView.zpt (added)
-
version.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk
-
Property
svn:ignore set
to
bin
develop-eggs
parts
downloads
eggs
var
fake-eggs
.installed.cfg
-
Property
svn:ignore set
to
-
plone4bio.base/trunk/README.txt
r14 r45 1 plone4bio 2 ========= 3 4 Overview 5 -------- 6 7 The *plone4bio* package provides the possibility to add a new content 8 type, called `sequence', than can be either written by hand or imported 9 from a FASTA file, and to apply to that sequence a program, called 10 `predictor', that gives a back a plot of predicted probabilites for the 11 sequence to have a given property (the property that the predictor tries 12 to determine). 13 14 A predictor can try to assess if a protein sequence is trans-membrane, 15 whether a signal peptide exists, and so on. 16 17 The *plone4bio.base* is a package that defines a skeleton 18 predictor: deriving from that it is possible to integrate any other 19 application and visualize all the results together. A predictor can be 20 a pure Python program or another application wrapped to be usable by the 21 interface defined in the *plone4bio.base* package. 22 23 Developer Notes 24 --------------- 25 26 The plone4bio* plone products are mainly developed on Debian Stable, so 27 they are mainly tested in that environment. Usually there should be no 28 problem in installing the products in GNU/Linux Zope/Plone environments. 29 30 This product is produced independently from the product Plone, and carries no 31 guarantee from the Plone Foundation about quality, suitability or anything 32 else. The supplier of this product assumes all responsibility for it. 33 34 Maintainer 35 ---------- 36 37 Mauro Amico (amico AT biodec DOT com) is the active maintainer of the 38 *plone4bio.base* framework. 1 see: ./src/plone4bio/base/README.txt -
plone4bio.base/trunk/docs/COPYRIGHT.txt
r8 r45 2 2 plone4bio.base is a software to predict properties of biosequences, 3 3 meant to be used in a bioinformatics content management system. 4 plone4bio.base is Copyright (C) 2008 BioDec S.r.l.4 plone4bio.base is Copyright (C) 2008-2009 BioDec S.r.l. -
plone4bio.base/trunk/docs/LICENSE.txt
r8 r45 24 24 25 25 BioDec S.r.l. is an Italian company: 26 * Address: BioDec S.r.l.; via Calzavecchio 20/2; I-40033 27 Casalecchio di Reno (BO), Italy 26 * Address: BioDec S.r.l. 27 via Calzavecchio 20/2 28 I-40033 Casalecchio di Reno (BO) 29 Italy 28 30 29 31 This General Public License does not permit incorporating your program -
plone4bio.base/trunk/setup.py
r8 r45 1 1 from setuptools import setup, find_packages 2 2 3 version = ' 0.9'4 readme = open(' README.txt')3 version = '1.0.1' 4 readme = open('./src/plone4bio/base/README.txt') 5 5 long_description = readme.read() 6 6 readme.close() … … 8 8 setup(name='plone4bio.base', 9 9 version=version, 10 description="", 11 long_description="""\ 12 """, 10 description="Plone4Bio base package", 11 long_description=long_description, 13 12 # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 14 13 classifiers=[ … … 16 15 "Framework :: Zope2", 17 16 "Framework :: Zope3", 17 "Framework :: Bio", 18 18 "Programming Language :: Python", 19 19 "Topic :: Software Development :: Libraries :: Python Modules", 20 20 ], 21 21 keywords='', 22 author=' BioDec Srl',23 author_email=' ',24 url='http://www. biodec.com',22 author='Mauro Amico', 23 author_email='mauro@biodec.com', 24 url='http://www.plone4bio.org', 25 25 license='GPL', 26 packages=find_packages(exclude=['ez_setup']), 26 packages=find_packages('src', exclude=['ez_setup']), 27 package_dir = {'':'src'}, 27 28 namespace_packages=['plone4bio'], 28 29 include_package_data=True, … … 31 32 'setuptools', 32 33 # -*- Extra requirements: -*- 34 'biopython', 33 35 ], 34 36 entry_points="""
