diff --git a/sci-biology/dargcc_bidsdata/ChangeLog b/sci-biology/dargcc_bidsdata/ChangeLog new file mode 100644 index 0000000..4458c7e --- /dev/null +++ b/sci-biology/dargcc_bidsdata/ChangeLog @@ -0,0 +1,4 @@ +*dargcc_bidsdata-1.0 (23 May 2020) + + 23 May 2020; +dargcc_bidsdata-1.0.ebuild, +metadata.xml: + sci-biology/dargcc_bidsdata: new package ahead of Gentoo Science diff --git a/sci-biology/dargcc_bidsdata/Manifest b/sci-biology/dargcc_bidsdata/Manifest new file mode 100644 index 0000000..dd54e84 --- /dev/null +++ b/sci-biology/dargcc_bidsdata/Manifest @@ -0,0 +1 @@ +DIST dargcc_bidsdata-1.0.tar.xz 8664540260 SHA256 ffc8879fed0df72229a9becc294af1fd25cd534b109b23caa80ccbe2d576d186 SHA512 1f3c84e2ef5deea7a86975e91ffd0f17f290c1e47cc1ae4f4fb5c62a8c7fa423192f7c917eae22f1e03d43c69bf6ca8072d9b213dec6c4340fe4f0d86b02158c WHIRLPOOL ab5880cd43130279627f20734000362e11f0ed1a67e0161fd4dca91c9c6794dbba89d54b500409b0f393d04965c397844d535804d66045b0bfa7e0f484ac448d diff --git a/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild b/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild new file mode 100644 index 0000000..ed0b7a1 --- /dev/null +++ b/sci-biology/dargcc_bidsdata/dargcc_bidsdata-1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="BIDS data selection of wildtype animals from DARGCC article" +HOMEPAGE="https://academic.oup.com/cercor/article/28/7/2495/4975475" +SRC_URI=" + http://chymera.eu/distfiles/${P}.tar.xz + " + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + insinto "/usr/share/${PN}" + doins -r * +} diff --git a/sci-biology/dargcc_bidsdata/metadata.xml b/sci-biology/dargcc_bidsdata/metadata.xml new file mode 100644 index 0000000..9e383f0 --- /dev/null +++ b/sci-biology/dargcc_bidsdata/metadata.xml @@ -0,0 +1,18 @@ + + + + + chr@chymera.eu + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + BIDS data selection encompassing the wildtype mouse group form the + "Dysfunctional Autism Risk Genes Cause Circuit-Specific Connectivity + Deficits With Distinct Developmental Trajectories" publication, with + DOI: 10.1093/cercor/bhy046 . + +