commit: fd86aae6d6a0f01e322622a4eae5c1efa75dc827 Author: Horea Christian <chr <AT> chymera <DOT> eu> AuthorDate: Sun Jul 7 17:34:49 2019 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Jul 7 17:34:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fd86aae6
sci-biology/lemur-brain-atlas: new data package Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Horea Christian <chr <AT> chymera.eu> .../lemur-brain-atlas/lemur-brain-atlas-0.1.ebuild | 23 ++++++++++++++++++++++ sci-biology/lemur-brain-atlas/metadata.xml | 20 +++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/sci-biology/lemur-brain-atlas/lemur-brain-atlas-0.1.ebuild b/sci-biology/lemur-brain-atlas/lemur-brain-atlas-0.1.ebuild new file mode 100644 index 000000000..6c6d80a44 --- /dev/null +++ b/sci-biology/lemur-brain-atlas/lemur-brain-atlas-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="MRI Brain Template and Atlas of the Mouse Lemur" +HOMEPAGE="https://www.nitrc.org/projects/mouselemuratlas" +SRC_URI="https://www.nitrc.org/frs/downloadlink.php/10867 -> ${P}.tar.gz" + +LICENSE="CeCILL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +S="${WORKDIR}/MIRCen-MouseLemurAtlas_V0.01" + +src_install() { + insinto "/usr/share/${PN}" + doins * +} diff --git a/sci-biology/lemur-brain-atlas/metadata.xml b/sci-biology/lemur-brain-atlas/metadata.xml new file mode 100644 index 000000000..2397e4252 --- /dev/null +++ b/sci-biology/lemur-brain-atlas/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + MRI template and 120-region atlas for the mouse lemur primate Microcebus + murinus. Generated from 34 animals aged 15-58 months old scanned at 7T + using a T2-weighted sequence, resolution 115 × 115 × 230 µm. The template + was up-sampled to 91 µm isotropic for hand-segmentation of structures, + and also used to create probability maps of grey matter, white matter and + cerebro-spinal fluid. + </longdescription> +</pkgmetadata>
