Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211961 - new package request: sci-biology/manateee
Summary: new package request: sci-biology/manateee
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://manatee.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-03-01 12:34 UTC by Martin Mokrejš
Modified: 2010-12-09 21:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
manatee-igs-2.15.1.ebuild (manatee-igs-2.15.1.ebuild,1.35 KB, text/plain)
2010-12-09 21:24 UTC, Martin Mokrejš
Details
manatee-jcvi-2.4.3.ebuild (manatee-jcvi-2.4.3.ebuild,1.25 KB, text/plain)
2010-12-09 21:27 UTC, Martin Mokrejš
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2008-03-01 12:34:29 UTC
Manatee is a web-based gene evaluation and genome annotation tool that can view, modify, and store annotation for prokaryotic and eukaryotic genomes. The Manatee interface allows biologists to quickly identify genes and make high quality functional assignments using a multitude of genome analyses tools. These tools consist of, but are not limited to GO classifications, BER and blast search data, paralogous families, and annotation suggestions generated from automated analysis.



http://manatee.sourceforge.net/source_install.shtml

# emerge -uN DBI CGI XML-Parser XML-Simple XML-Writer XML-Twig Tree-DAG_Node \
        File-Spec GD Storable MLDBM Log-Log4perl DBD-mysql HTML-Template IO-Tee
# perl -MCPAN -e shell
cpan[1]> install GD::Text GD::Graph Date::Manip Log::Cabin
cpan[2]> quit
# cd manatee
# ./configure HTTPD_SERVER_CONFIG_FILE=/etc/apache2/httpd.conf \
      HTTPD=/usr/sbin/apache2 MYSQLBIN=/usr/bin MYSQLD=/usr/sbin/mysqld \
      MYSQL_HOST=localhost
# 

Unfortunately, the Makefile is slightly screwed as it did not realize it should install into /var/www/localhost/cgi-bin and that the hostname should be localhost and not the real $hostname.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2010-10-30 11:44:42 UTC
No comments have been made on this bug report for some time.
Is anyone still interested in integration of this package? 

If yes, please indicate that here in this bug report.

Otherwise we'll resolve the bug in the near future, since we have 
an extremely large number of pending package requests and would like
to focus...

Comment 3 Martin Mokrejš 2010-12-09 21:24:54 UTC
Created attachment 256793 [details]
manatee-igs-2.15.1.ebuild

A sketch of the ebuild. Needs some webapp_config tweaks and inherit some perl classes.
Comment 4 Martin Mokrejš 2010-12-09 21:27:48 UTC
Created attachment 256795 [details]
manatee-jcvi-2.4.3.ebuild

A sketch of an ebuild to install the JCVI version of manatee. Like the previous, needs some extra work which is currently out of my knowledge. Will be glad to test.

I think the way to go is the manatee-igs because of the chado underlying database and compiatibility with GMOD and many other tools just because of that.

The JCVI version seems not to be maintained anymore and dev archives are full of spam. But maybe I am wrong.