Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207250 - [science overlay] sci-biology/mavid-2.0.4
Summary: [science overlay] sci-biology/mavid-2.0.4
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://baboon.math.berkeley.edu/mavid/
Whiteboard: Science overlay
Keywords: EBUILD, InOverlay
Depends on:
Blocks:
 
Reported: 2008-01-24 06:12 UTC by Andrey Kislyuk (RETIRED)
Modified: 2013-02-17 09:40 UTC (History)
3 users (show)

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


Attachments
mavid-2.0.4.ebuild (mavid-2.0.4.ebuild,968 bytes, text/plain)
2008-01-24 06:32 UTC, Andrey Kislyuk (RETIRED)
Details
/var/log/portage/sci-biology:mavid-2.0.4:20080708-203009.log (sci-biology:mavid-2.0.4:20080708-203009.log,14.75 KB, text/plain)
2008-07-08 20:31 UTC, Marek Miller
Details
/emerge-info (emerge-info,3.28 KB, text/plain)
2008-07-08 20:31 UTC, Marek Miller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kislyuk (RETIRED) gentoo-dev 2008-01-24 06:12:35 UTC
Multiple alignment of large DNA sequences
Comment 1 Andrey Kislyuk (RETIRED) gentoo-dev 2008-01-24 06:32:14 UTC
Created attachment 141697 [details]
mavid-2.0.4.ebuild
Comment 2 Andrey Kislyuk (RETIRED) gentoo-dev 2008-01-24 06:33:43 UTC
requires out-of-tree dependency sci-biology/fastdnaml, still working on that

license "UC" text follows in its entirety

_______

Copyright B)2003.  The Regents of the University of California (Regents). All
Rights Reserved. Created by Nicolas Bray and Lior Pachter, Department of
Mathematics, University of California, Berkeley.



Permission is hereby granted to use, copy, modify, display and distribute
this software and documentation for educational, academic and nonprofit
purposes only, provided that the above copyright notice, this paragraph, and
the following two paragraphs appear in all copies, modifications, displays
and distributions.  For use of this software and documentation for purposes
other than educational purposes, contact the Office of Technology Licensing,
UC Berkeley, 2150 Shattuck Avenue, Suite 510, Berkeley, CA  94720-1620;
(510) 643-7201.



IN NO EVENT SHALL REGENTS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS,
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
REGENTS HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



REGENTS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE SOFTWARE AND ACCOMPANYING DOCUMENTATION, IF ANY, PROVIDED
HEREUNDER IS PROVIDED "AS IS". REGENTS HAS NO OBLIGATION TO PROVIDE
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
Comment 3 Andrey Kislyuk (RETIRED) gentoo-dev 2008-07-08 15:35:52 UTC
Now available in the science overlay.
Comment 4 Marek Miller 2008-07-08 20:29:08 UTC
Tested on x86. The source compiles fine, but
it seems that the ebuild doesn't respect my CXXFLAGS.
I include build log.
Comment 5 Marek Miller 2008-07-08 20:31:09 UTC
Created attachment 159905 [details]
/var/log/portage/sci-biology:mavid-2.0.4:20080708-203009.log
Comment 6 Marek Miller 2008-07-08 20:31:17 UTC
Created attachment 159906 [details]
/emerge-info
Comment 7 Martin Mokrejš 2010-08-02 07:42:09 UTC
I see file collision with sci-libs/io_lib-1.12.2 because sci-biology/mavid-2.0.4 also installs /usr/bin/extract_seq file.


# /var/tmp/portage/sci-biology/mavid-2.0.4/work/mavid-package-2.0.4/utils/extract_seq/extract_seq --help
Usage: extract_seq [-i] <sequence file> region1 [region2 ... ]

Extracts the specified regions of the sequences in the given file. A region
is of the form "label", "label[start,end]", or "label[start,-1]" (in the latter
case, the end position is taken to be the end of the sequence). If the -i
option is specified then any sequence which does not have a region listed will
be included in its entirety.


And the behavior of the utility from io_lib:

# /usr/bin/extract_seq --help
Usage: extract_seq [-r] [-(abi|alf|scf|exp|pln|ctf|ztr)]
                   [-good_only] [-clip_cosmid] [-fasta_out]
                   [-output output_name] [input_name] ...
#