Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175282 - [science overlay] sci-biology/tigr-assembler-2.0
Summary: [science overlay] sci-biology/tigr-assembler-2.0
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://www.tigr.org/software/assembler/
Whiteboard: Science overlay
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2007-04-19 22:12 UTC by Andrey Kislyuk (RETIRED)
Modified: 2011-06-20 06:17 UTC (History)
2 users (show)

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


Attachments
tigr-assembler-2.0.ebuild (tigr-assembler-2.0.ebuild,599 bytes, text/plain)
2007-04-19 22:13 UTC, Andrey Kislyuk (RETIRED)
Details
the bash alternative for run_TA (run_TA,1.10 KB, text/plain)
2007-04-27 13:53 UTC, dawe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kislyuk (RETIRED) gentoo-dev 2007-04-19 22:12:33 UTC
Whole-genome shotgun assembler from TIGR
Comment 1 Andrey Kislyuk (RETIRED) gentoo-dev 2007-04-19 22:13:57 UTC
Created attachment 116763 [details]
tigr-assembler-2.0.ebuild

The latest version will be available at

http://overlays.gentoo.org/proj/sunrise/browser/sunrise/sci-biology/tigr-assembler
Comment 2 dawe 2007-04-27 13:49:35 UTC
(In reply to comment #1)
> Created an attachment (id=116763) [edit]
> tigr-assembler-2.0.ebuild
> 
> The latest version will be available at
> 
> http://overlays.gentoo.org/proj/sunrise/browser/sunrise/sci-biology/tigr-assembler
> 

Hi, I've been writing an ebuild for this too, and it is essentially the same. The only thing I would suggest is a different run_TA script made in bash instead of csh (that is somehow deprecated on gentoo). One can put this run_TA in FILESDIR and install it in place of the one in $WORKDIR/TIGR_Assembler_v2/bin

Comment 3 dawe 2007-04-27 13:53:00 UTC
Created attachment 117410 [details]
the bash alternative for run_TA
Comment 4 Andrey Kislyuk (RETIRED) gentoo-dev 2007-04-27 14:12:36 UTC
> Hi, I've been writing an ebuild for this too, and it is essentially the same.
> The only thing I would suggest is a different run_TA script made in bash
> instead of csh (that is somehow deprecated on gentoo). One can put this run_TA
> in FILESDIR and install it in place of the one in
> $WORKDIR/TIGR_Assembler_v2/bin

Thanks for catching this, I should have put in a dependency on csh/tcsh at least. I'll add this to my ebuild.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2007-04-27 16:27:06 UTC
Deprecated isn't quite the right way to put it, but it pulls in an additional dependency for what is often a trivial shell script. If it's easy to rewrite in portable sh or bash (which it seems to be here), do it. Otherwise, settle for csh.
Comment 6 Martin Mokrejš 2009-01-03 21:07:06 UTC
The current ebuild still does not install the run_TA script for me on ~x86.
Please fix and write some documenting usage lines into it, thanks.
Comment 7 Martin Mokrejš 2009-01-07 18:18:50 UTC
A link to some more description and the original article where it was published:
http://www.jcvi.org/cms/publications/listing/abstract/article/tigr-assembler-a-new-tool-for-assembling-large-shotgun-sequencing-projects/
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2010-08-23 19:20:26 UTC
In sci overlay now. Sunrise copy has been removed.
Comment 9 Martin Mokrejš 2010-11-28 14:59:58 UTC
I committed the bourne-shell based run_TA into the science overlay, the old script is installed as /usr/bin/run_TA.csh but no app-shells/tcsh dependency, also added src_test(), commented out "^CC = cc" in the Makefile, added ~amd64.